From b70bd7077e2d669e0202b3415a6fdbdf8f820656 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 28 Apr 2022 12:39:19 -0500 Subject: [PATCH 1/3] Update -PropertyType description --- .../New-ItemProperty.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md index c610e352a972..25f78a4f8bce 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -280,16 +280,16 @@ Accept wildcard characters: False Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: System.String From 96c9086a9420c54b8e93487e5ce98cf5c7bd6891 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 28 Apr 2022 12:44:56 -0500 Subject: [PATCH 2/3] Editorial changes to sync versions --- .../New-ItemProperty.md | 20 +++++++++---------- .../New-ItemProperty.md | 20 +++++++++---------- .../New-ItemProperty.md | 20 +++++++++---------- .../New-ItemProperty.md | 20 +++++++++---------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md index 6431ae819947..cc2fe7a6e117 100644 --- a/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -277,16 +277,16 @@ Accept wildcard characters: True Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: System.String diff --git a/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md index e5f849bf3ddb..16cdbc308bca 100644 --- a/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -277,16 +277,16 @@ Accept wildcard characters: True Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: System.String diff --git a/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md index 7bb32ef1d17c..4d92f81c204f 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -277,16 +277,16 @@ Accept wildcard characters: True Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: System.String diff --git a/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md index c1ff546122f3..4f1260a26856 100644 --- a/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -277,16 +277,16 @@ Accept wildcard characters: True Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: System.String From 3239131ce300011a9c6abf616342e94f707f71f5 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 28 Apr 2022 15:10:40 -0500 Subject: [PATCH 3/3] Update related articles --- .../About/about_Registry_Provider.md | 28 +++++++++---------- .../New-ItemProperty.md | 2 +- .../Set-ItemProperty.md | 22 +++++++-------- .../About/about_Registry_Provider.md | 28 +++++++++---------- .../New-ItemProperty.md | 2 +- .../Set-ItemProperty.md | 22 +++++++-------- .../About/about_Registry_Provider.md | 28 +++++++++---------- .../New-ItemProperty.md | 2 +- .../Set-ItemProperty.md | 22 +++++++-------- .../About/about_Registry_Provider.md | 28 +++++++++---------- .../New-ItemProperty.md | 2 +- .../Set-ItemProperty.md | 22 +++++++-------- .../About/about_Registry_Provider.md | 28 +++++++++---------- .../New-ItemProperty.md | 2 +- .../Set-ItemProperty.md | 24 ++++++++-------- 15 files changed, 131 insertions(+), 131 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md index b3c10d6e67cb..ff0deb311e05 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md @@ -1,7 +1,7 @@ --- description: Registry Locale: en-US -ms.date: 09/28/2021 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_registry_provider?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Registry Provider @@ -541,19 +541,19 @@ cmdlet. It is also available on the [Set-Item](xref:Microsoft.PowerShell.Management.Set-Item) cmdlet in the registry drives, but it has no effect. -| Value | Description | -| -------------- | ------------------------------------------------------------ | -| `String` | Specifies a null-terminated string. Equivalent to REG_SZ. | -| `ExpandString` | Specifies a null-terminated string that contains unexpanded | -| | references to environment variables that are expanded when | -| | the value is retrieved. Equivalent to REG_EXPAND_SZ. | -| `Binary` | Specifies binary data in any form. Equivalent to REG_BINARY. | -| `DWord` | Specifies a 32-bit binary number. Equivalent to REG_DWORD. | -| `MultiString` | Specifies an array of null-terminated strings terminated by | -| | two null characters. Equivalent to REG_MULTI_SZ. | -| `QWord` | Specifies a 64-bit binary number. Equivalent to REG_QWORD. | -| `Unknown` | Indicates an unsupported registry data type, such as | -| | REG_RESOURCE_LIST. | +| Value | Description | +| -------------- | -------------------------------------------------------------- | +| `String` | Specifies a null-terminated string. Used for REG_SZ values. | +| `ExpandString` | Specifies a null-terminated string that contains unexpanded | +| | references to environment variables that are expanded when | +| | the value is retrieved. Used for REG_EXPAND_SZ values. | +| `Binary` | Specifies binary data in any form. Used for REG_BINARY values. | +| `DWord` | Specifies a 32-bit binary number. Used for REG_DWORD values. | +| `MultiString` | Specifies an array of null-terminated strings terminated by | +| | two null characters. Used for REG_MULTI_SZ values. | +| `QWord` | Specifies a 64-bit binary number. Used for REG_QWORD values. | +| `Unknown` | Indicates an unsupported registry data type, such as | +| | REG_RESOURCE_LIST values. | #### Cmdlets supported diff --git a/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md index 25f78a4f8bce..0070a13780ac 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/5.1/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/18/2018 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/new-itemproperty?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-ItemProperty diff --git a/reference/5.1/Microsoft.PowerShell.Management/Set-ItemProperty.md b/reference/5.1/Microsoft.PowerShell.Management/Set-ItemProperty.md index 314e8c16a040..7354621d71b8 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Set-ItemProperty.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Set-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/28/2021 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-ItemProperty @@ -336,16 +336,16 @@ This parameter only works in the registry drives. Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: Microsoft.Win32.RegistryValueKind diff --git a/reference/7.0/Microsoft.PowerShell.Core/About/about_Registry_Provider.md b/reference/7.0/Microsoft.PowerShell.Core/About/about_Registry_Provider.md index ac52c97c74a0..0cc1402d27e2 100644 --- a/reference/7.0/Microsoft.PowerShell.Core/About/about_Registry_Provider.md +++ b/reference/7.0/Microsoft.PowerShell.Core/About/about_Registry_Provider.md @@ -1,7 +1,7 @@ --- description: Registry Locale: en-US -ms.date: 03/07/2022 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_registry_provider?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Registry Provider @@ -543,19 +543,19 @@ cmdlet. It is also available on the [Set-Item](xref:Microsoft.PowerShell.Management.Set-Item) cmdlet in the registry drives, but it has no effect. -| Value | Description | -| -------------- | ------------------------------------------------------------ | -| `String` | Specifies a null-terminated string. Equivalent to REG_SZ. | -| `ExpandString` | Specifies a null-terminated string that contains unexpanded | -| | references to environment variables that are expanded when | -| | the value is retrieved. Equivalent to REG_EXPAND_SZ. | -| `Binary` | Specifies binary data in any form. Equivalent to REG_BINARY. | -| `DWord` | Specifies a 32-bit binary number. Equivalent to REG_DWORD. | -| `MultiString` | Specifies an array of null-terminated strings terminated by | -| | two null characters. Equivalent to REG_MULTI_SZ. | -| `QWord` | Specifies a 64-bit binary number. Equivalent to REG_QWORD. | -| `Unknown` | Indicates an unsupported registry data type, such as | -| | REG_RESOURCE_LIST. | +| Value | Description | +| -------------- | -------------------------------------------------------------- | +| `String` | Specifies a null-terminated string. Used for REG_SZ values. | +| `ExpandString` | Specifies a null-terminated string that contains unexpanded | +| | references to environment variables that are expanded when | +| | the value is retrieved. Used for REG_EXPAND_SZ values. | +| `Binary` | Specifies binary data in any form. Used for REG_BINARY values. | +| `DWord` | Specifies a 32-bit binary number. Used for REG_DWORD values. | +| `MultiString` | Specifies an array of null-terminated strings terminated by | +| | two null characters. Used for REG_MULTI_SZ values. | +| `QWord` | Specifies a 64-bit binary number. Used for REG_QWORD values. | +| `Unknown` | Indicates an unsupported registry data type, such as | +| | REG_RESOURCE_LIST values. | #### Cmdlets supported diff --git a/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md index cc2fe7a6e117..40ea3d9d9915 100644 --- a/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.0/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 05/14/2019 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/new-itemproperty?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-ItemProperty diff --git a/reference/7.0/Microsoft.PowerShell.Management/Set-ItemProperty.md b/reference/7.0/Microsoft.PowerShell.Management/Set-ItemProperty.md index d981b517ceb2..aaeab5461e9d 100644 --- a/reference/7.0/Microsoft.PowerShell.Management/Set-ItemProperty.md +++ b/reference/7.0/Microsoft.PowerShell.Management/Set-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/28/2021 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-ItemProperty @@ -338,16 +338,16 @@ This parameter only works in the registry drives. Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: Microsoft.Win32.RegistryValueKind diff --git a/reference/7.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md b/reference/7.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md index fb7f87aa8d3b..bf67758df000 100644 --- a/reference/7.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md +++ b/reference/7.1/Microsoft.PowerShell.Core/About/about_Registry_Provider.md @@ -1,7 +1,7 @@ --- description: Registry Locale: en-US -ms.date: 03/07/2022 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_registry_provider?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Registry Provider @@ -543,19 +543,19 @@ cmdlet. It is also available on the [Set-Item](xref:Microsoft.PowerShell.Management.Set-Item) cmdlet in the registry drives, but it has no effect. -| Value | Description | -| -------------- | ------------------------------------------------------------ | -| `String` | Specifies a null-terminated string. Equivalent to REG_SZ. | -| `ExpandString` | Specifies a null-terminated string that contains unexpanded | -| | references to environment variables that are expanded when | -| | the value is retrieved. Equivalent to REG_EXPAND_SZ. | -| `Binary` | Specifies binary data in any form. Equivalent to REG_BINARY. | -| `DWord` | Specifies a 32-bit binary number. Equivalent to REG_DWORD. | -| `MultiString` | Specifies an array of null-terminated strings terminated by | -| | two null characters. Equivalent to REG_MULTI_SZ. | -| `QWord` | Specifies a 64-bit binary number. Equivalent to REG_QWORD. | -| `Unknown` | Indicates an unsupported registry data type, such as | -| | REG_RESOURCE_LIST. | +| Value | Description | +| -------------- | -------------------------------------------------------------- | +| `String` | Specifies a null-terminated string. Used for REG_SZ values. | +| `ExpandString` | Specifies a null-terminated string that contains unexpanded | +| | references to environment variables that are expanded when | +| | the value is retrieved. Used for REG_EXPAND_SZ values. | +| `Binary` | Specifies binary data in any form. Used for REG_BINARY values. | +| `DWord` | Specifies a 32-bit binary number. Used for REG_DWORD values. | +| `MultiString` | Specifies an array of null-terminated strings terminated by | +| | two null characters. Used for REG_MULTI_SZ values. | +| `QWord` | Specifies a 64-bit binary number. Used for REG_QWORD values. | +| `Unknown` | Indicates an unsupported registry data type, such as | +| | REG_RESOURCE_LIST values. | #### Cmdlets supported diff --git a/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md index 16cdbc308bca..cc2021148028 100644 --- a/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.1/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 05/14/2019 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/new-itemproperty?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-ItemProperty diff --git a/reference/7.1/Microsoft.PowerShell.Management/Set-ItemProperty.md b/reference/7.1/Microsoft.PowerShell.Management/Set-ItemProperty.md index c48f6e95ff99..311949e31eaf 100644 --- a/reference/7.1/Microsoft.PowerShell.Management/Set-ItemProperty.md +++ b/reference/7.1/Microsoft.PowerShell.Management/Set-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/28/2021 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-ItemProperty @@ -338,16 +338,16 @@ This parameter only works in the registry drives. Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: Microsoft.Win32.RegistryValueKind diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Registry_Provider.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Registry_Provider.md index f6170f1bbdd9..691b70ae14d3 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Registry_Provider.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Registry_Provider.md @@ -1,7 +1,7 @@ --- description: Registry Locale: en-US -ms.date: 03/07/2022 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_registry_provider?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Registry Provider @@ -543,19 +543,19 @@ cmdlet. It is also available on the [Set-Item](xref:Microsoft.PowerShell.Management.Set-Item) cmdlet in the registry drives, but it has no effect. -| Value | Description | -| -------------- | ------------------------------------------------------------ | -| `String` | Specifies a null-terminated string. Equivalent to REG_SZ. | -| `ExpandString` | Specifies a null-terminated string that contains unexpanded | -| | references to environment variables that are expanded when | -| | the value is retrieved. Equivalent to REG_EXPAND_SZ. | -| `Binary` | Specifies binary data in any form. Equivalent to REG_BINARY. | -| `DWord` | Specifies a 32-bit binary number. Equivalent to REG_DWORD. | -| `MultiString` | Specifies an array of null-terminated strings terminated by | -| | two null characters. Equivalent to REG_MULTI_SZ. | -| `QWord` | Specifies a 64-bit binary number. Equivalent to REG_QWORD. | -| `Unknown` | Indicates an unsupported registry data type, such as | -| | REG_RESOURCE_LIST. | +| Value | Description | +| -------------- | -------------------------------------------------------------- | +| `String` | Specifies a null-terminated string. Used for REG_SZ values. | +| `ExpandString` | Specifies a null-terminated string that contains unexpanded | +| | references to environment variables that are expanded when | +| | the value is retrieved. Used for REG_EXPAND_SZ values. | +| `Binary` | Specifies binary data in any form. Used for REG_BINARY values. | +| `DWord` | Specifies a 32-bit binary number. Used for REG_DWORD values. | +| `MultiString` | Specifies an array of null-terminated strings terminated by | +| | two null characters. Used for REG_MULTI_SZ values. | +| `QWord` | Specifies a 64-bit binary number. Used for REG_QWORD values. | +| `Unknown` | Indicates an unsupported registry data type, such as | +| | REG_RESOURCE_LIST values. | #### Cmdlets supported diff --git a/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md index 4d92f81c204f..024ca2b95b79 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.2/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 05/14/2019 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/new-itemproperty?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-ItemProperty diff --git a/reference/7.2/Microsoft.PowerShell.Management/Set-ItemProperty.md b/reference/7.2/Microsoft.PowerShell.Management/Set-ItemProperty.md index b572b9368143..386c01f827ca 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/Set-ItemProperty.md +++ b/reference/7.2/Microsoft.PowerShell.Management/Set-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/28/2021 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-ItemProperty @@ -338,16 +338,16 @@ This parameter only works in the registry drives. Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: Microsoft.Win32.RegistryValueKind diff --git a/reference/7.3/Microsoft.PowerShell.Core/About/about_Registry_Provider.md b/reference/7.3/Microsoft.PowerShell.Core/About/about_Registry_Provider.md index 6d250224d1c1..dc9b707e53bf 100644 --- a/reference/7.3/Microsoft.PowerShell.Core/About/about_Registry_Provider.md +++ b/reference/7.3/Microsoft.PowerShell.Core/About/about_Registry_Provider.md @@ -1,7 +1,7 @@ --- description: Registry Locale: en-US -ms.date: 03/07/2022 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_registry_provider?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Registry Provider @@ -543,19 +543,19 @@ cmdlet. It is also available on the [Set-Item](xref:Microsoft.PowerShell.Management.Set-Item) cmdlet in the registry drives, but it has no effect. -| Value | Description | -| -------------- | ------------------------------------------------------------ | -| `String` | Specifies a null-terminated string. Equivalent to REG_SZ. | -| `ExpandString` | Specifies a null-terminated string that contains unexpanded | -| | references to environment variables that are expanded when | -| | the value is retrieved. Equivalent to REG_EXPAND_SZ. | -| `Binary` | Specifies binary data in any form. Equivalent to REG_BINARY. | -| `DWord` | Specifies a 32-bit binary number. Equivalent to REG_DWORD. | -| `MultiString` | Specifies an array of null-terminated strings terminated by | -| | two null characters. Equivalent to REG_MULTI_SZ. | -| `QWord` | Specifies a 64-bit binary number. Equivalent to REG_QWORD. | -| `Unknown` | Indicates an unsupported registry data type, such as | -| | REG_RESOURCE_LIST. | +| Value | Description | +| -------------- | -------------------------------------------------------------- | +| `String` | Specifies a null-terminated string. Used for REG_SZ values. | +| `ExpandString` | Specifies a null-terminated string that contains unexpanded | +| | references to environment variables that are expanded when | +| | the value is retrieved. Used for REG_EXPAND_SZ values. | +| `Binary` | Specifies binary data in any form. Used for REG_BINARY values. | +| `DWord` | Specifies a 32-bit binary number. Used for REG_DWORD values. | +| `MultiString` | Specifies an array of null-terminated strings terminated by | +| | two null characters. Used for REG_MULTI_SZ values. | +| `QWord` | Specifies a 64-bit binary number. Used for REG_QWORD values. | +| `Unknown` | Indicates an unsupported registry data type, such as | +| | REG_RESOURCE_LIST values. | #### Cmdlets supported diff --git a/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md b/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md index 4f1260a26856..6c455734cdba 100644 --- a/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md +++ b/reference/7.3/Microsoft.PowerShell.Management/New-ItemProperty.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 05/14/2019 +ms.date: 04/28/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/new-itemproperty?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: New-ItemProperty diff --git a/reference/7.3/Microsoft.PowerShell.Management/Set-ItemProperty.md b/reference/7.3/Microsoft.PowerShell.Management/Set-ItemProperty.md index b52cd15cbfc7..a968dfb56e0c 100644 --- a/reference/7.3/Microsoft.PowerShell.Management/Set-ItemProperty.md +++ b/reference/7.3/Microsoft.PowerShell.Management/Set-ItemProperty.md @@ -2,8 +2,8 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 10/28/2021 -online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-7.3&WT.mc_id=ps-gethelp +ms.date: 04/28/2022 +online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.management/set-itemproperty?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Set-ItemProperty --- @@ -338,16 +338,16 @@ This parameter only works in the registry drives. Specifies the type of property that this cmdlet adds. The acceptable values for this parameter are: -- **String**: Specifies a null-terminated string. Equivalent to **REG_SZ**. -- **ExpandString**: Specifies a null-terminated string that contains unexpanded references to - environment variables that are expanded when the value is retrieved. Equivalent to - **REG_EXPAND_SZ**. -- **Binary**: Specifies binary data in any form. Equivalent to **REG_BINARY**. -- **DWord**: Specifies a 32-bit binary number. Equivalent to **REG_DWORD**. -- **MultiString**: Specifies an array of null-terminated strings terminated by two null characters. - Equivalent to **REG_MULTI_SZ**. -- **Qword**: Specifies a 64-bit binary number. Equivalent to **REG_QWORD**. -- **Unknown**: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST**. +- `String`: Specifies a null-terminated string. Used for **REG_SZ** values. +- `ExpandString`: Specifies a null-terminated string that contains unexpanded references to + environment variables that are expanded when the value is retrieved. Used for **REG_EXPAND_SZ** + values. +- `Binary`: Specifies binary data in any form. Used for **REG_BINARY** values. +- `DWord`: Specifies a 32-bit binary number. Used for **REG_DWORD** values. +- `MultiString`: Specifies an array of null-terminated strings terminated by two null characters. + Used for **REG_MULTI_SZ** values. +- `Qword`: Specifies a 64-bit binary number. Used for **REG_QWORD** values. +- `Unknown`: Indicates an unsupported registry data type, such as **REG_RESOURCE_LIST** values. ```yaml Type: Microsoft.Win32.RegistryValueKind