Skip to content

Commit 73d212d

Browse files
authored
Merge pull request #12118 from MicrosoftDocs/main
5/29/2025 PM Publish
2 parents d9138a1 + 747b95f commit 73d212d

File tree

14 files changed

+302
-167
lines changed

14 files changed

+302
-167
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
198198
a flag to indicate whether the method should validate the input.
199199

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

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.

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ overloads. The first overload has parameters for the dimensions of the cube and
195195
a flag to indicate whether the method should validate the input.
196196

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

0 commit comments

Comments
 (0)