mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-25 08:09:17 +01:00
Update take-screenshot.ps1
This commit is contained in:
parent
ebf16c7ef7
commit
175c904322
@ -2,9 +2,9 @@
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Takes a single screenshot and saves it into a folder
|
Takes a single screenshot and saves it into a folder
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script takes a single screenshot and saves it into a folder.
|
This script takes a single screenshot and saves it into a folder (to the user's pictures folder by default).
|
||||||
.PARAMETER Directory
|
.PARAMETER Directory
|
||||||
Specifies the target directory
|
Specifies the target directory (to the user's pictures folder by default)
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./take-screenshot C:\Temp
|
PS> ./take-screenshot C:\Temp
|
||||||
.NOTES
|
.NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user