Get-PnPSyntexModelPublication
SYNOPSIS
Returns the libraries to which a Microsoft Syntex model was published.
This cmdlet only works when you've connected to a Syntex Content Center site.
SYNTAX
Get-PnPSyntexModelPublications -Model <SyntexModelPipeBind> [-Connection <PnPConnection>]
DESCRIPTION
This command returns the libraries to which a Syntex document processing model defined in the connected Syntex Content Center site was published.
EXAMPLES
EXAMPLE 1
Get-PnPSyntexModelPublication -Identity "Invoice model"
Gets the libraries to which the document processing model named "Invoice model" was published.
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Model
The name or id of the Syntex model.
Type: SyntexModelPipeBind
Parameter Sets: (All)
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False