Skip to content

Commit f89fd0a

Browse files
authored
Markdown Fixes to 7.5 (#11512)
* Fix Markdown Rules * fix per review
1 parent 2a69f43 commit f89fd0a

File tree

125 files changed

+540
-34
lines changed

Some content is hidden

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

125 files changed

+540
-34
lines changed

reference/7.5/CimCmdlets/CimCmdlets.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,57 @@ This module is only available on the Windows platform.
2020
## CimCmdlets Cmdlets
2121

2222
### [Export-BinaryMiLog](Export-BinaryMiLog.md)
23+
2324
Creates a binary encoded representation of an object or objects and stores it in a file.
2425

2526
### [Get-CimAssociatedInstance](Get-CimAssociatedInstance.md)
27+
2628
Retrieves the CIM instances that are connected to a specific CIM instance by an association.
2729

2830
### [Get-CimClass](Get-CimClass.md)
31+
2932
Gets a list of CIM classes in a specific namespace.
3033

3134
### [Get-CimInstance](Get-CimInstance.md)
35+
3236
Gets the CIM instances of a class from a CIM server.
3337

3438
### [Get-CimSession](Get-CimSession.md)
39+
3540
Gets the CIM session objects from the current session.
3641

3742
### [Import-BinaryMiLog](Import-BinaryMiLog.md)
43+
3844
Used to re-create the saved objects based on the contents of an export file.
3945

4046
### [Invoke-CimMethod](Invoke-CimMethod.md)
47+
4148
Invokes a method of a CIM class.
4249

4350
### [New-CimInstance](New-CimInstance.md)
51+
4452
Creates a CIM instance.
4553

4654
### [New-CimSession](New-CimSession.md)
55+
4756
Creates a CIM session.
4857

4958
### [New-CimSessionOption](New-CimSessionOption.md)
59+
5060
Specifies advanced options for the `New-CimSession` cmdlet.
5161

5262
### [Register-CimIndicationEvent](Register-CimIndicationEvent.md)
63+
5364
Subscribes to indications using a filter expression or a query expression.
5465

5566
### [Remove-CimInstance](Remove-CimInstance.md)
67+
5668
Removes a CIM instance from a computer.
5769

5870
### [Remove-CimSession](Remove-CimSession.md)
71+
5972
Removes one or more CIM sessions.
6073

6174
### [Set-CimInstance](Set-CimInstance.md)
75+
6276
Modifies a CIM instance on a CIM server by calling the **ModifyInstance** method of the CIM class.

reference/7.5/CimCmdlets/Get-CimSession.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ Accept wildcard characters: True
225225
```
226226

227227
### CommonParameters
228+
228229
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
229230
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
230231
-WarningAction, and -WarningVariable. For more information, see

reference/7.5/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ This section contains the help topics for the cmdlets that are installed with th
1818
## Microsoft.PowerShell.Archive Cmdlets
1919

2020
### [Compress-Archive](Compress-Archive.md)
21+
2122
Creates a compressed archive, or zipped file, from specified files and directories.
2223

2324
### [Expand-Archive](Expand-Archive.md)
24-
Extracts files from a specified archive (zipped) file.
2525

26+
Extracts files from a specified archive (zipped) file.

0 commit comments

Comments
 (0)