Microsoft
Software
Hardware
Network
Question : Poweshell script to create Contacts and forward user accounts to those contacts
Heres the scenario....
I have a single OU that contains lots of user accounts, some live and some awaiting users to move from another org.
All of the users who are in post and active are in a security group called 'Live Users' all those who have not are not!
What i would like to do is to create a contact for all the users who are NOT in the 'Live Users' group AND forward their exchange mail account to that new contact.
I.E.
we have a user called
[email protected]
I would like a new contact created for him with an email address of fred.bloggs@theotherdomain
.com AND alter his AD account to forward to that contact.
Is this possible with a single powershell script?
Your input would be appreciated as its a long job otherwise.
Exchange is 2010 running on windows server 2008R2
Neil
Answer : Poweshell script to create Contacts and forward user accounts to those contacts
yes, you may want to add the -DomainController switch to the new-mailcontact and the set-mailbox with the same domain controller
Random Solutions
Windows XP Taskbar won't auto-hide
Best route to split VMDK
SCCM Scan agent fails with Scan Failed for ToolUniqueID with error 0x80070005
How send an array by url with php???????
Anyone have a write-up of how to use BESR 2010 and Bitlocker together?
Browser redirecting to various sites but HijackThis and Malwarebytes scans seem clean
OWA for Exchange 2003
Delphi 6 not recompiling .pas files
send mail to undisclosed receipent in lotus notes
How to parse XML string in Oracle procedure ?