< Back

Start-PrismPrint

Sat Jan 18, 2020 10:16 pm

NAME Start-PrismPrint



SYNOPSIS

Start a print on your Prism!





SYNTAX

Start-PrismPrint [-ComputerName <String>] [-Session <WebRequestSession>] -Name <String> -Index <UInt16> [-Wait]

[<CommonParameters>]



Start-PrismPrint [-ComputerName <String>] [-Session <WebRequestSession>] -Name <String> -Index <UInt16> [-AsJob]

[<CommonParameters>]





DESCRIPTION

Starts to print a file that can be retrieved with Get-PrismFile





PARAMETERS

-ComputerName <String>

The host name or IP of your Prism



Required? false

Position? named

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? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

The file name to print



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Index <UInt16>

The resin profile to print with, e.g. Get-PrismProfile



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Wait [<SwitchParameter>]

Indicates that the cmdlet will wait until the print is finished.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-AsJob [<SwitchParameter>]

Returns a Job object that waits in the background for the print to finish, or until you close PowerShell



Required? false

Position? named

Default value False

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:\\>Start-PrismPrint -Index 2 -Name MAD5A.cddlp



Printer your awesome Marauder with your second profile











RELATED LINKS