File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
5.1/Microsoft.PowerShell.Utility
7.4/Microsoft.PowerShell.Utility
7.5/Microsoft.PowerShell.Utility
7.6/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/31/2024
5+ ms.date : 01/20/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-5.1&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : 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
4949file 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+
5155For more information about CLI, see
5256[ Language independence] ( /dotnet/standard/language-independence ) .
5357
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/31/2024
5+ ms.date : 01/20/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.4&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : 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
4949file 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+
5155For more information about CLI, see
5256[ Language independence] ( /dotnet/standard/language-independence ) .
5357
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/31/2024
5+ ms.date : 01/20/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.5&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : 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
4949file 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+
5155For more information about CLI, see
5256[ Language independence] ( /dotnet/standard/language-independence ) .
5357
Original file line number Diff line number Diff line change 22external help file : Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33Locale : en-US
44Module Name : Microsoft.PowerShell.Utility
5- ms.date : 01/31/2024
5+ ms.date : 01/20/2026
66online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/import-clixml?view=powershell-7.6&WT.mc_id=ps-gethelp
77schema : 2.0.0
88title : 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
4949file 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+
5155For more information about CLI, see
5256[ Language independence] ( /dotnet/standard/language-independence ) .
5357
You can’t perform that action at this time.
0 commit comments