Some notes from a Unifi USG SE and a UDM Making a note of this here because TPG HFC connections uses VLAN 2 TPG HFC NBN Connection - UDM Note the VLAN ID of 2 Exetel HFC NBN Connection All it needs is a PPPoE connection with the [ServiceNumber]@vic.exetel.com.au and...
IT Tips
Cannot provision an Azure Marketplace VM with Free Subscription
Problem: Trying to provision OpenVPN Access Server from the Marketplace and get: You cannot purchase reservation because required AAD tenant information is missing. Please ask your tenant admin to fill this form: https://aka.ms/orgprofile (Code: "AccountSetupError)"...
Meraki Open Source Licenses
Until today I assumed that Meraki was built in-house with only closed source software. But having a look at the Meraki-Firmware-Licenses bundle it is clear that like Unifi Cisco is using many Open Source packages to bring together it's offering: Having only just...
VEEAM FAILS
If you have Veeam backup failing with the Updating BCD failed with Cannot update SafeBoot flag and SentinelOne is installed. Try the following from a veeam forum post 29/11/2023 2:35:29 PM :: Processing TGN-HO-DC02 Error: VSSControl: -2147467259 Backup job failed....
Turn Remote Desktop Connection on using the registry
You need to be in an Administrative command prompt then run: reg.exe ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
Certbot Reload Nginx on cert renewal
https://github.com/toggenation/cert-checker Recently I created a Cert Expiry Checker so I can be notified when my and my clients SSL certs are 27 days from expiry. What is strange is I got notified that a client on Squarespace has an SSL cert within 27 days of expiry...
LastLogon using PowerShell
Get-ADUser -Filter {Enabled -eq $true} -Properties Name,Manager,LastLogon,DistinguishedName | Select-Object Name,samAccountName,DistinguishedName,@{n='LastLogon';e={[DateTime]::FromFileTime($_.LastLogon).ToString('g')}} | Export-Csv -NoTypeInformation -Path...
Date time showing   instead of space
CSV opened in Excel is showing   instead of a space between the DateTime and the period (am / pm) That is because it is being opened in Excel using CP-1252 instead of UTF-8 and thus rendering the NARROW NO-BREAK SPACE incorrectly...
SYSVOL Stopped Syncing to the other Domain Controllers
I had 2 Domain controllers that stopped replicating their SYSVOL to each other. These are some of the commands used to understand what is happening and then to get it working again. Learnings Edit your Group Policies on the PDC / Operations Master (see the netdom...
Getting your public IP Address from the command line
Note: If you are filtering DNS for Proxy & Filter Avoidance or have configured you network to only allow connection to trusted DNS Servers the first two will fail so use the Web Request options linux / wsl DNS Query dig +short myip.opendns.com...
Create an account that never expires and is a member of the Local administrators group from the command line
In an Administrative cmd or powershell terminal run # /expires:never sets account to never expire NOT password net user toggenator2 * /add /expires:never # Password never expires wmic UserAccount where Name="toggenator" set PasswordExpires=False # or use powershell...
Window XP – TimeZones – 1 Hour Out
Today I had to go old school. Problem: Windows XP time 1 hour out. The user changes it to the correct time but it keeps resetting to the wrong time. Cause: Operating System (Windows XP) is so old that it no longer gets Time Zone updates so it had the wrong Daylight...
N-Able RMM Remote Access Take Control
There is supposed to be an ability for the Take Control client to click Restart & Shutdown and then reboot into safe mode with networking and reconnect but I am finding that it sometimes doesn't work. So to work-a-round: Open msconfig Choose boot tab Safe Boot and...
SSH Terminal FREEZES
https://bbs.archlinux.org/viewtopic.php?id=270724 I had an issue where my SSH terminal was freezing in a Ubuntu 22.04.3 LTS. I would do a command with small output and it would return but when using larger commands or sudo it would hang. I have a funky networking...
Linux Firmware Updates
Just did a firmware upgrade on a Wyse 3040 running $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy To show a list of available upgrades sudo fwupdmgr get-upgrades To run the upgrade...
Cannot Access Multiple Azure Portal Blades
Problem You get a heap of errors similar to the following when trying to access different blades in Azure Portal Error: Failed to retrieve the blade definition for 'VirtualMachinePropertiesBlade' from the server. self.importscripts failed Cause DNSFilter (or another...
Selecting wrong disk as OSDisk in Azure Migrate
Problem: With a multiple disk Hyper-V VM replicated into Azure you run a Test Migration in Azure Migrate and the Boot diagnostics for the VM show "Boot failure. Reboot and Select proper Boot device or Insert Boot Media in selected Boot device" Cause: Selected the...
Competent Car Service in My Area
Air conditioning Just in time for the Melbourne summer our Car Airconditioning stopped working (ended up being a failed aircon hose) these guys fixed it in about an hour => https://regasmelbourne.com.au/index-2.html I drove to them but also they have a mobile service....