PowerShell: I'm Going To Replace You With A Script.

We've all said it, some of us have gone to great lengths to actually DO it.

1
2
3
4
5
6
7
8
9
10
11
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
$screen = [System.Windows.Forms.SystemInformation]::VirtualScreen
[int]$target = 60
[int]$i = 1
while($i -lt $target){
$randx = Get-Random -Minimum 1 -Maximum $screen.Width
$randy = Get-Random -Minimum 1 -Maximum $screen.Height
[Windows.Forms.Cursor]::Position = "$($randx), $($randy)"
$i++
Start-Sleep -Seconds 10
}

Initial testing indicates this would replace approx. 80% of corporate IT. Welcome your new overlords.

Well, I supposed you'd need to up the duration...

 

Previous
Previous

App-V: ADM-Get-Assoc

Next
Next

PowerShell: XenServer Get VM IP Address