May 2019
Intermediate to advanced
620 pages
21h 41m
English
Use the following lines of PowerShell to add a user to the Protected Users group in Active Directory on a system with the Active Directory Module for Windows PowerShell installed:
Import-Module ActiveDirectory
Add-ADGroupMember -Identity "CN=Protected Users,CN=Users,DC=lucernpub,DC=com" -Members "User"
Read now
Unlock full access