Guide, Microsoft, SCSM

SCSM – How to generate a strong name signature key file to seal a Management Pack

Last updated on September 25th, 2021 at 08:51 pm

Read Time:45 Second

If you are using System Center Service Manager and creating custom management packs then you will want to seal them with a strong name signature. To do this, you will need to first of all generate the key file to allow you to use it when sealing your management pack.

You need to use the sn.exe tool which has to be run from the MicrosoftSDKs installation folder, the file location may slightly change depending what version you are using:

C:Program Files (x86)MicrosoftSDKsWindowsv6.0Abin

You then need to run the following command:

sn.exe -k C:tempfilename.snk

where:

  • C:temp = directory location
  • filename.snk = filename of your key file

Now you have generated a strong name signature you can use it to seal your management pack.

COMMENTS

If you have any questions or feedback on this guide, please feel free to leave us a comment below.

 

Click to rate this post!
[Total: 0 Average: 0]
Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.