Archive for September 2022

PowerShell Office365 Simple Security Report

20th September 2022

Install-Module AzureADPreview(Only need to do this once) Connect-AzureADThis will ask for creds with permission to admin your Office365 Get-AzureADAuditSignInLogs -Filter “location/countryOrRegion ne ‘CA’ and location/countryOrRegion ne ” and Status/ErrorCode eq…

📌
0💬 read more

Microsoft Power Automate Desktop

18th September 2022

Download link https://go.microsoft.com/fwlink/?linkid=2102613

📌
0💬 read more

Browser Addons I Use

15th September 2022

Always: uBlock Origin Blocks Ads etc, used it for years, never had any reason to changeBitWarden Password manager, the last remaining free one When needed: Read Aloud lets me multi-taskGoogle…

📌
0💬 read more

Event Logging Group Policy for Wazuh or AlienVault

6th September 2022

Do NOT turn on Audit Privilege Use = FAILURE or you will Denial of Service yourself with the flood of useless events. Chrome.exe creates multiple events per minute while working…

📌
0💬 read more

Ubuntu Linux commands i can never remember

1st September 2022

TimeZone:timedatectltimedatectl list-timezonessudo timedatectl set-timezone your_time_zonesudo timedatectl set-timezone America/Toronto Assign all free space to the logical volume: https://packetpushers.net/ubuntu-extend-your-default-lvm-space/ IPv6 Disable:sudo nano /etc/sysctl.confadd following lines:net.ipv6.conf.all.disable_ipv6=1net.ipv6.conf.default.disable_ipv6=1net.ipv6.conf.lo.disable_ipv6=1reboot OR sudo sysctl -p Hostname change: no…

📌
0💬 read more