Select Page

PowerShell – Copy directories/files to a list of remote computers

How often are you given a list of servers and you need to quickly copy files to them? I used to always take the wonderfully format list given to me and format them into a PowerShell array buy putting quotes around each of them and commas. Example:
$Computers = @(
“Server01”,
“Server02”,
“Server03.mydomain.local”,
“Server06”
)

Read More

Windows Time Sync – The fixes!

As many of you know when running a simple standalone machine at home, at work, in a datacenter or in the cloud, time keeping can be tricky. Very odd though, it’s been around for over a decade and people/enterprises still can’t seem to figure out how it really works or how they should configure it.

Every Windows computer has a lovely service on it that is called W32Time with a description that reads “Windows Time Service”. This service is set to manual, and for all intents and purposes can be left that way.

Read More

Azure Stack – @Data_Raft

The goal of this project is to bring affordable Hyper-Converged infrastructure to environments of all sizes using 100% native Microsoft technologies and a few cool Open Source tools too. The cost to you is FREE.

Read More