Flip Screen CTRL + ALT + UP

This is a PowerShell Script that change the screen position of the remote computer, using the "send keys" option in PS .
change the Parameters in the last line to the parameters that you need.
$shell.SendKeys("^%{UP}")
$shell.SendKeys("^%{DOWN}")
$shell.SendKeys("^%{LEFT}")
$shell.SendKeys("^%{RIGHT}")

###
# Create a new shell object
$shell = New-Object -ComObject WScript.Shell

# Send an CTRL + ALT + UP key
$shell.SendKeys("^%{UP}")
###

To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com