A quick post while I am waiting for some replication to happen. I was continuing on through a paused installation of FIM from some time ago and had forgotten what Service Principal Names I’d set up in the lab. A quick query to AD and here we are:
get-aduser -filter {(objectclass -eq 'user')} -property serviceprincipalname | where-Object {$PSItem.ServicePrincipalName -ne $null} | select-object serviceprincipalname,userprincipalname | ft -Wrap
Categories: Active Directory, FIM, Powershell
Leave a Reply