New-PSUPortalComponent
Adds a new portal component.
SYNOPSIS
SYNTAX
New-PSUPortalComponent -Name <String> [-Description <String>] [-Title <String>] [-AvailableInBranch <String[]>]
[-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials]
[-Integrated] [-TrustCertificate] [-Cookies] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUPortalComponent -Name incident-summary -Title "Incident Summary" -Description "Shows current incidents"PARAMETERS
-AppToken
-AvailableInBranch
-ComputerName
-Credential
-Description
-Integrated
-Name
-Title
-TrustCertificate
-UseDefaultCredentials
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?