< Back

New-PrismSession

Sat Jan 18, 2020 10:16 pm

NAME New-PrismSession



SYNOPSIS

Create a new WebRequestSession with the cookie





SYNTAX

New-PrismSession [[-ComputerName] <String>] [[-MacAddress] <String>] [<CommonParameters>]





DESCRIPTION

Creates a new WeqRequestSession with the printer's MAC address in the cookie which

serves as authentication





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



-MacAddress <String>

The mac address of the printer



Required? false

Position? 2

Default value

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:\\>New-PrismSession



Create a new cookied-up web session to control your prism











RELATED LINKS