Skip to content

Commit 0f386e0

Browse files
committed
Editorial change and copy changes across versions
1 parent 61fa089 commit 0f386e0

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

reference/5.1/Microsoft.PowerShell.Utility/Import-Clixml.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/31/2024
5+
ms.date: 01/20/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Import-Clixml
@@ -48,6 +48,10 @@ The **TypeNames** property contains the original type name prefixed with `Deseri
4848
`Import-Clixml` uses the byte-order-mark (BOM) to detect the encoding format of the file. If the
4949
file has no BOM, it assumes the encoding is UTF8.
5050

51+
> [!NOTE]
52+
> `[System.Management.Automation.ScriptBlock]` objects are serialized into the `<SKB>` element in
53+
> CLIXML. However, the `<SKB>` element is always deserialized to **Strings**.
54+
5155
For more information about CLI, see
5256
[Language independence](/dotnet/standard/language-independence).
5357

reference/7.4/Microsoft.PowerShell.Utility/Import-Clixml.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/31/2024
5+
ms.date: 01/20/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Import-Clixml
@@ -48,6 +48,10 @@ The **TypeNames** property contains the original type name prefixed with `Deseri
4848
`Import-Clixml` uses the byte-order-mark (BOM) to detect the encoding format of the file. If the
4949
file has no BOM, it assumes the encoding is UTF8.
5050

51+
> [!NOTE]
52+
> `[System.Management.Automation.ScriptBlock]` objects are serialized into the `<SKB>` element in
53+
> CLIXML. However, the `<SKB>` element is always deserialized to **Strings**.
54+
5155
For more information about CLI, see
5256
[Language independence](/dotnet/standard/language-independence).
5357

reference/7.5/Microsoft.PowerShell.Utility/Import-Clixml.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/31/2024
5+
ms.date: 01/20/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Import-Clixml
@@ -49,7 +49,8 @@ The **TypeNames** property contains the original type name prefixed with `Deseri
4949
file has no BOM, it assumes the encoding is UTF8.
5050

5151
> [!NOTE]
52-
>**Scriptblocks** are always deserialized to **strings** due to security concerns regarding automatic code execution.
52+
> `[System.Management.Automation.ScriptBlock]` objects are serialized into the `<SKB>` element in
53+
> CLIXML. However, the `<SKB>` element is always deserialized to **Strings**.
5354
5455
For more information about CLI, see
5556
[Language independence](/dotnet/standard/language-independence).

reference/7.6/Microsoft.PowerShell.Utility/Import-Clixml.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 01/31/2024
5+
ms.date: 01/20/2026
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Import-Clixml
@@ -48,6 +48,10 @@ The **TypeNames** property contains the original type name prefixed with `Deseri
4848
`Import-Clixml` uses the byte-order-mark (BOM) to detect the encoding format of the file. If the
4949
file has no BOM, it assumes the encoding is UTF8.
5050

51+
> [!NOTE]
52+
> `[System.Management.Automation.ScriptBlock]` objects are serialized into the `<SKB>` element in
53+
> CLIXML. However, the `<SKB>` element is always deserialized to **Strings**.
54+
5155
For more information about CLI, see
5256
[Language independence](/dotnet/standard/language-independence).
5357

0 commit comments

Comments
 (0)