New-PSUTerminal
Creates a new terminal.
SYNOPSIS
SYNTAX
New-PSUTerminal -Name <String> [-Description <String>] [-Environment <String>] [-Credential <Variable>]
[-Role <String[]>] [-IdleTimeout <Int32>] [-KeepHistory] [-ComputerName <String>] [-AppToken <String>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUTerminal -Name 'Terminal1'PARAMETERS
-AppToken
-ComputerName
-Credential
-Description
-Environment
-IdleTimeout
-Integrated
-Name
-Role
-UseDefaultCredentials
-KeepHistory
-TrustCertificate
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?