< Back

Get-HB-User

Tue Jan 14, 2020 1:33 am

NAME Get-HB-User



SYNOPSIS

Get the details of a Hornbill User





SYNTAX

Get-HB-User [-UserName] <String> [<CommonParameters>]





DESCRIPTION

Provide a User Name, and this CMDLET will search your Hornbill instance for a matching record, returning details





PARAMETERS

-UserName <String>

The User Name to search for



Required? true

Position? 1

Default value

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



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-HB-User "some@ad.username.com" will search your Users and return the user object for the

"some@ad.username.com" user















RELATED LINKS