From 1e9cfbda30544e1312203cf30b1188bb002e7e06 Mon Sep 17 00:00:00 2001 From: sleggy <8074883+sleggy@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:32:17 +0800 Subject: [PATCH 1/2] Fix placeholder syntax for device IP address (#12470) --- .../docs-conceptual/install/Installing-PowerShell-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md index e91fa10dd4c..c444071015d 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md @@ -256,7 +256,7 @@ Windows 10 IoT Enterprise comes with Windows PowerShell, which we can use to dep ```powershell # Replace the placeholder information for the following variables: -$deviceip = ' Date: Sat, 1 Nov 2025 09:50:08 -0500 Subject: [PATCH 2/2] Improve description of string output (#12472) --- .../5.1/Microsoft.PowerShell.Management/Get-Clipboard.md | 8 ++++++-- .../7.4/Microsoft.PowerShell.Management/Get-Clipboard.md | 5 +++-- .../7.5/Microsoft.PowerShell.Management/Get-Clipboard.md | 5 +++-- .../7.6/Microsoft.PowerShell.Management/Get-Clipboard.md | 5 +++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md index 113f3548ff0..a87b70f29ac 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.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: 01/08/2023 +ms.date: 11/01/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -130,7 +130,8 @@ Accept wildcard characters: False This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, --WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -142,6 +143,9 @@ You can't pipe objects to this cmdlet. ### System.String +By default, this cmdlet returns the content as an array of strings, one per line. When you use the +**Raw** parameter, it returns a single string containing every line in the file. + ### System.IO.FileInfo ### System.IO.Stream diff --git a/reference/7.4/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/7.4/Microsoft.PowerShell.Management/Get-Clipboard.md index 2039b62420d..68340f482f8 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Get-Clipboard.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: 08/30/2024 +ms.date: 11/01/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet. ### System.String -This cmdlet returns a string containing the contents of the clipboard. +By default, this cmdlet returns the content as an array of strings, one per line. When you use the +**Raw** parameter, it returns a single string containing every line in the file. ## NOTES diff --git a/reference/7.5/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/7.5/Microsoft.PowerShell.Management/Get-Clipboard.md index 941f83dcfa0..f7ffb6eeabe 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/7.5/Microsoft.PowerShell.Management/Get-Clipboard.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: 08/30/2024 +ms.date: 11/01/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet. ### System.String -This cmdlet returns a string containing the contents of the clipboard. +By default, this cmdlet returns the content as an array of strings, one per line. When you use the +**Raw** parameter, it returns a single string containing every line in the file. ## NOTES diff --git a/reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.md index e9d29232f89..850409ff2f4 100644 --- a/reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.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: 08/30/2024 +ms.date: 11/01/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet. ### System.String -This cmdlet returns a string containing the contents of the clipboard. +By default, this cmdlet returns the content as an array of strings, one per line. When you use the +**Raw** parameter, it returns a single string containing every line in the file. ## NOTES