TestimoX

API Reference

Command

Get-ADXDuplicateSpn

Namespace ADPlayground.PowerShell
Inputs
System.String System.String[]
Outputs
ADPlayground.DuplicateSpnInfo

Finds duplicate Service Principal Names (SPNs) across a domain or the whole forest.

Examples

Generated fallback example

Generated fallback example from command syntax.


Get-ADXDuplicateSpn -Domain 'Value'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXDuplicateSpn [-Domain <string>] [-ServiceClass <string[]>] [<CommonParameters>]
#

Parameters

Domain string optionalposition: 0pipeline: true (ByPropertyName)
Optional domain DNS name. When omitted, scans the entire forest.
ServiceClass string[] optionalposition: 1pipeline: true (ByPropertyName)
Optional service class filter (e.g., MSSQLSvc, HTTP, CIFS).

Outputs

ADPlayground.DuplicateSpnInfo