White Papers

29 Dell Compellent Storage Center Management Pack 3.0 for Microsoft SCOM 2012/R2 Best Practices
3. Check that the WMI Provider has been correctly registered.
a. Log on as an administrator to the WMI Provider server.
b. Open PowerShell and type in the command below to ensure a list of classes beginning with
the Dell_ prefix is displayed.
PS C:\> gwmi -List -Namespace "root\Dell\Storage" | ?{$_.Name -like
'Dell_*'} | select Name <enter>
c. If the WMI Provider has been correctly registered, the following output is received.