PowerShell - Active Directory
This script fails with an error:
$group = 'Users' Add-LocalGroupMember -Group $group -MemberWhat is the fix?
$group = 'Users' Add-LocalGroupMember -Group $group -MemberWhat is the fix?
-Member without specifying a user, causing an error.-Member fixes the syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions