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
How to retrieve and Entities Form or View Metadata
Documentation for Palo Alto PA 500 firewall
Exchange 2010 Domain Prep
Binding List<Class> to DropDownList C#
Database on a 64 bit OS - Conection issues
DB2 SQL EMBEDDED IN COBOL SELECT INTO
Hard drive not bootable
User's Web-Based AOL Mail is sending spam to all his contacts
Problem with Microsoft Transporter Suite
How can I copy a range of cells in a worksheet to another area in the same worksheet based off of the value of a cell in Excel 2007?