![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
| | #3 (permalink) |
| | 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 Specs![]() |
![]() |
| 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 | |||