Set-WssUserDashboardVisibility

Set-WssUserDashboardVisibility

Modifies whether to make a user account visible in the dashboard.

構文

Parameter Set: UserHidden
Set-WssUserDashboardVisibility [-Name] <String> [-Hidden] [ <CommonParameters>]

Parameter Set: UserVisible
Set-WssUserDashboardVisibility [-Name] <String> [-Visible] [ <CommonParameters>]

詳細説明

The Set-WssUserDashboardVisibility cmdlet modifies whether to make a user account visible in the Windows Server Essentials dashboard.

パラメーター

-Hidden

Indicates that the cmdlet hides the user account in the dashboard.

エイリアス

なし

必須?

true

位置は?

2

既定値

なし

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

false

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

false

-Name<String>

Specifies a name. The cmdlet modifies the visibility for the user account that has the name that you specify.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

false

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

false

-Visible

Indicates that the cmdlet shows the user account in the dashboard.

エイリアス

なし

必須?

true

位置は?

2

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Show a user in the dashboard

This command shows the specified user account in the dashboard by specifying the Visible parameter.

PS C:\> Set-WssUserDashboardVisibility -Name "PattiFuller" -Visible

Example 2: Hide a user in the dashboard

This command hides the specified user account in the dashboard by specifying the Hidden parameter.

PS C:\> Set-WssUserDashboardVisibility -Name "PattiFuller" -Hidden
PS C:\> 

関連トピック

Get-WssUser