- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 07:06 AM
We worked this issue as well, in speaking with ServiceNow support. Patterns only get updated if you update from the store, Search Sys_Plugins.list > ALL, search *Patterns and pick up updates there when they are released. We checked New York documentation and it shows only supported up to Sharepoint 2013. So we modified the pattern. It should not get overwritten unless we choose to update them from the store.
Modified the Sharepoint Pattern located @Pattern Designer>Discovery Patterns> Search Name *Sharepoint (open cmdb_ci_appl_sharepoint) Pattern click identification for sharepoint and open pattern steps. Add 3 steps for version 16.0 (which technically encompasses version 2016-2019)
Copy Step 16 to a new step for get Role SPS v16 "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\16.0\WSS"
Copy Step 10 to a new step for get build "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\16.0"
Copy Step 2 to a new step for get registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\16.0"
I hope this helps someone! Upvote if it does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 07:22 AM
Thanks Jennifer. That looks like the correct steps. I didn't update this question because I hadn't gotten any responses but ServiceNow themselves actually provided us with an updated pattern awhile back as an update set. We moved it around during testing until it eventually got released and cloned down. I do remember it looking very similar to the changes you mention here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 08:01 AM
We have confirmed that this pattern update is actually not released. Even New York patterns confirm only support through 2013. I have submitted the update in the idea portal to have this fixed. For now, anyone who wants to discover these versions will have to complete these steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 08:10 AM
Right. Definitely gives most end users a way to have this work. Thanks for providing the steps. ServiceNow did it custom for us, I guess, so hopefully it comes in one of their 'in between major update' updates within the new pattern store.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 06:15 AM
Hi Blaine,
Slight off topic question. How did you start mapping the sharepoint service? I started with the same URL the user would access: https://<host>/sites/<sitename> but this only adds an IIS server on the map when in fact there are 2 webfront servers, 2 application servers and one db server. Would be grateful for any hints that you have. Thanks a lot!