AD GPO - Henryisgreat/SYS-265-TechJournal GitHub Wiki

Summary

Group Policy in Active Directory

Group Policy in Powershell

Add OU

New-ADOrganizationalUnit โ€˜{name}โ€™ -Path โ€œDC=henry,DC=localโ€

Group policy object

New-GPO -Name โ€˜{name}โ€™

Add Group

New-ADGroup -Name โ€˜{groupname}โ€™ -Path โ€œ{path} dc=henry,dc=localโ€ -GroupScope {groupscope} -SamAccountName {thing they log in with} -DisplayName {displayname} -GroupCategory {group category}

Process

Install the file-server role on dfs1 and 2.