Name
Import-SiteTemplateMapping
SYNTAX
Import-SiteTemplateMapping [-Path] <String> [[-MappingSettings] <MappingSettings>]
DESCRIPTION
The command to import the site template mappings from a file.
PARAMETERS
-MappingSettings <MappingSettings>
Specifies the mapping settings.
Required? | False |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | False |
Parameter set name | (All) |
Aliases | None |
-Path <String>
Specifies the file path that was previously exported with Sharegate.
Required? | True |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
Parameter set name | (All) |
Aliases | PSPath |
INPUTS
MappingSettings
OUTPUTS
MappingSettings
The mapping settings merged with the imported site template mappings from a file.
EXAMPLES
-------------- Example: Import mappings from file --------------
$mappingSettings = Import-SiteTemplateMapping -Path "C:\MyMappings\MySiteTemplateMappingsFileName.sgwtm" $mappingSettings PropertyMappings : ContentTypeMappings : UserAndGroupMappings : PermissionLevelMappings : SiteTemplateMappings : English (United States) ACCSRV#0 -> <NO DESTINATION> ACCSRV#1 -> ACCSRV#1 ACCSRV#3 -> ACCSRV#3 ACCSRV#4 -> ACCSRV#4 ACCSRV#5 -> ACCSRV#5 ACCSRV#6 -> ACCSRV#6 BDR#0 -> BDR#0 BICenterSite#0 -> BICenterSite#0 BLANKINTERNET#0 -> CMSPUBLISHING#0 BLANKINTERNET#1 -> <NO DESTINATION> BLANKINTERNET#2 -> BLANKINTERNET#2 BLANKINTERNETCONTAINER#0 -> BLANKINTERNETCONTAINER#0 BLOG#0 -> BLOG#0 ... STS#0 -> STS#0 STS#1 -> STS#1 STS#2 -> STS#2 TENANTADMIN#0 -> <NO DESTINATION> visprus#0 -> visprus#0 WIKI#0 -> ENTERWIKI#0 French (France) ACCSRV#0 -> <NO DESTINATION> ACCSRV#1 -> ACCSRV#1 ACCSRV#3 -> ACCSRV#3 ACCSRV#4 -> ACCSRV#4 ACCSRV#5 -> ACCSRV#5 ACCSRV#6 -> ACCSRV#6 BDR#0 -> BDR#0 BICenterSite#0 -> BICenterSite#0 BLANKINTERNET#0 -> CMSPUBLISHING#0 BLANKINTERNET#1 -> <NO DESTINATION> BLANKINTERNET#2 -> BLANKINTERNET#2 BLANKINTERNETCONTAINER#0 -> BLANKINTERNETCONTAINER#0 BLOG#0 -> BLOG#0 ... STS#0 -> STS#0 STS#1 -> STS#1 STS#2 -> STS#2 TENANTADMIN#0 -> <NO DESTINATION> vispr#0 -> vispr#0 WIKI#0 -> ENTERWIKI#0
-------------- Example: Merge mappings with mappings from file --------------
$mappingSettings = Set-SiteTemplateMapping -DefaultTemplate -Destination "Team Site" -AllLanguages $mappingSettings = Import-SiteTemplateMapping -MappingSettings $mappingSettings -Path "C:\MyMappings\MySiteTemplateMappingsFileName.sgwtm" $mappingSettings PropertyMappings : ContentTypeMappings : UserAndGroupMappings : PermissionLevelMappings : SiteTemplateMappings : All Languages <Default Site Template> -> Team Site English (United States) ACCSRV#0 -> <NO DESTINATION> ACCSRV#1 -> ACCSRV#1 ACCSRV#3 -> ACCSRV#3 ACCSRV#4 -> ACCSRV#4 ACCSRV#5 -> ACCSRV#5 ACCSRV#6 -> ACCSRV#6 BDR#0 -> BDR#0 BICenterSite#0 -> BICenterSite#0 BLANKINTERNET#0 -> CMSPUBLISHING#0 BLANKINTERNET#1 -> <NO DESTINATION> BLANKINTERNET#2 -> BLANKINTERNET#2 BLANKINTERNETCONTAINER#0 -> BLANKINTERNETCONTAINER#0 BLOG#0 -> BLOG#0 ... STS#0 -> STS#0 STS#1 -> STS#1 STS#2 -> STS#2 TENANTADMIN#0 -> <NO DESTINATION> visprus#0 -> visprus#0 WIKI#0 -> ENTERWIKI#0 French (France) ACCSRV#0 -> <NO DESTINATION> ACCSRV#1 -> ACCSRV#1 ACCSRV#3 -> ACCSRV#3 ACCSRV#4 -> ACCSRV#4 ACCSRV#5 -> ACCSRV#5 ACCSRV#6 -> ACCSRV#6 BDR#0 -> BDR#0 BICenterSite#0 -> BICenterSite#0 BLANKINTERNET#0 -> CMSPUBLISHING#0 BLANKINTERNET#1 -> <NO DESTINATION> BLANKINTERNET#2 -> BLANKINTERNET#2 BLANKINTERNETCONTAINER#0 -> BLANKINTERNETCONTAINER#0 BLOG#0 -> BLOG#0 ... STS#0 -> STS#0 STS#1 -> STS#1 STS#2 -> STS#2 TENANTADMIN#0 -> <NO DESTINATION> vispr#0 -> vispr#0 WIKI#0 -> ENTERWIKI#0
Comments
0 comments
Please sign in to leave a comment.