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.
Indicates that the cmdlet hides the user account in the dashboard.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Specifies a name. The cmdlet modifies the visibility for the user account that has the name that you specify.
Aliases |
none |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Indicates that the cmdlet shows the user account in the dashboard.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command shows the specified user account in the dashboard by specifying the Visible parameter.
PS C:\> Set-WssUserDashboardVisibility -Name "PattiFuller" -Visible
This command hides the specified user account in the dashboard by specifying the Hidden parameter.
PS C:\> Set-WssUserDashboardVisibility -Name "PattiFuller" -Hidden
PS C:\>