Skip to content

Commit c2fe864

Browse files
authored
Merge pull request #11684 from MicrosoftDocs/main
Publish to live
2 parents fd045fb + 554284e commit c2fe864

File tree

475 files changed

+173791
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

475 files changed

+173791
-1
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
Download Help Link: https://aka.ms/powershell75-help
3+
Help Version: 7.6.0.0
4+
Locale: en-US
5+
Module Guid: fb6cc51d-c096-4b38-b78d-0fed6277096a
6+
Module Name: CimCmdlets
7+
ms.date: 02/20/2019
8+
schema: 2.0.0
9+
title: CimCmdlets Module
10+
---
11+
# CimCmdlets Module
12+
13+
## Description
14+
15+
Contains cmdlets that interact with Common Information Model (CIM) Servers like the Windows
16+
Management Instrumentation (WMI) service.
17+
18+
This module is only available on the Windows platform.
19+
20+
## CimCmdlets Cmdlets
21+
22+
### [Export-BinaryMiLog](Export-BinaryMiLog.md)
23+
24+
Creates a binary encoded representation of an object or objects and stores it in a file.
25+
26+
### [Get-CimAssociatedInstance](Get-CimAssociatedInstance.md)
27+
28+
Retrieves the CIM instances that are connected to a specific CIM instance by an association.
29+
30+
### [Get-CimClass](Get-CimClass.md)
31+
32+
Gets a list of CIM classes in a specific namespace.
33+
34+
### [Get-CimInstance](Get-CimInstance.md)
35+
36+
Gets the CIM instances of a class from a CIM server.
37+
38+
### [Get-CimSession](Get-CimSession.md)
39+
40+
Gets the CIM session objects from the current session.
41+
42+
### [Import-BinaryMiLog](Import-BinaryMiLog.md)
43+
44+
Used to re-create the saved objects based on the contents of an export file.
45+
46+
### [Invoke-CimMethod](Invoke-CimMethod.md)
47+
48+
Invokes a method of a CIM class.
49+
50+
### [New-CimInstance](New-CimInstance.md)
51+
52+
Creates a CIM instance.
53+
54+
### [New-CimSession](New-CimSession.md)
55+
56+
Creates a CIM session.
57+
58+
### [New-CimSessionOption](New-CimSessionOption.md)
59+
60+
Specifies advanced options for the `New-CimSession` cmdlet.
61+
62+
### [Register-CimIndicationEvent](Register-CimIndicationEvent.md)
63+
64+
Subscribes to indications using a filter expression or a query expression.
65+
66+
### [Remove-CimInstance](Remove-CimInstance.md)
67+
68+
Removes a CIM instance from a computer.
69+
70+
### [Remove-CimSession](Remove-CimSession.md)
71+
72+
Removes one or more CIM sessions.
73+
74+
### [Set-CimInstance](Set-CimInstance.md)
75+
76+
Modifies a CIM instance on a CIM server by calling the **ModifyInstance** method of the CIM class.

0 commit comments

Comments
 (0)