Skip to content

Commit c5c6362

Browse files
Merge pull request #12478 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-03 22:00 UTC
2 parents 9d4c5f1 + e7dd518 commit c5c6362

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 01/08/2023
5+
ms.date: 11/01/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-5.1&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -130,7 +130,8 @@ Accept wildcard characters: False
130130
131131
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
132132
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
133-
-WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
133+
-WarningAction, and -WarningVariable. For more information, see
134+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
134135
135136
## INPUTS
136137
@@ -142,6 +143,9 @@ You can't pipe objects to this cmdlet.
142143
143144
### System.String
144145
146+
By default, this cmdlet returns the content as an array of strings, one per line. When you use the
147+
**Raw** parameter, it returns a single string containing every line in the file.
148+
145149
### System.IO.FileInfo
146150
147151
### System.IO.Stream

reference/7.4/Microsoft.PowerShell.Management/Get-Clipboard.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.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 08/30/2024
5+
ms.date: 11/01/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet.
8080
8181
### System.String
8282
83-
This cmdlet returns a string containing the contents of the clipboard.
83+
By default, this cmdlet returns the content as an array of strings, one per line. When you use the
84+
**Raw** parameter, it returns a single string containing every line in the file.
8485
8586
## NOTES
8687

reference/7.5/Microsoft.PowerShell.Management/Get-Clipboard.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.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 08/30/2024
5+
ms.date: 11/01/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet.
8080
8181
### System.String
8282
83-
This cmdlet returns a string containing the contents of the clipboard.
83+
By default, this cmdlet returns the content as an array of strings, one per line. When you use the
84+
**Raw** parameter, it returns a single string containing every line in the file.
8485
8586
## NOTES
8687

reference/7.6/Microsoft.PowerShell.Management/Get-Clipboard.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.Management.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Management
5-
ms.date: 08/30/2024
5+
ms.date: 11/01/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -80,7 +80,8 @@ You can't pipe objects to this cmdlet.
8080
8181
### System.String
8282
83-
This cmdlet returns a string containing the contents of the clipboard.
83+
By default, this cmdlet returns the content as an array of strings, one per line. When you use the
84+
**Raw** parameter, it returns a single string containing every line in the file.
8485
8586
## NOTES
8687

reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Windows 10 IoT Enterprise comes with Windows PowerShell, which we can use to dep
256256

257257
```powershell
258258
# Replace the placeholder information for the following variables:
259-
$deviceip = '<device ip address'
259+
$deviceip = '<device ip address>'
260260
$zipfile = 'PowerShell-7.5.4-win-arm64.zip'
261261
$downloadfolder = 'U:\Users\Administrator\Downloads' # The download location is local to the device.
262262
# There should be enough space for the zip file and the unzipped contents.

0 commit comments

Comments
 (0)