Tag not monitored by Microsoft.
Hi «JamesQuigley-5324 ,
Which version of System Center Orchestrator (SCORCH) are you running?
All SCORCH versions before 2022 are using the 32-bit PowerShell. To start a 64-bit version of a PowerShell in a SCORCH Run .Net Activity you can use this:
Invoke-Command -ScriptBlock {<Add your code here>} -ComputerName localhost
You could test this with starting a 32-bit ISE and run you script with the Invoke-Command cmdlet.
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten