Microsoft
Software
Hardware
Network
Question : Adding Contact with ActiveRoles PowerShell
I'm trying to create mail enabled contacts from a csv file. I'd like to have the contact created with the givenName, sn, and mail attributes. Below is a sample of the csv file.
last,first,mail
Bob,Smith,
[email protected]
I plan on using the following:
$OU = "<DN Path>"
$Users = "file.csv"
New-QADObject -Type "Contact"
I think I need some sort of if statement to pull in the information from the rows but I'm having problems putting it all together.
Any help would be appreciated.
Answer : Adding Contact with ActiveRoles PowerShell
Yes. You could also add the Exchange snapins into the ActiveRoles console and do all the work from there. To get a list of available snapins, use get-pssnapin -registered
to add them, use add-pssnapin <snapin name>
Random Solutions
Cannot Access Mail Tracking Exchange 2010
About Formatting and Parsing text strings
Mysql Query to retrieve data from last month range
Inserting from a different database
tsql clean non printable chars using xml path
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment
Server HD rebuilding.
Looking for Auditing / monitoring solution for windows File Share
using ASP how to print multiple web pages that are not displayed
During log in, Windows Red Shield pops up-says I have no firewalll-then finds it-running XP and AVG-start up programs missing?