Search Results for

    Show / Hide Table of Contents

    Get-PnPSyntexModel

    SYNOPSIS

    Returns Microsoft Syntex models from a Syntex Content Center.

    This cmdlet only works when you've connected to a Syntex Content Center site.

    SYNTAX

    Get-PnPSyntexModel [-Identity] <SyntexModelPipeBind> [-Connection <PnPConnection>]
     
    

    DESCRIPTION

    This command allows the retrieval of a Syntex document processing models defined in the connected Syntex Content Center site.

    EXAMPLES

    EXAMPLE 1

    Get-PnPSyntexModel 
    

    Lists all the document processing models in the connected Syntex Content Center site.

    EXAMPLE 2

    Get-PnPSyntexModel -Identity 1
    

    Gets the document processing model with the id 1.

    EXAMPLE 3

    Get-PnPSyntexModel -Identity "Invoice model"
    

    Gets the document processing model named "Invoice model".

    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
    

    -Identity

    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
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer