Get-UserLockMessage
Gets the customizable messages displayed to users.
Gets the customizable messages displayed to users.
Get-UserLockMessage [-Name <string[]>] [-UserLockServerName <string>][<CommonParameters>]The Get-UserLockMessage cmdlet gets the customizable messages displayed to users. Caution: PowerShell 3.0 is required.
Specifies the name (ID) of the message(s) to get. Wildcard characters are permitted. If the name includes escape characters, enclose it in single quotation marks. Single quotation marks tell Windows PowerShell not to interpret any characters as escape sequences. The alias for Name is MessageID.
Required | false |
Position | 1 |
Accepts pipeline input | true (ByValue, ByPropertyName) |
Accepts wildcard characters | true |
Specifies the name of the UserLock server. The default is the localhost name.
Required | false |
Position | named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Default Value | '.' |
For more information about common parameters, type "Get-Help about_commonparameters".
None
ISDecisions.UserLockLibrary.Message
You can also refer to Get-UserLockMessage by its alias, "gulm". For more information, see about_Aliases. To use Get-UserLockMessage, you must have the "Customizable messages" UserLock administrative access right.
Get-UserLockMessage -UserLockServerName 'MyUlSrv'Gets the customizable messages from the 'MyUlSrv' UserLock server.
Get-UserLockMessage -Name 'WELCOME_MESSAGE' -us 'MyUlSrv'Gets the content of the welcome message from the 'MyUlSrv' UserLock server.