Skip to content

Get-EndpointReport

SYNOPSIS

SYNTAX

Get-EndpointReport [-Path] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Create a CSV report of Active Directory Endpoints

EXAMPLES

EXAMPLE 1

Be sure to specify a filename and extension for the report.

Get-EndpointReport -path C:\UserReport.csv

PARAMETERS

-Path

Output path and filename for the report file

Type: System.Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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 the Active Directory Module

Get-UserReport Get-GroupMemberships Get-GroupMembers

Back to top