New-WssPersonalFolder
Adds a personal folder to the current server.
Syntax
New-WssPersonalFolder
[-UserName] <String>
[<CommonParameters>]
Description
The New-WssPersonalFolder cmdlet adds a personal folder to the current server for a user.
Examples
Example 1: Add a personal folder
PS C:\> New-WssPersonalFolder -UserName "PattiFuller"
This command adds a personal folder for the user account named PattiFuller to the current server.
1:
PS C:\>
Parameters
-UserName
Specifies the name of a user account. The cmdlet adds a personal folder for the account that you specify to the current server.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |