ImportGpoCommand.BackupGpoName Property

 

Gets and sets the value of the GpoName parameter of the Import-Gpo cmdlet.

Namespace:   Microsoft.GroupPolicy.Commands
Assembly:  Microsoft.GroupPolicy.Commands (in Microsoft.GroupPolicy.Commands.dll)

Syntax

[ParameterAttribute(Mandatory = true, ValueFromPipeline = true, 
    ValueFromPipelineByPropertyName = true, ParameterSetName = "ImportName")]
[AliasAttribute(new string[] { ... })]
[ValidateGpoNameAttribute]
public string BackupGpoName { get; set; }
public:
[ParameterAttribute(Mandatory = true, ValueFromPipeline = true, 
    ValueFromPipelineByPropertyName = true, ParameterSetName = "ImportName")]
[AliasAttribute(new array<String^>^ { ... })]
[ValidateGpoNameAttribute]
property String^ BackupGpoName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, ValueFromPipeline = true,
    ValueFromPipelineByPropertyName = true, ParameterSetName = "ImportName")>]
[<AliasAttribute([| ... |])>]
[<ValidateGpoNameAttribute>]
member BackupGpoName : string with get, set
<ParameterAttribute(Mandatory := True, ValueFromPipeline := True,
    ValueFromPipelineByPropertyName := True, ParameterSetName := "ImportName")>
<AliasAttribute(New String() { ... })>
<ValidateGpoNameAttribute>
Public Property BackupGpoName As String

Property Value

Type: System.String

Returns String.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Import-Gpo in the Microsoft TechNet library.

For Help at the command line, type:

get-help import-gpo

See Also

ImportGpoCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top