Home Powershell Activity

Where do the Scripts get stored

Hello all,

I created a couple of Powershell Activity Scripts which I now want to migrate to another environment.

Where can I find the MP in which they are stored?

I exported the Cireson.Powershell.Activity.Library MP, but this doesnt seem to contain the actual scripts.


Thanks

Best Answer

Answers

  • David_AllenDavid_Allen Partner Advanced IT Monkey ✭✭✭

    They are stored in the database... Run this query to return all PowerShell Activity script items..

    SELECT * FROM [ServiceManager].[dbo].[MT_Cireson$Powershell$Activity$Script]

  • Filip_TheyssensFilip_Theyssens Partner IT Monkey ✭
    If I would want to transfer these scripts to another environment, can I just insert them in the SCSM db and will they appear in the the console or do I really need to recreate them?
  • Filip_TheyssensFilip_Theyssens Partner IT Monkey ✭
    thx for the advice!
Sign In or Register to comment.