external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Imports a taxonomy TermGroup from either the input or from an XML file.
Import-PnPTermGroupFromXml [-Xml <String>]
[-Connection <SPOnlineConnection>]
Import-PnPTermGroupFromXml [-Path <String>]
[-Connection <SPOnlineConnection>]
PS:> Import-PnPTermGroupFromXml -Xml $xml
Imports the XML based termgroup information located in the $xml variable
PS:> Import-PnPTermGroupFromXml -Path input.xml
Imports the XML file specified by the path.
The XML File to import the data from
Type: String
Parameter Sets: File
Required: False
Position: Named
Accept pipeline input: False
The XML to process
Type: String
Parameter Sets: XML
Required: False
Position: 0
Accept pipeline input: True
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False