25/06/2020
PowerShell ile Kapali Kullanıcıların OU’ya Taşınması

get-aduser -filter ‘userAccountcontrol -eq “514”‘ -Searchbase “dc=contoso,dc=local” | move-adobject -TargetPath “ou=disable accounts,dc=contoso,dc=local”