Monday, January 23, 2017

active directory - Applying Group Policy to the Security Groups

I'm using VBScript in my logon script to map network drives..
I know that a group policy should applied to individual user accounts and computer accounts by linking (GPOs) to Active Directory containers (OUs).
The thing that I do not know is how to apply group policy to an OU that has nothing but groups in it?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...