![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Delete a Computer Account
|
||
|
' Description: Deletes an individual computer account in Active Directory.
strComputer = "atl-pro-040" set objComputer = GetObject("LDAP://CN=" & strComputer & _ ",CN=Computers,DC=fabrikam,DC=com") objComputer.DeleteObject (0) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||