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
-
David_Allen Partner Advanced IT Monkey ✭✭✭
I would never insert directly in the database. It's not supported and may cause other issues.
I would recreate to ensure they are correctly inserted, as much of a pain that that may be.
5
Answers
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]
I would never insert directly in the database. It's not supported and may cause other issues.
I would recreate to ensure they are correctly inserted, as much of a pain that that may be.