Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Computer AccountContent of Delete a Computer Account.vbsMD5 Hash: 894A26834A50C559CF28ADE4FDDD2A0D |
||
' 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 :: |