--- external help file: PSAD-help.xml online version: https://github.com/zloeber/psad schema: 2.0.0


Get-DSSCCMManagementPoint

SYNOPSIS

Retreives the SCCM AD information

SYNTAX

Get-DSSCCMManagementPoint [[-ComputerName] <String>] [[-Credential] <PSCredential>]

DESCRIPTION

Retreives the SCCM AD information

EXAMPLES

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

Get-DSSCCMManagementPoint

Returns the SCCM servers and their version found in the current forest

PARAMETERS

-ComputerName

Domain controller to use for this search.

Type: String
Parameter Sets: (All)
Aliases: Server, ServerName

Required: False
Position: 1
Default value: $Script:CurrentServer
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Credentials to use for connection to AD.

Type: PSCredential
Parameter Sets: (All)
Aliases: Creds

Required: False
Position: 2
Default value: $Script:CurrentCredential
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

Returns servers as defined in AD, they may not be 'live' though.

https://github.com/zloeber/psad