15 CIM and WMI in PowerShell Part 1

preview_player
Показать описание
We will continue our discussion on PowerShell basics on following topics:

CIM and WMI in PowerShell

WMI Classes
CIM Classes
Get-WmiObject
Get-CimInstance

Рекомендации по теме
Комментарии
Автор

Muito bom!! Parabéns e obrigado por compartilhar o conhecimento.

tecdom
Автор

Hi Ashish, Nice tuts, 2 questions :
1.Any idea how CIM is implemented in Linux, MacOS ?
2. Like VBEdit is there a tool that produces the output code in c# ?

ClintonVincen
Автор

You know what you are not correct all the way..
1. CIM is not implemented as WMI, rather WMIObject is geeting converted to CIM.
2. WMI was not part of PowerShell, whereas CIM is.
4. CIM is having almost same all classes as WMI, because WMI been using send command and fetch info but in insecured way. CIM is using HTTP and HTTPS protocols to fetch the same informations.
5. This WMI to CIM conversion is still in progress.

Thank you, please don't get offended.

arpan