Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 98931
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:17:26+00:00 2026-05-11T00:17:26+00:00

Has anyone had any luck with querying/changing SPNs on a Windows domain? Most of

  • 0

Has anyone had any luck with querying/changing SPNs on a Windows domain? Most of the hits on Google are SQL related: I can’t find any information on how to do this myself. The most important things would be to query to SPN configuration and check for duplicates.

According to Arnout I made the following code:

static void Main(string[] args) {     ValidateSPN('K2Server/jonathand-vpc:5252'); }  static void ValidateSPN(string spn) {     const string queryFormat = '(ServicePrincipalName={0})';     using (Domain localDomain = Domain.GetCurrentDomain()) {         using (DirectorySearcher search = new DirectorySearcher(localDomain.GetDirectoryEntry())) {             search.Filter = string.Format(queryFormat, spn);             search.SearchScope = SearchScope.Subtree;             SearchResultCollection collection = search.FindAll();             if (collection.Count > 1)                 throw new Exception('Duplicate SPNs found.');             else if (collection.Count == 0)                 throw new Exception('No such SPN');         }     } } 
  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:17:27+00:00Added an answer on May 11, 2026 at 12:17 am

    It looks like this information is stored in the servicePrincipalName AD attribute. See this page for more info, in particular the ‘Search using LDIFDE’ section.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone had any luck rolling a custom GWT jar for Google Collections /
Has anyone had any luck with compiling 64-bit Python extension modules for Windows using
Has anyone had any luck with even getting a window launched. I have been
Has anyone had any luck using a UIPicker in the 3.2 SDK? I'm in
Has anyone had any luck getting encrypted streaming to work with Apple's HTTP Live
Has anyone had any luck integrating Twitpic's new OAuth Echo authentication into their iPhone
I'm wondering if anyone has had any luck connecting one FMS to another FMS
Has anyone had luck getting Qt Eclipse integration working on windows? Here is what
Has anyone had any luck model binding two or more collections using the code
Has anyone had any luck getting any sort of paging plugin to work with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.