diff --git a/reference/5.1/Microsoft.PowerShell.Management/New-Item.md b/reference/5.1/Microsoft.PowerShell.Management/New-Item.md index 01907431b872..b7158f486b23 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/5.1/Microsoft.PowerShell.Management/New-Item.md @@ -379,21 +379,21 @@ on the current provider you are using. If your location is in a `FileSystem` drive, the following values are allowed: -- File -- Directory -- SymbolicLink -- Junction -- HardLink +- `File` +- `Directory` +- `SymbolicLink` +- `Junction` +- `HardLink` When you create a file using this method, the resulting file is encoded as UTF-8 without a byte-order-mark (BOM). In a `Certificate` drive, these are the values you can specify: -- Certificate Provider -- Certificate -- Store -- StoreLocation +- `Certificate Provider` +- `Certificate` +- `Store` +- `StoreLocation` For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md). diff --git a/reference/7.2/Microsoft.PowerShell.Management/New-Item.md b/reference/7.2/Microsoft.PowerShell.Management/New-Item.md index 755207354e32..608ab4697c90 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.2/Microsoft.PowerShell.Management/New-Item.md @@ -379,11 +379,11 @@ on the current provider you are using. If your location is in a `FileSystem` drive, the following values are allowed: -- File -- Directory -- SymbolicLink -- Junction -- HardLink +- `File` +- `Directory` +- `SymbolicLink` +- `Junction` +- `HardLink` > [!NOTE] > 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: In a `Certificate` drive, these are the values you can specify: -- Certificate Provider -- Certificate -- Store -- StoreLocation +- `Certificate Provider` +- `Certificate` +- `Store` +- `StoreLocation` For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md). diff --git a/reference/7.4/Microsoft.PowerShell.Management/New-Item.md b/reference/7.4/Microsoft.PowerShell.Management/New-Item.md index 35734072f34f..701b6c4f51d4 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.4/Microsoft.PowerShell.Management/New-Item.md @@ -378,11 +378,11 @@ on the current provider you are using. If your location is in a `FileSystem` drive, the following values are allowed: -- File -- Directory -- SymbolicLink -- Junction -- HardLink +- `File` +- `Directory` +- `SymbolicLink` +- `Junction` +- `HardLink` > [!NOTE] > 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: In a `Certificate` drive, these are the values you can specify: -- Certificate Provider -- Certificate -- Store -- StoreLocation +- `Certificate Provider` +- `Certificate` +- `Store` +- `StoreLocation` For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md). diff --git a/reference/7.5/Microsoft.PowerShell.Management/New-Item.md b/reference/7.5/Microsoft.PowerShell.Management/New-Item.md index fdacdb117092..a9a790ef381b 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.5/Microsoft.PowerShell.Management/New-Item.md @@ -378,11 +378,11 @@ on the current provider you are using. If your location is in a `FileSystem` drive, the following values are allowed: -- File -- Directory -- SymbolicLink -- Junction -- HardLink +- `File` +- `Directory` +- `SymbolicLink` +- `Junction` +- `HardLink` > [!NOTE] > 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: In a `Certificate` drive, these are the values you can specify: -- Certificate Provider -- Certificate -- Store -- StoreLocation +- `Certificate Provider` +- `Certificate` +- `Store` +- `StoreLocation` For more information see [about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).