OperationsManager Module on PowerShell Core (Linux)

Micah Kuan 21 Reputation points
2020-09-29T02:15:49.403+00:00

I'm trying to install the OperationsManager module onto Linux Powershell core, It seems to install correctly but only a very limited number of cmdlets are available to use, not anywhere close to all of them. Is the full extent of the OperationsManager module not usable on Linux Powershell Core?

Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 86,026 Reputation points
    2020-09-29T07:11:56.887+00:00

    Hi @Micah Kuan ,

    As far as I know the Operations Manager (SCOM) PowerShell module is not yet supported on PowerShell Core, because it uses .NET core, which is also a reason why not all cmdlets work.

    If you have any feedback regarding this, feel free to submit it over at the SCOM uservoice page over here:
    https://systemcenterom.uservoice.com/forums/293064-general-operations-manager-feedback

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-09-29T12:34:11.327+00:00

    Hi,

    Some cmdlets can only be available on powershell, not powershell core. Powershell core uses .NET core as its runtime while powershell uses .NET Framework runtime.

    You can find the differences between powershell and powershell core here
    https://devblogs.microsoft.com/powershell/powershell-core-6-0-generally-available-ga-and-supported/

    Best Regards,
    Ian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.