What Are You Doing Right Now
- 
Now setting up the wife's desk phone, too. She has less of an office for now, but still a pretty serious setup.
 - 
@EddieJennings said in What Are You Doing Right Now:
New ad-hoc project: Learn how to create scheduled tasks in Powershell.
- Write and debug your script. Make sure there is nothing wrong with it.
 - Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
 - Go to Task Scheduler and schedule your task
 - Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
 - Right-click and select "Create New Task".
 - Go to the "Actions" tab and select "New..."
 - "Program/script:" = "powershell.exe"
 - "Add arguments (optional):" = the path to your script.
 - OK
 - Setup your triggers -> OK.
 - Profit!
 
 - 
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
New ad-hoc project: Learn how to create scheduled tasks in Powershell.
- Write and debug your script. * Make sure there is nothing wrong with it.*
 
rofl

 - 
Kids are using the office phones to call grandpa now. They think that this is very cool.
 - 
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
New ad-hoc project: Learn how to create scheduled tasks in Powershell.
- Write and debug your script. Make sure there is nothing wrong with it.
 - Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
 - Go to Task Scheduler and schedule your task
 - Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
 - Right-click and select "Create New Task".
 - Go to the "Actions" tab and select "New..."
 - "Program/script:" = "powershell.exe"
 - "Add arguments (optional):" = the path to your script.
 - OK
 - Setup your triggers -> OK.
 - Profit!
 
Heh. This is in response to me discovering that the various tasks in question exist solely within the Task Scheduler GUI. So if the server blew up, they're gone (despite a script exists to configure a new server, except the tasks). My goal is to the tasks to the build script.
 - 
Playing seek and destroy on out of date browsers. Well, seek and update.
 - 
I found Spybot Search and Destroy on a machine yesterday. Fond memories....
 - 
@RojoLoco said in What Are You Doing Right Now:
Playing seek and destroy on out of date browsers. Well, seek and update.
ninite works a treat for that kind of bullshit
there's even a pro version that automates stuff I think? shrug
 - 
@Texkonc said in What Are You Doing Right Now:
I found Spybot Search and Destroy on a machine yesterday. Fond memories....
Spybot!

 - 
@EddieJennings said in What Are You Doing Right Now:
@Texkonc said in What Are You Doing Right Now:
I found Spybot Search and Destroy on a machine yesterday. Fond memories....
Spybot!

Whoa, it's not even throwback Thursday!
 - 
@MattSpeller said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
Playing seek and destroy on out of date browsers. Well, seek and update.
ninite works a treat for that kind of bullshit
there's even a pro version that automates stuff I think? shrug
I am using a PDQ inventory report right now, gotta check into ninite.
 - 
@EddieJennings said in What Are You Doing Right Now:
@NerdyDad said in What Are You Doing Right Now:
@EddieJennings said in What Are You Doing Right Now:
New ad-hoc project: Learn how to create scheduled tasks in Powershell.
- Write and debug your script. Make sure there is nothing wrong with it.
 - Store it in a place that it is easy for you to get to, such as C:\scripts\powershell.ps1
 - Go to Task Scheduler and schedule your task
 - Go to a folder, such as Task Scheduler Library -> Microsoft -> Windows.
 - Right-click and select "Create New Task".
 - Go to the "Actions" tab and select "New..."
 - "Program/script:" = "powershell.exe"
 - "Add arguments (optional):" = the path to your script.
 - OK
 - Setup your triggers -> OK.
 - Profit!
 
Heh. This is in response to me discovering that the various tasks in question exist solely within the Task Scheduler GUI. So if the server blew up, they're gone (despite a script exists to configure a new server, except the tasks). My goal is to the tasks to the build script.
How about have the script available to you on the network somewhere, run
invoke-command -ComputerName <TargetServer> -ScriptBlock <script>? - 
Roommate's little brother just went into the hospital and into surgery. Some abdominal issue.
 - 
might want to fix your ad rotations.

 - 
@scottalanmiller said in What Are You Doing Right Now:
@DustinB3403 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
Next task, getting my new desktop built and ready to go. I have no idea what hardware it even has. Oh, and have to set up my office phone.
You have a office phone . . . and a "proper" office?
I have a full office, fully dedicated one. And a proper Yealink office phone.
Which phone? Hope it is not one of the old T3X series. I hated those things.. Always so slow to respond to initial button press.
And get yourself a Plantronics CS540 or similar DECT headset. I cannot live without mine.
 - 
@Texkonc said in What Are You Doing Right Now:
might want to fix your ad rotations.

That is intentional. You call them now to prepare for a holiday.
 - 
@JaredBusch said in What Are You Doing Right Now:
@Texkonc said in What Are You Doing Right Now:
might want to fix your ad rotations.

That is intentional. You call them now to prepare for a holiday.
Also, that ad came out before Easter.
 - 
Just installed Fedora Cinnamon Desktop on my laptop. So smooth and speedy.
What's good on Fedora... KVM, VirtualBox, ?
 - 
@Tim_G said in What Are You Doing Right Now:
Just installed Fedora Cinnamon Desktop on my laptop. So smooth and speedy.
What's good on Fedora... KVM, VirtualBox, ?
My first choice is KVM, since you have a desktop running use virt-manager to control the things. VirtualBox still works in a pinch.
 - 
@Tim_G said in What Are You Doing Right Now:
Just installed Fedora Cinnamon Desktop on my laptop. So smooth and speedy.
What's good on Fedora... KVM, VirtualBox, ?
I agree, KVM. I started on VirtualBox and switched. KVM was better.