Skip to content

Commit 415c17f

Browse files
authored
Fix module file cmdlet lists (MicrosoftDocs#12114)
1 parent 40ecce6 commit 415c17f

File tree

8 files changed

+186
-52
lines changed

8 files changed

+186
-52
lines changed

reference/7.4/CimCmdlets/CimCmdlets.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ This module is only available on the Windows platform.
1919

2020
## CimCmdlets Cmdlets
2121

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-
2622
### [Get-CimAssociatedInstance](Get-CimAssociatedInstance.md)
2723

2824
Retrieves the CIM instances that are connected to a specific CIM instance by an association.
@@ -39,10 +35,6 @@ Gets the CIM instances of a class from a CIM server.
3935

4036
Gets the CIM session objects from the current session.
4137

42-
### [Import-BinaryMiLog](Import-BinaryMiLog.md)
43-
44-
Used to re-create the saved objects based on the contents of an export file.
45-
4638
### [Invoke-CimMethod](Invoke-CimMethod.md)
4739

4840
Invokes a method of a CIM class.
@@ -57,7 +49,7 @@ Creates a CIM session.
5749

5850
### [New-CimSessionOption](New-CimSessionOption.md)
5951

60-
Specifies advanced options for the `New-CimSession` cmdlet.
52+
Specifies advanced options for the New-CimSession cmdlet.
6153

6254
### [Register-CimIndicationEvent](Register-CimIndicationEvent.md)
6355

@@ -73,4 +65,4 @@ Removes one or more CIM sessions.
7365

7466
### [Set-CimInstance](Set-CimInstance.md)
7567

76-
Modifies a CIM instance on a CIM server by calling the **ModifyInstance** method of the CIM class.
68+
Modifies a CIM instance on a CIM server by calling the ModifyInstance method of the CIM class.

0 commit comments

Comments
 (0)