Archive for December 2020
Disable Internet Explorer via PowerShell
14th December 2020Internet Explorer lags far behind Chrome and Firefox in security. Microsoft Edge is even switching to Chrome to power its newest browser. It is safest to disable IE to force…
Ansible AWX
13th December 2020What is Ansible and why do i care?Ansible is a popular server/workstation/container management tool.+doesn’t require a client install+instead of a list of commands it focuses on a desired state+scripts are…
Enable Outlook Online Plus Addressing
9th December 2020Run Powershell as administrator Set-ExecutionPolicy Unrestricted Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3 You will need to respond Yes to 2 prompts $UserCredential = Get-Credential make sure the credentials you enter have…