Skip to content

Get-UserReport

SYNOPSIS

SYNTAX

Get-UserReport [<CommonParameters>]

DESCRIPTION

Create a report of Active Directory users

EXAMPLES

EXAMPLE 1

Specify is where the report is to be saved.

Get-UserReport -path C:\UserReport.csv

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Requires Active Directory Module

Get-GroupMemberships Get-EndpointReport Get-GroupMembers

Back to top