< Back
New-AdobeGPOTemplate
Post
NAME New-AdobeGPOTemplate
SYNOPSIS
Create Admx and Adml GPO templates for Adobe products
SYNTAX
New-AdobeGPOTemplate [[-Product] <String[]>] [[-Version] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Create Admx and Adml GPO templates for Adobe Reader and Acrobat versions DC and/or 2015, 2017
PARAMETERS
-Product <String[]>
Indicate the product(s): can be Reader, Acrobat or both.
Required? false
Position? 1
Default value Reader
Accept pipeline input? false
Accept wildcard characters? false
-Version <String[]>
Indicate the version(s): can be DC and/or 2015 and/or 2017
Required? false
Position? 2
Default value DC
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-AdobeGPOTemplate -Product Reader,Acrobat -Version DC,2017,2015
Confirm
Are you sure you want to perform this action?
Performing the operation "Create files" on target "AdobeReader2015.adm?".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A
It creates the following files:
Adobe.admx, Adobe.adml
AdobeAcrobat2015.admx, AdobeAcrobat2015.adml
AdobeAcrobat2017.admx, AdobeAcrobat2017.adml
AdobeAcrobatDC.admx, AdobeAcrobatDC.adml
AdobeReader2015.admx, AdobeReader2015.adml
AdobeReader2017.admx, AdobeReader2017.adml
AdobeReaderDC.admx, AdobeReaderDC.adml
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-AdobeGPOTemplate -Product Reader -Version DC -Confirm:$false
It creates without asking for confirmation the following files:
Adobe.admx, Adobe.adml,
AdobeReaderDC.admx, AdobeReaderDC.adml
RELATED LINKS
SYNOPSIS
Create Admx and Adml GPO templates for Adobe products
SYNTAX
New-AdobeGPOTemplate [[-Product] <String[]>] [[-Version] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Create Admx and Adml GPO templates for Adobe Reader and Acrobat versions DC and/or 2015, 2017
PARAMETERS
-Product <String[]>
Indicate the product(s): can be Reader, Acrobat or both.
Required? false
Position? 1
Default value Reader
Accept pipeline input? false
Accept wildcard characters? false
-Version <String[]>
Indicate the version(s): can be DC and/or 2015 and/or 2017
Required? false
Position? 2
Default value DC
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-AdobeGPOTemplate -Product Reader,Acrobat -Version DC,2017,2015
Confirm
Are you sure you want to perform this action?
Performing the operation "Create files" on target "AdobeReader2015.adm?".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A
It creates the following files:
Adobe.admx, Adobe.adml
AdobeAcrobat2015.admx, AdobeAcrobat2015.adml
AdobeAcrobat2017.admx, AdobeAcrobat2017.adml
AdobeAcrobatDC.admx, AdobeAcrobatDC.adml
AdobeReader2015.admx, AdobeReader2015.adml
AdobeReader2017.admx, AdobeReader2017.adml
AdobeReaderDC.admx, AdobeReaderDC.adml
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>New-AdobeGPOTemplate -Product Reader -Version DC -Confirm:$false
It creates without asking for confirmation the following files:
Adobe.admx, Adobe.adml,
AdobeReaderDC.admx, AdobeReaderDC.adml
RELATED LINKS