Is there anyway to clear this attribute?
Version 1.3 of Quest AD cmdlets is out and as far as I remember the issue
has been fixed so you can use ' set-qaduser a054100 -manager $null' to clear
the property.
Check it out: http://www.quest.com/powershell/activeroles-server.aspx
---
Shay Levy
Windows PowerShell MVP
http://blogs.microsoft.co.il/blogs/ScriptFanatic
PowerShell Toolbar: http://tinyurl.com/PSToolbar
T> This finally did it:
T> set-qaduser a054100 -objectattributes @{"Manager"="$null"}
T> "TPGBrennan" wrote:
T>