< Back

Import-GptDomainData

Tue Jan 14, 2020 12:11 am

NAME Import-GptDomainData



SYNOPSIS

Imports domain information of the source domain.





SYNTAX

Import-GptDomainData [-Path] <String> [<CommonParameters>]





DESCRIPTION

Imports domain information of the source domain.





PARAMETERS

-Path <String>

The path to the file or the folder it resides in.



Required? true

Position? 1

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



Import the domain information file from the current folder.











RELATED LINKS