microsoft / omi

Open Management Infrastructure
Other
360 stars 114 forks source link

Is OMI coming to PowerShell #758

Closed Liturgist closed 3 months ago

Liturgist commented 4 months ago

It appears that Microsoft will not be bringing CIM to any platform other than Windows. Is that correct?

Will OMI be coming to Linux? Will there be an OMI interface through PowerShell?

JumpingYang001 commented 3 months ago

@Liturgist currently official omi doesn't support PowerShell check this: https://learn.microsoft.com/en-us/powershell/scripting/learn/remoting/wsman-remoting-in-powershell?view=powershell-7.4#wsman-remoting-isnt-supported-on-non-windows-platforms

above doc says Note
Users may be able to get WSMan remoting to work using the [PSWSMan](https://www.powershellgallery.com/packages/PSWSMan) module. This module isn't supported or maintained by Microsoft.
Liturgist commented 3 months ago

@JumpingYang001, I thought that OMI was bigger than just remoting. Is it that Microsoft does not want to do the work needed to get to SSL 2.0? What is code that would use Get-CimInstance to do on non-Windows systems?