02 - Lab 04
02 - Lab 04
Get-ADFineGrainedPasswordPolicy -Filter *
We can verify it was linked by using the same command; the attribute "AppliesTo" is now
populated:
Get-ADFineGrainedPasswordPolicy -Filter *
Steps :
In Server manager, click on "AD DS", right click on "DC01" then click on "Active Directory
Administrative Center"
Then assign/link the PSO to account group, by going to "Directly Applies To" group of
controls, click on "Add", input "accounting" in search filed, then "Check Names" and finally
click on "OK"
The accounting group will be listed
To modify the PSO, double click on its name, or right click on the PSO then select
"Properties". We will disable "accidental deletion" protection :
Clear this box then click on "OK"
Confirm Deletion.
Done.