Backup all GPOs
Backup-Gpo -All -Path "\\Server1\GpoBackups"
Restore all GPOs
Restore-GPO -All -Domain "contoso.com" -Path "\\Server1\Backups"
apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...