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
Exchange 2010 - Error synchronizing folder
Need Pros/Cons of various methods used to ensure vbscripts execute with cscript or wscript
Writing cbo value to active cell
"pci system error on bus device function 007ah" and others on HP NetServeer E800
Excel - Find if a value is in the top 25 %, 50% or 75% of the total value
Get width and height of JPG-image from database
Looking for advice on common folders data storage
A hibernate query question
I need detailed instructions on how to import 1400 students into novell 6.5. I cant find my old directions.
removing old snapshots created when virtual disks where in Independant non-persistent mode