Set-WssUserDashboardVisibility

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

Syntax

Set-WssUserDashboardVisibility
   [-Name] <String>
   [-Visible]
   [<CommonParameters>]
Set-WssUserDashboardVisibility
   [-Name] <String>
   [-Hidden]
   [<CommonParameters>]

Description

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

Examples

Example 1: Show a user in the dashboard

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

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

Example 2: Hide a user in the dashboard

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

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

1:

PS C:\>

Parameters

-Hidden

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

Type:SwitchParameter
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Name

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

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Visible

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

Type:SwitchParameter
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False