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