Select Page

PowerShell – Is your AD Sites and Services missing subnets?

This has been a very common pain point for Active Directory administrators. AD is perfectly planned according to Microsoft’s best practices and successfully deployed. But as time goes on, network admins change the network topology, devices are added here and there and if there is no formal process of adding new networks, AD Sites and Services will mostly likely not be updated to reflect these changes.

Read More

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

@MVPDays – Seattle 2016

What did you miss by not attending #MVPDays, Seattle 2016?

Read More