Skip to content

Commit dd7e6c2

Browse files
authored
Merge pull request #11513 from MicrosoftDocs/main
11/5/2024 PM Publish
2 parents 854455b + f89fd0a commit dd7e6c2

File tree

129 files changed

+576
-70
lines changed

Some content is hidden

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

129 files changed

+576
-70
lines changed

reference/5.1/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -379,21 +379,21 @@ on the current provider you are using.
379379

380380
If your location is in a `FileSystem` drive, the following values are allowed:
381381

382-
- File
383-
- Directory
384-
- SymbolicLink
385-
- Junction
386-
- HardLink
382+
- `File`
383+
- `Directory`
384+
- `SymbolicLink`
385+
- `Junction`
386+
- `HardLink`
387387

388388
When you create a file using this method, the resulting file is encoded as UTF-8 without a
389389
byte-order-mark (BOM).
390390

391391
In a `Certificate` drive, these are the values you can specify:
392392

393-
- Certificate Provider
394-
- Certificate
395-
- Store
396-
- StoreLocation
393+
- `Certificate Provider`
394+
- `Certificate`
395+
- `Store`
396+
- `StoreLocation`
397397

398398
For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).
399399

reference/7.2/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,11 @@ on the current provider you are using.
379379

380380
If your location is in a `FileSystem` drive, the following values are allowed:
381381

382-
- File
383-
- Directory
384-
- SymbolicLink
385-
- Junction
386-
- HardLink
382+
- `File`
383+
- `Directory`
384+
- `SymbolicLink`
385+
- `Junction`
386+
- `HardLink`
387387

388388
> [!NOTE]
389389
> Creating a `SymbolicLink` type on Windows requires elevation as administrator. However, Windows 10
@@ -392,10 +392,10 @@ If your location is in a `FileSystem` drive, the following values are allowed:
392392

393393
In a `Certificate` drive, these are the values you can specify:
394394

395-
- Certificate Provider
396-
- Certificate
397-
- Store
398-
- StoreLocation
395+
- `Certificate Provider`
396+
- `Certificate`
397+
- `Store`
398+
- `StoreLocation`
399399

400400
For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).
401401

reference/7.4/Microsoft.PowerShell.Management/New-Item.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,11 @@ on the current provider you are using.
378378

379379
If your location is in a `FileSystem` drive, the following values are allowed:
380380

381-
- File
382-
- Directory
383-
- SymbolicLink
384-
- Junction
385-
- HardLink
381+
- `File`
382+
- `Directory`
383+
- `SymbolicLink`
384+
- `Junction`
385+
- `HardLink`
386386

387387
> [!NOTE]
388388
> Creating a `SymbolicLink` type on Windows requires elevation as administrator. However, Windows 10
@@ -391,10 +391,10 @@ If your location is in a `FileSystem` drive, the following values are allowed:
391391

392392
In a `Certificate` drive, these are the values you can specify:
393393

394-
- Certificate Provider
395-
- Certificate
396-
- Store
397-
- StoreLocation
394+
- `Certificate Provider`
395+
- `Certificate`
396+
- `Store`
397+
- `StoreLocation`
398398

399399
For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).
400400

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)