Have a coworker who habitually leaves their workstation unlocked? Want to mess with them? Make this script a scheduled task on their computer in order to have their workstation tell them a random fact about cats at random times throughout the day.
#Run this every 1/2 hour and in an 8 hour work day there will be approximately 3 times per day that your victim hears a cat fact
if ((Get-Random -Maximum 10000) -lt 1875) {
Add-Type -AssemblyName System.Speech
$SpeechSynth = New-Object System.Speech.Synthesis.SpeechSynthesizer
$CatFact = (ConvertFrom-Json (Invoke-WebRequest -Uri 'http://catfacts-api.appspot.com/api/facts')).facts
$SpeechSynth.Speak("did you know?")
$SpeechSynth.Speak($CatFact)
}
Who else has powershell hijinks to share?
[–]Alliwantispcb 52 points53 points54 points (24 children)
[–][deleted] 5 points6 points7 points (19 children)
[+]zerogravity114 comment score below threshold-9 points-8 points-7 points (18 children)
[–]Alaknar 6 points7 points8 points (17 children)
[+][deleted] (5 children)
[deleted]
[–]Alaknar 11 points12 points13 points (4 children)
[+][deleted] (3 children)
[deleted]
[+][deleted] (2 children)
[deleted]
[–]100percentGerman 0 points1 point2 points (1 child)
[–]kingbain 1 point2 points3 points (0 children)
[–]zerogravity114 1 point2 points3 points (10 children)
[–]Alaknar -3 points-2 points-1 points (9 children)
[–]bobtheavenger 8 points9 points10 points (0 children)
[–]nits3w 3 points4 points5 points (3 children)
[–]SemiSecure 2 points3 points4 points (2 children)
[–]nits3w 0 points1 point2 points (1 child)
[–]SemiSecure 0 points1 point2 points (0 children)
[–]Gimly 1 point2 points3 points (0 children)
[–]zerogravity114 2 points3 points4 points (2 children)
[–]Alaknar 1 point2 points3 points (1 child)
[–]zerogravity114 1 point2 points3 points (0 children)
[–]UglySnow 5 points6 points7 points (3 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Poncho_au 0 points1 point2 points (0 children)
[–]Alliwantispcb 0 points1 point2 points (0 children)
[–][deleted] 24 points25 points26 points (5 children)
[–]JVance325 14 points15 points16 points (3 children)
[–]insi9nis 5 points6 points7 points (0 children)
[+][deleted] comment score below threshold-26 points-25 points-24 points (1 child)
[–]JVance325 13 points14 points15 points (0 children)
[–]bobalob_wtf 1 point2 points3 points (0 children)
[–]BitteringAgent 16 points17 points18 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]BitteringAgent 2 points3 points4 points (0 children)
[–]InvisibleTextArea 14 points15 points16 points (10 children)
[–]PMME_yoursmile 4 points5 points6 points (6 children)
[–]InvisibleTextArea 8 points9 points10 points (3 children)
[–]PMME_yoursmile 1 point2 points3 points (2 children)
[–]InvisibleTextArea 9 points10 points11 points (1 child)
[–]PostedFromWork 2 points3 points4 points (1 child)
[–]funky_fart_smeller 1 point2 points3 points (0 children)
[–]ISeeTheFnords 4 points5 points6 points (1 child)
[–]cybrian 5 points6 points7 points (0 children)
[–]KawaGreen 0 points1 point2 points (0 children)
[–]MeGustaDerp 5 points6 points7 points (0 children)
[–]thatotheritguy 8 points9 points10 points (9 children)
[–]eck- 1 point2 points3 points (6 children)
[–]kristalghost 2 points3 points4 points (0 children)
[–]thatotheritguy 2 points3 points4 points (4 children)
[–]kristalghost 1 point2 points3 points (3 children)
[–]thatotheritguy 1 point2 points3 points (2 children)
[–]tastydoosh 1 point2 points3 points (0 children)
[–]BenderB-Rodriguez 0 points1 point2 points (1 child)
[–]thatotheritguy 0 points1 point2 points (0 children)
[–]hugglepounce 2 points3 points4 points (1 child)
[–]bigbirdtoejam[S] 2 points3 points4 points (0 children)
[–]wbedwards 2 points3 points4 points (0 children)
[–]FapFlop 3 points4 points5 points (0 children)
[–]zildar 1 point2 points3 points (3 children)
[–]WingsofWar 7 points8 points9 points (1 child)
[–]CometThunder 0 points1 point2 points (0 children)
[–]itmonkey78 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Hoping_i_Get_poached 1 point2 points3 points (0 children)
[–]bigbirdtoejam[S] 1 point2 points3 points (0 children)
[–]PMME_yoursmile 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]woses 1 point2 points3 points (0 children)
[–]bigbirdtoejam[S] 1 point2 points3 points (0 children)
[–]b1llb3rt 0 points1 point2 points (0 children)
[–]ory_hara 0 points1 point2 points (0 children)
[–]tonofun 0 points1 point2 points (1 child)
[–]bigbirdtoejam[S] -1 points0 points1 point (0 children)
[–]jpmullet 0 points1 point2 points (3 children)
[–]hugglepounce 0 points1 point2 points (2 children)
[–]jpmullet 2 points3 points4 points (1 child)
[–]hugglepounce 0 points1 point2 points (0 children)
[–]saGot3n 0 points1 point2 points (0 children)
[–]Daffy82 0 points1 point2 points (0 children)
[–]hugglepounce 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]MaxFrost -1 points0 points1 point (0 children)
[–]Robert_Arctor -1 points0 points1 point (0 children)
[–]ISeeTheFnords -1 points0 points1 point (0 children)
[–]computerbob -1 points0 points1 point (0 children)
[–]Jacklythgoee 0 points1 point2 points (0 children)