Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Quest AD cmdlet -what is the cmdlet to remove computer object

Reply
 
Old 10-30-2008   #1 (permalink)
IT Staff


 
 

Quest AD cmdlet -what is the cmdlet to remove computer object

there is a get-qadcomputer , is there a *delete* parameters ?

sorry i've not read the documentations, thought the forum may help to speed
things up.

Also i've just download the 1.2 version



My System SpecsSystem Spec
Old 10-30-2008   #2 (permalink)
Shay Levy [MVP]


 
 

Re: Quest AD cmdlet -what is the cmdlet to remove computer object

Hello IT,

You can clear a property value by setting it to null:

Set-QADObject <computerDN> -description $null



---
Shay Levy
Windows PowerShell MVP
http://blogs.microsoft.co.il/blogs/ScriptFanatic
PowerShell Toolbar: http://tinyurl.com/PSToolbar


IS> there is a get-qadcomputer , is there a *delete* parameters ?
IS>
IS> sorry i've not read the documentations, thought the forum may help
IS> to speed things up.
IS>
IS> Also i've just download the 1.2 version
IS>


My System SpecsSystem Spec
Old 10-30-2008   #3 (permalink)
David Moravec


 
 

RE: Quest AD cmdlet -what is the cmdlet to remove computer object

If you want to remove the object itself use: Remove-QADObject. You can pipe
Get-QADComputer to this one.

David


"IT Staff" wrote:
Quote:

> there is a get-qadcomputer , is there a *delete* parameters ?
>
> sorry i've not read the documentations, thought the forum may help to speed
> things up.
>
> Also i've just download the 1.2 version
>
>
>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Quest AD Cmdlet as part of a script PowerShell
new-object cmdlet and remote com objects PowerShell
quest cmdlet : get-qadcomputer PowerShell
Invoking Cmdlet Get-Location from cmdlet,cant get Currnt Directory PowerShell
How to display messages from object returned by cmdlet? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46