PowerShell Logo Small

New-GPStarterGPO



This is the built-in help made by Microsoft for the command 'New-GPStarterGPO', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a new Starter GPO.

SYNTAX


New-GPStarterGPO [-Name] <String> [-Comment <String>] [-Domain <String>] [-Server <String>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-GPStarterGPO cmdlet creates a Starter GPO with the specified name. If the Starter GPOs folder does not exist in the SYSVOL when the New-GPStarterGPO cmdlet is
called, it is created and populated with the eight Starter GPOs that ship with Group Policy.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287726
Get-GPStarterGPO
New-GPO

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

C:\PS>New-GPStarterGPO -Name StarterSecurity -Comment "Security Template"



Description

-----------

This command creates a Starter GPO with the display name StarterSecurity. The Starter GPO is annotated with the specified comment.