Displaying get-qaduser properties
Hi, I'm a bit confused with the results I get when trying to display properites of an object returned from get-qaduser (ArsuserObject). If I first get the user object:$user = get-qaduser Test1...
View ArticleHow do I add custom links to Notifications?
Hi I would like to configure a workflow that sends a welcome message to the user when their mailbox is created. I think the way to do this is a notification workflow? I am cutomising the message to...
View Article6.8 Open the URL in a frame
We place a link to SCCM reports on the Admin home page. In 6.5, the page opens fine. In 6.8, the page opens, but there's this random picture and empty drop-down box in the top left corner. Does anyone...
View ArticleOnInit Event - What causes this event to fire ?
I'm currently doing some work with Exchange 2010 snapins and as per the advice on this website I've included code in the OnInit event handler. The code only loads the snapins if they are not already...
View ArticleUpgrade from SQL 2005 to SQL 2008R2
Hi, We want to upgrade our existing ARS 6.7 development environment to use SQL 2008R2 instead of SQL 2005. For whatever reason, an in-place upgrade of SQL is not working, so I tried to de-install SQL...
View ArticleGet the samAccountname from the currentUser
Hello, i started right now scripting with PowerShell for ARS. I want fid out the samAccoutName of the current user. In VBS is the code: Sub onPreModify(Request) If (Request.Class <> "user") Then...
View ArticleSilent installation of ARS 6.7.0 not creating encryption key
Hi there, I'm new to communities and reasonably new to Quest products so be gentle I have some code that silently installs the Quest Activeroles 6.7.0 Administration Service, the msiexec line...
View ArticleIssues retrieving virtual attributes following ARS reinstall
We recently reinstalled the ActiveRoles server software following a database migration. We used the same installers, same versions. Following the reinstall, any powershell scripts that were written to...
View ArticleHow to make user attribute ReadOnly with powershell dynamically?
How do we set ReadOnly for first name and last name for User Object with POWERSHELL WI dynamically?
View ArticleUpdating City, State, Country based on SQL lookup of Location
I am new to ARS, so please forgive my ignorance.I have create several Cascading Drop Down Lists the the ARS Web Interface, and they are working fine.One of the Drop Down List is assigned to the...
View ArticleSend-MailMessage cmdlet does not work under ars 6.7 policy script.
I have a PS scipt that composes a HTML messsage and invokes Send-MailMessage command to send the message. This works fine under power shell ISE V3.0, However when the code is incorporated into a policy...
View ArticleDelete User ini File when account is deprovisioned
Hi All I need a way of deleting the users ini file as part of the deprovision or when I delete the account from AD. Any Ideas?. I assume it will have to be a script but i've yet to use a script as part...
View ArticleHow I get the advanced properties?
I Want do verify some advanced properties, eg. "comment" and some "edsva*" attributes. (ARS-Console: UserName\object\advanced properties)I can display all attributes in the ARS-Console, but I don't...
View ArticlePowershell Update VA
Guys. I am in the process of creating a Powershell script that will once finishd perform a WMI query to each workstation in a OU. Right now i am just working with two workstations and for now called...
View ArticleGet-QADComputer The argument is null or empty.
Guys.Looking for some assistance. Can anyone explain where i am going wrong? I am sure the get-qadcomputer part is working as it returns each workstation in the OU. However the $DefaultGateway code is...
View Articlechange tracking log configuration missing
I recently ran a PowerShell script that updated all users for Unix attributes (450K users). This resulted in a huge increse of the ARS database from around 300 MB to 13 GB and I'm running out of disk...
View ArticleGet the samAccountname from the currentUser
Hello, i started right now scripting with PowerShell for ARS. I want fid out the samAccoutName of the current user. In VBS is the code: Sub onPreModify(Request) If (Request.Class <> "user") Then...
View ArticleDynamic groups and Workflow
Hi, We have created a workflow that would trigger a PS script to run when a user is added to a group, this works perfect. Now we have converted this group to a dynamic group and the workflow isn't...
View ArticleGet-QADComputer and serialNumber
I am having a problem with obtaining the serialNumber attribute for computer objects in Active Directory using the Get-QADComputer cmdlet. Using the following code, I get nothing back Get-QADComputer...
View ArticleSend-MailMessage cmdlet does not work under ars 6.7 policy script.
I have a PS scipt that composes a HTML messsage and invokes Send-MailMessage command to send the message. This works fine under power shell ISE V3.0, However when the code is incorporated into a policy...
View Article