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.