New-PSUPortalPage
Creates a new portal page in PowerShell Universal.
SYNOPSIS
SYNTAX
New-PSUPortalPage -Name <String> [-Description <String>] [-Widget <PortalComponentInstance[]>] [-Authenticated]
[-Role <String[]>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUPortalPage -Name Operations -Description "Operations landing page"PARAMETERS
-AppToken
-Authenticated
-ComputerName
-Credential
-Description
-Integrated
-Name
-Role
-TrustCertificate
-UseDefaultCredentials
-Widget
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?