For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set-ClipboardScreenshot

Captures a screenshot and copies it to the clipboard

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Takes a screenshot of the current display(s) and copies the image to the clipboard using Windows Forms bitmap functionality.

Syntax

Set-ClipboardScreenshot [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Set-ClipboardScreenshot
Captures the current screen and copies to clipboard

Last updated

Was this helpful?