The Worlds Largest Availability Conference – VeeamOn, May 16-19, New Orleans
2017 is a big year for IT infrastructure. Non-volatile SSDs are readily available, Azure...
Read MoreSelect Page
2017 is a big year for IT infrastructure. Non-volatile SSDs are readily available, Azure...
Read MoreFeb 11, 2017 | Windows Server | 4 |
One of the issues that data center or even any Windows Administrator has is managing the local administrators group on each and every one of their domain members. There is a lovely security setting that has been around for many years, Restricted Groups, which can be controlled via local security policies of via GPO. This works, but has a few pitfalls as you’ve probably run into once in a while. Keep reading to see how you can solve some of them with Group Policy Preferences.
Read MoreDid you miss out on the Microsoft Tech Summit in Toronto, October 27-28, 2016? Well you can check...
Read MoreFeb 2, 2017 | SCCM, Scripts, Windows Server | 1 |
One of the issues I’ve come across is using Configuration Managers (2012 R2+) feature of being able to deploy multiple Software Update Points (SUP) within a site. This scenario is essentially to avoid using traditional network load balancing (NLB) and offload the work to the clients. One would think, if one SUP is not available it’s pretty simple, switch to the next one in the list. Well this doesn’t always happen as one may expect. Why?
Read MoreJan 26, 2017 | SCCM, Scripts, Windows Server | 1 |
I was working on a SCCM deployment where there was already one existing Software Update Point (SUP). Due to new firewall restrictions, a few new SUPs were required. Microsoft has changed their best practices with SCCM in regards to using multiple SUPs. The best practice is to share the WSUS Database (SUSDB) and the WSUS content directory. This cuts down on a lot of space, replication and administrative issues.
Read MoreStill want to attend MVPDays? Well you can you just have to pay for your ticket. I know you are...
Read MoreJan 17, 2017 | Books, Scripts, Windows Server | 0 |
Well it’s finally happened, I’m officially going to accept the title of author. After previous collaborating on a few books, and after a lot of time collaborating with other MVP rock stars and some hard work, our eBook, Master PowerShell tricks (Volume 1) has been released on Amazon.
Read MoreJan 12, 2017 | Azure, Scripts, Windows Server | 3 |
Install-Module is a wonderful new cmdlet that comes with PowerShell v5 and can be found in Windows Management Framework (WMF) 5.0. This allows us to skip the whole search the Internet to find modules and pull them from pre-configured repositories. By default, your machines should be configured to look at https://www.powershellgallery.com/api/v2/ .
Read MoreJan 6, 2017 | Scripts, Windows Server | 0 |
When writing PowerShell scripts, one of the most time consuming tasks is validating input and handling invalid input. PowerShell does have built in mechanisms to deal with this and ease these tasks so that we can focus on creating a production level script.
Read MoreJan 5, 2017 | Azure, Certification, Windows Server | 0 |
On-going training is something that anyone in IT needs. IT changes as fast as the clouds come and...
Read MoreDec 22, 2016 | Scripts, Windows Server | 0 |
As I get called on a lot of to do SQL Server installations, I’ve come up with what I’ve found works best for me. Every location has different infrastructure, security, networks and their way of doing things. Since I’m the one doing the installation, and I know I’ll get called back in the future at some point to upgrade, troubleshoot or manage the SQL Server environment, I like to have a set of standards. Documentation, I actually do enjoy writing it (yes I may be sick), but having a self-documenting PowerShell script is even better!
Read MoreWell fearless @mvpdays followers it is official we are in print on Amazon. Kindle version of...
Read MoreDec 16, 2016 | Scripts, Windows Server | 1 |
Well as the title suggests, I’m happy with the code, but I always find myself adding more and more code around the cmdlets. Service control in Windows has been pretty straight forward for the past few decades. Obviously PowerShell can control the state and configuration of services, but one thing I’ve always run into with service control is reacting to how the service stops and starts and also managing the state of dependent services. I’m sharing some short code functions that I use.
Read MoreDec 12, 2016 | HyperConverged, MVPDays | 0 |
Well based on some extremely wonderful feedback from our attendees of the North American MVPDays...
Read MoreUpdate…. Order your copy today. Our E-Book is available on Kindle from Amazon Below is a...
Read MoreDec 9, 2016 | Hyper-V, Windows Server | 0 |
Well I recently blogged about time syncronization issues in Windows Time Sync – The fixes!. This troubleshooting still works on Windows Server 2016, but hopefully we don’t need to do it as often!
Read MoreDo you empower your customers whether they’re colleagues, internal departments or even 3rd party entities to provision virtual machines, databases or websites in your data center?
Read MoreNov 30, 2016 | Azure, Scripts, Windows Server | 2 |
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 MoreNov 29, 2016 | HyperConverged, S2D | 0 |
Many customers and friends have been asking me why I am so passionate about the developments with...
Read More