# Install environement AD
## install server 2019 core
### install psfsence ipsec
### config user OU
### Gestion GPO
Get-Module -ListAvailable -Name GroupPolicy
Get-GPO -All -Domain "openbank.local"
#### config LogonHours
#### gestion dns // replication ROCD
Get-Service DNS
Get-DnsClientServerAddress
Get-DnsServerZone -Name "openbank.local"
Test-NetConnection -ComputerName 10.0.1.2 -Port 53
#### install RSAT win 11/10
> Get-WindowsCapability -Online | Where-Object Name -like "RSAT.GroupPolicy*"
#### backup gdrive
C:\rclone\rclone.exe ls gdrive:/Backup_AD
C:\rclone\rclone.exe lsd gdrive:/
powershell -ExecutionPolicy Bypass -File "C:\rclone\backup-to-gdrive.ps1"
