< Back
Get-ADUserDetail
Post
NAME Get-ADUserDetail
SYNOPSIS
Get AD user details
SYNTAX
Get-ADUserDetail [[-username] <String>] [<CommonParameters>]
DESCRIPTION
Found domain based details for a given user.
PARAMETERS
-username <String>
Required? false
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-ADUserDetail -username $env:username
RELATED LINKS
SYNOPSIS
Get AD user details
SYNTAX
Get-ADUserDetail [[-username] <String>] [<CommonParameters>]
DESCRIPTION
Found domain based details for a given user.
PARAMETERS
-username <String>
Required? false
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-ADUserDetail -username $env:username
RELATED LINKS