Working on a project to upgrade System Center Service Manager (SCSM) and Orchestrator (SCO) 2019 recently, seeing a familiar error message from Orchestrator Runbook again.
Runbook activity show Failed.
Error : The tern 'Get-SCSMObject' is not recognized as the name of a cmlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Resolution: Copy SMLets Folder from System32 to SysWOW64 !
FROM |
C:\Windows\System32\WindowsPowerShell\v1.0\Modules |
TO |
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules |
Happily see the activity completed success now !
No comments:
Post a Comment