< Back

Export-GptIdentity

Tue Jan 14, 2020 12:09 am

NAME Export-GptIdentity



SYNOPSIS

Exports identity data used for Group Policy imports.





SYNTAX

Export-GptIdentity [-Path] <String> [[-Name] <String[]>] [[-Domain] <String>] [<CommonParameters>]





DESCRIPTION

Generates an export dump of identity information.

This is later used during import of group policy objects:

- To map between identities for permissions and policy content.

- To translate localized builtin account names.

- To correctly target renamed builtin acconts.





PARAMETERS

-Path <String>

The path where the exprot should be stored in.

Specify an existing folder.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

Names of groups to include in addition to the builtin accounts.



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Domain <String>

The domain to generate the dump from.



Required? false

Position? 3

Default value $env:USERDNSDOMAIN

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:\\>Export-GptIdentity -Path '.'



Export the builtin accounts into the current folder.











RELATED LINKS