Month: May 2021

Windows Control Panel Shortcuts

May 25, 2021 By JeffTechs

Maybe it’s just me, but I really like control panel shortcuts. Not having to click through 5+ screens to get the correct administrative area gives me a warm and fuzzy feeling inside. I’ve tried to find more through Google searches, but the list (even the ones proffered by Microsoft) never seem accurate. So, how do […]

Storing PowerShell Credentials

May 24, 2021 By JeffTechs

I really enjoy a fully realized script with almost no required interaction. When working with on-premise or cloud accounts one of the things that can break the flow of a script is user credentials. While its not incredibly taxing to put the required username and password in each time, having PowerShell automatically import them feels […]

Secure Mail in Office 365

May 17, 2021 By JeffTechs

If you are looking for a simple secure mail solution, and are already in Office 365, chances are good you have one ready to deploy. Office Message Encryption (OME) works with Azure Rights Management Services (RMS) to provide this service to 365 customers. The quickest way to  see if your cloud tenant is already secure […]

Azure Security Defaults

May 10, 2021 By JeffTechs

With more and more organizations moving into the cloud space, it’s greatly improved employees ability to work from a variety of locations and still remain productive. That access is not limited solely to employees. With their ability to access company resources, it allows other non-desirable people to access those resources as well. The cloud, by […]

MFA Setup in Azure

May 7, 2021 By JeffTechs

If you are using the free version of Azure, there is only one way to properly turn on MFA. This is located under the blank section. This will remove the ability for everyone in your cloud tenant to authenticate using legacy software and protocols. The issue with this method is that it will turn it […]