Get-WssPersonalFolder

Get-WssPersonalFolder

Gets the personal folder for a user.

構文

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

詳細説明

The Get-WssPersonalFolder cmdlet gets the personal folder for the specified user.

パラメーター

-UserName<String>

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

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • System.IO.DirectoryInfo

Example 1: Get a personal folder

This command gets the personal folder for the account named PattiFuller.

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

関連トピック

New-WssPersonalFolder