Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to clear the Manager attribute for a user

7 views
Skip to first unread message

TPGBrennan

unread,
Nov 18, 2009, 3:43:02 PM11/18/09
to
supposedly I can use the set-qaduser cmdlt to clear the manager attribute and
not just change it. the following command runs without error but does not
clear the attribute:
set-qaduser a054100 -manager $Null

Is there anyway to clear this attribute?

Shay Levy [MVP]

unread,
Nov 22, 2009, 12:00:25 PM11/22/09
to
Hi TPGBrennan,

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>

0 new messages