< Back

Export-GptDomainData

Tue Jan 14, 2020 12:09 am

NAME Export-GptDomainData



SYNOPSIS

Generates a summary export of the source domain.





SYNTAX

Export-GptDomainData [-Path] <String> [[-Domain] <String>] [<CommonParameters>]





DESCRIPTION

Generates a summary export of the source domain.

This data is required or useful in several import stages.





PARAMETERS

-Path <String>

The path to export to.

Point at an existing folder.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Domain <String>

The domain to export the info of.



Required? false

Position? 2

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-GptDomainData -Path '.'



Exports the current domain's basic info into the current folder.











RELATED LINKS