May 2019
Intermediate to advanced
620 pages
21h 41m
English
Use the following lines of PowerShell on a system with the Active Directory module for Windows PowerShell installed to enable a user object:
Import-Module ActiveDirectoryEnable-ADAccount -Identity "CN=User,CN=Users,DC=lucernpub,DC=com"
Use the following lines of PowerShell on a system with the Active Directory module for Windows PowerShell installed to disable a user object:
Import-Module ActiveDirectoryDisable-ADAccount -Identity "CN=User,CN=Users,DC=lucernpub,DC=com"
Read now
Unlock full access