Set-WssUserDashboardVisibility

Set-WssUserDashboardVisibility

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

Sintaxis

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

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

Descripción detallada

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

Parámetros

-Hidden

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

Alias

ninguno

¿Requerido?

true

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Name<String>

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

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Visible

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

Alias

ninguno

¿Requerido?

true

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

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:\> 

Temas relacionados

Get-WssUser