fbpx

Orchestrator: Runbook Error “The term Get-SCSMObject is not recognized as the name of a cmlet…”

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:WindowsSystem32WindowsPowerShellv1.0Modules

TO

C:WindowsSysWOW64WindowsPowerShellv1.0Modules

Happily see the activity completed success now !

This post first appeared on Ben's System Center Experience. Read the original article.