December 2020

Disable Internet Explorer via PowerShell

Internet 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 users to use more secure browsers. Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 –Online and if you need to re-enable:Enable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 –Online source link

Ansible AWX

What 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 written in .yml +can manage Windows, MacOs, Linux, *BSD etc What is Ansible Tower/AWX?Tower is a web based GUI for Ansible built by RedHat. AWX …

Ansible AWX Read More »

Enable Outlook Online Plus Addressing

Run 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 authority to admin the domain Connect-ExchangeOnline -Credential $UserCredential -ShowProgress $true Set-OrganizationConfig -AllowPlusAddressInRecipients $true May take up to an hour to be fully enabled. more info …

Enable Outlook Online Plus Addressing Read More »

Cloud VPN

ZeroTier.com 50Free, $50/m 51-499 Windows, MacOs, Andriod, iOS dataplicity.com 1 free, $3ea remote.it 1 free, $2ea weave.works $30/node /month