ESXi 6.7 End of Life Options

1st November 2022

Buy new hardware Update your firmware and check for new Virtualisation options Install ESXi 7 on same hardware with AllowLegacyCpu Option Just keep running ESXi 6.7 with latest patches Rent…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Limit Installs vs Windows S mode

19th October 2022

Lots of new computers come with S mode enabled. Windows FUD says that turning off S mode will slow your computer down. Not true; installing and running lots of programs…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Bruggling

1st October 2022

Browser bookmark smuggling to exfiltrate data

๐Ÿ“Œ
0๐Ÿ’ฌ read more

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

Windows System Volume Info very large

23rd August 2022

I’ll just put this here vssadmin list shadows > vssadmin-list-shadows.log vssadmin list shadowStorage > vssadmin-list-shadowStorage.log vssadmin delete shadows /for=c: /oldest may need to do this a number of times to…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Expand a disk in VMware

19th July 2022

Expanding the disk in Vmware is the easy part. Shut down the VM, edit it’s disk and increase the allocated space. Windows still doesn’t add the space to it’s OS…

๐Ÿ“Œ
0๐Ÿ’ฌ read more