Working with Domain and Directory Services Flashcards
1
Q
How to add computer to a domain from PowerShell?
A
Add-Computer -DomainName "ridpharm.com" -Restart
2
Q
How to easily check what are the AD groups assigned to a user?
A
C:\Users\jan>whoami /groups
3
Q
A