From the course: Advanced PowerShell: Automating Active Directory Administration
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
PowerShell for creating Group Policies
From the course: Advanced PowerShell: Automating Active Directory Administration
PowerShell for creating Group Policies
- [Instructor] Group policies are where we create objects that affect groups of users and computers when they go to log into their domain joined computers. To get a list of all the different PowerShell commandments that we can run, we can type in the get dash command. So let's go ahead and do that and I recommend you follow along. You can pause the video if you'd like. Open up PowerShell and just type in get dash command followed by dash module. If you press enter after get dash command you're going to see all the different PowerShell commands. We don't want that. We just want to get the module that's called group policy. Now if you recall, we did this same thing but with the active directory module in a previous video. And there are all the different commandlets as well as aliases for other commandlets that may be longer to type out. And you can see the list of all that have to do with group policy. You'll notice it…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.