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