New-WssPersonalFolder

New-WssPersonalFolder

Adds a personal folder to the current server.

Syntax

Parameter Set: Default
New-WssPersonalFolder [-UserName] <String> [ <CommonParameters>]

Detailed Description

The New-WssPersonalFolder cmdlet adds a personal folder to the current server for a user.

Parameters

-UserName<String>

Specifies the name of a user account. The cmdlet adds a personal folder for the account that you specify to the current server.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Add a personal folder

This command adds a personal folder for the user account named PattiFuller to the current server.

PS C:\> New-WssPersonalFolder -UserName "PattiFuller" 
PS C:\> 

Get-WssPersonalFolder