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


Get-DSSCCMServiceLocatorPoint

SYNOPSIS

Retreives the SCCM service locator point AD information

SYNTAX

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

DESCRIPTION

Retreives the SCCM service locator point AD information

EXAMPLES

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

Get-DSSCCMServiceLocatorPoint

Returns the SCCM SLPs 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 SLPs as defined in AD, they may not be 'live' though.

https://github.com/zloeber/psad