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
Logoff script not backing up files correctly
Cognos 8.2 Report Studio, date-to-string
SQL sever 2000 schema generator
exporting to a CSV AD info.
Recover SystemMailbox Account or Recreate??
How to install GD.pm on Windows 2000
COUNT number of calls along with last call
Need help converting this crystal syntax to work in SQL Reporting Services
Can't see POP3 and IMAP4 features in user mailbox
How can I get rid of the VISTA WELCOME SCREEN and get a normal DOMAIN Log In like Windows XP?