< Back

Get-PrismProfile

Sat Jan 18, 2020 10:15 pm

NAME Get-PrismProfile



SYNOPSIS

List all profiles





SYNTAX

Get-PrismProfile [[-ComputerName] <String>] [[-Session] <WebRequestSession>] [[-Index] <UInt16>]

[<CommonParameters>]





DESCRIPTION

List all printer profiles, optionally filter by ID





PARAMETERS

-ComputerName <String>

The host name or IP of your Prism



Required? false

Position? 1

Default value (Get-PrismPrinter).IPAddress

Accept pipeline input? false

Accept wildcard characters? false



-Session <WebRequestSession>

The session to your Prism, autocreated if not provided



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Index <UInt16>

Integer-based index between 1 and 7 that you want to retrieve



Required? false

Position? 3

Default value 0

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:\\>Get-PrismProfile



List all profiles











RELATED LINKS