New-PSUPublishedFolder
Creates a new published folder in PowerShell Universal.
SYNOPSIS
SYNTAX
New-PSUPublishedFolder -RequestPath <String> -Path <String> [-Authentication] [-Role <String[]>]
[-DefaultDocument <String[]>] [-Impersonation] [-Name <String>] [-ComputerName <String>] [-AppToken <String>]
[-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
New-PSUPublishedFolder -RequestPath '/images' -Path 'C:\images'Example 2
PARAMETERS
-AppToken
-Authentication
-ComputerName
-DefaultDocument
-Path
-RequestPath
-Role
-UseDefaultCredentials
-Impersonation
-Integrated
-Name
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?