New-PubFolder

NAME

New-PubFolder

SYNOPSIS

Adds a new published folder to a site.

SYNTAX

New-PubFolder [-Name] <string> [-AdminOnly <SwitchParameter>] [-Description <string>] [-Enable <bool>] [-Icon <string>] [-IconIndex <uint>] [-ParentFolder <PubFolder>] [-PublishToSite <Site[]>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Adds a new published folder to a site.

PARAMETERS


-AdminOnly <SwitchParameter>
Use folder for administrative purposes only.

        Required?                    false
        Position?                    named
        Default value                False
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Name <string>
Published resource name.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-ParentFolder <PubFolder>
Parent publishing folder name.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

-Icon <string>
An icon to use for a publishing resource.

This can be an executable or a .dll file.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-IconIndex <uint>
Icon index

Specifies the index of the icon that will be loaded from the binary specified in the Icon property.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Enable <bool>
Enable or disable a published resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Description <string>
Published resource description.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-PublishToSite <Site[]>
An array of sites to which to publish a resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID.

        Required?                    false
        Position?                    named
        Default value                0
        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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS

PSAdmin.PubFolder

        Parent publishing folder name.

OUTPUTS

PSAdmin.PubFolder

EXAMPLES


---------- EXAMPLE 1 ----------

New-PubFolder "My Folder"

Adds a published folder and gives it the specified name.

RELATED LINKS

Parallels RAS v16.2