GPOADmin has extended the following standard PowerShell commands:
Example: Create a container name HR
new-item -Path VCRoot:\ -Name HR -ItemType Container
Example: Create a GPO name HR_GPO in the HR container
Example: Remove the GPO name HR_GPO in the HR container
remove-item -Path vcroot:\HR\HR_GPO
Example: Remove a container name HR
  | |||
Example commands are included for the following:
For details on what is available for each role, see Configuring role-based delegation.
Before you can use the examples, you must ensure that you have registered the commands. See Registering the GPOADmin PowerShell commands .
| 
 4   | 
 Now you are going to put something into the profile file. Enter:  notepad $profile  |