< Back
Get-LinaUser
Post
NAME Get-LinaUser
SYNOPSIS
Retrieves the users on a Lina server.
SYNTAX
Get-LinaUser [-Name <String>] [<CommonParameters>]
Get-LinaUser [-ID <Int32>] [<CommonParameters>]
DESCRIPTION
Retrieves the users on a Lina server.
PARAMETERS
-Name <String>
Optional : Name of the user to retrieve. Wilcards are allowed. For example : *Jon*
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ID <Int32>
Optional : ID of the user to retrieve.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Array of LinaUser Objects
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-LinaUser
Retrieves all the users.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-LinaUser -Name "*Jon*"
Retrieves all the users with Jon inside their names.
RELATED LINKS
SYNOPSIS
Retrieves the users on a Lina server.
SYNTAX
Get-LinaUser [-Name <String>] [<CommonParameters>]
Get-LinaUser [-ID <Int32>] [<CommonParameters>]
DESCRIPTION
Retrieves the users on a Lina server.
PARAMETERS
-Name <String>
Optional : Name of the user to retrieve. Wilcards are allowed. For example : *Jon*
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ID <Int32>
Optional : ID of the user to retrieve.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
Array of LinaUser Objects
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-LinaUser
Retrieves all the users.
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-LinaUser -Name "*Jon*"
Retrieves all the users with Jon inside their names.
RELATED LINKS