Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
a flag to indicate whether the method should validate the input.

The second overload only includes the numeric inputs. It calls the first
overload with `$Static` as `$true`. The second overload gives users a way to
overload with `$Strict` as `$true`. The second overload gives users a way to
call the method without always having to define whether to strictly validate
the input.

Expand Down
12 changes: 2 additions & 10 deletions reference/7.4/CimCmdlets/CimCmdlets.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ This module is only available on the Windows platform.

## CimCmdlets Cmdlets

### [Export-BinaryMiLog](Export-BinaryMiLog.md)

Creates a binary encoded representation of an object or objects and stores it in a file.

### [Get-CimAssociatedInstance](Get-CimAssociatedInstance.md)

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

Gets the CIM session objects from the current session.

### [Import-BinaryMiLog](Import-BinaryMiLog.md)

Used to re-create the saved objects based on the contents of an export file.

### [Invoke-CimMethod](Invoke-CimMethod.md)

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

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

Specifies advanced options for the `New-CimSession` cmdlet.
Specifies advanced options for the New-CimSession cmdlet.

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

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

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

Modifies a CIM instance on a CIM server by calling the **ModifyInstance** method of the CIM class.
Modifies a CIM instance on a CIM server by calling the ModifyInstance method of the CIM class.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
a flag to indicate whether the method should validate the input.

The second overload only includes the numeric inputs. It calls the first
overload with `$Static` as `$true`. The second overload gives users a way to
overload with `$Strict` as `$true`. The second overload gives users a way to
call the method without always having to define whether to strictly validate
the input.

Expand Down
Loading