Tag: Security

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 […]

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 […]