Add to Notes field

You may need to add extra information to the notes field $ou = "OU=BlogTests,DC=Manticore,DC=org" $extra = @" Just a bit more info "@ "`nMicrosoft" $name = "UserA" $p = Get-ADUser -Identity $name -Properties * Read More...

Read the complete post at http://msmvps.com/blogs/richardsiddaway/archive/2012/03/05/add-to-notes-field.aspx


Posted Mar 05 2012, 03:00 PM by Richard Siddaway's Blog
Copyright 2012 PowerShell.com. All rights reserved.