Microsoft
Software
Hardware
Network
Question : Creating new Contacts in PowerShell
I am trying to create contacts in Windows 2003 AD using PowerShell. I am using the following commands:
$OU = "
"
Get-QADUser | New-QADObject -Type "Contact" -ParentContainer $OU
This creates a contact for each user in AD, but the only field that gets populated is the Display name and that is the actual account name in AD. I would like to create the contact populating first name, last name, display name (which is the dislay name in AD), email address (which is created by taking the username from AD and adding "@domain.com").
Answer : Creating new Contacts in PowerShell
I would not be able to assist there... I think
www.powergui.org
has some useful tools built for Exchange 2003
Random Solutions
OEM WinXPPro: Changing Processors
Unable to Launch ANY AND ALL versions of Adobe Acrobate on Win XP Pro
Best Practice for backing up Exchange 2003.
Multi-Criteria Filter Problem
Batch File/Script copy files from dated folders
VBA acOutputQuery and acFormatXLS. What does this mean?
Mandrake 9 - VNC Autostart as a service - how to?
Hide all linked tables
Event ID 1509, Cannot Access Roaming Profile
Unzip csv and read in same block of code