Showing posts with label spn. Show all posts
Showing posts with label spn. Show all posts

Tuesday, March 4, 2025

SQL SPN Powershell Commands

List User Account Spn:

 Get-ADUSer -Filter { ServicePrincipalName -ne "$null"} -Properties ServicePrincipalName | select 

SamAccountName, ServicePrincipalName

 

List Computer Account Spn
Get-ADComputer -Filter { ServicePrincipalName -ne "$null"} -Properties ServicePrincipalName | select SamAccountName, ServicePrincipalName | Out-String -Width 4096 

Setting SPN:


setSPN -A MSSQLsvc/sqlserver1.contoso.com:59302 contoso\serviceaccount

setSPN -A MSSQLsvc/sqlserver1:59302 contoso\serviceaccount


 

Buy Me A Coffee
Thank you.Buy me a coffee