Create Shared Mailbox
When I use the above in ARS web interface, it tells me there is a policy violation with 'Department' must be filled in. But ther is no department tab anywhere on the form. I'm assuming its somehomw...
View ArticleQuestion about "Terminal services home directory"
Hi All! i have a questionconcerning the management of "Terminal services home directory".whenI createa new user object, i enteredthe desired value in the field "Terminal services home directory", like...
View ArticleScript to ask for Expiry Date if user is created as a Temp
Hi All Upon New User Creation I need a script or way that will set an expiry date of my choice or set it to once month ahead if the user is setup as a Temporary User (See below) Any help greatly...
View ArticleWorkflow notification ARS 6.8 - Retrieve token
Hello, I want to get the email address of the user and put it in the mail notification. The token <% = Operation.Target ["mail"]%> return an empty string, probably because of the slowness of...
View ArticleAttatchment in Notifiactions (workflow)
Hello!! Is it possible to add an attachment to notification messages via workflow? ARS 6.7 Thanks! Phil
View ArticleChanging user within PowerShell using QAD cmdlets
Hello, In short -- I need to figure out how to change my domain\username, and a way to verify what domain\username I am currently using in a powershell session using QAD cmdlets. Details:I recently...
View ArticleScript for Exchange 2010
Good afternoon, I need torun thiscommand everytime you createamailbox inaspecifiedOU. Set-MailboxCalendarConfiguration –Identity 'prueba.activer' -WeekStartDay Monday Whichindicates 'prueba.activer' I...
View ArticleOnPostMove script doesn't pull the same variables as OnPostCreate script
I'm using the following script to modify newly-created linked-mailbox users'' SMTP addresses (Thanks to the community for helping me with this): function onPostCreate($Request) { $First =...
View ArticleDeprovision Script - Perform mailbox change - fails
I am trying to call the Exchange cmdlets in a script that will remove any mailbox rules a user has setup when their account is deprovisioned. I have the script below and I don't get any errors but the...
View ArticleSet user password via powershell script
Hello, i'm using a custom script to generate and assign a random password to users. Let's say we have user pippo with password 'test', i execute the following script (via ARS workflow): function...
View ArticleCustom Password Generation Policy
Hi all,We are looking for some help with a policy script that we plan to use for generating passwords with configurable length and complexity. We basically took the built-in password generation policy...
View ArticleIncluding a Script in a Deprovisioning Policy
Hi all, I'm trying to write a script which is to be included as part of the deprov process and will, hopefully, move a user's profile folder from it's original location (in the \\server1\profile$...
View ArticleCreat Home Directory script
Hi, I'm new to ARS but have a pressing need. There is a built in ARS policy Object "Home FolderAutoProvisioning" However this only works for new users that are created via ARS. If the user is created...
View ArticleUpdate display name on contacts
Hi, I am trying to update displayname on several thousand contacts, I have setup a managed unit which captures ones which have not been updated. What I would like the update process to do is take the...
View ArticleHome Folder Provisioning Variables
Trying to find a list of available variables to utilize when forming the UNC path with an ARS policy. The scenario is that the client doesn't want to utilize the value found in the %username%...
View ArticleHow To Add Reason to add-QADGroupMember when Approval Required
We recently switched to require approvals from the specified group manager for additions to groups. Interactively this works fine and prompts you for a reason for the request. This reason is included...
View ArticleScript module not working after upgrade to 6.9
I have a script that triggers onGetEffectivePolicy. After I upgraded from ARS 6.8 to 6.9, it appears that the script does not ever get called. Has something changed with the handling of...
View ArticleIs it possible to change the cn from a User- or Group-Object?
Hello, I want to change the cn of a Group or an User with a PowerShell Script. In The Screenshot is the Name(cn) visible. So I tried the follwinng snippet (also connected as administrator to the...
View ArticleCustom Password Generation Policy
Hi all,We are looking for some help with a policy script that we plan to use for generating passwords with configurable length and complexity. We basically took the built-in password generation policy...
View Articledelete mailbox X days after deprovision?
I see the option to delete user account after x days but no option to just delete mailbox after X days. Is there a simple way to do that or I should go with a new virtual attribute for this?I do not...
View Article