Toggen

Selected posts

Re-sign rdweb rdp File

I want to tweak and then re-sign the RDP file downloaded from https://rds.example.com/rdweb the RD Gateway RD Web server to stop it being tampered with Steps With a browser on you local computer (I'm using Windows 11) connect to https://rds.example.com/rdweb...

Testing SMTP Relay with PowerShell

When setting up an SMTP relay on Windows this Powershell command can help Send-MailMessage -SmtpServer 10.77.23.20 -Port 25 ` -From example@toggen.com.au ` -To testuser@example.com,testuser2@example.com.au ` -Subject "Remittance Advice Test# 5" ` -Body "Test at 9:08...

Cannot Connect to Dell Management Using Firefox

12 year old Dell Server running Windows 2008R2. Wanted to check the HDD and other details. https://ipofserver:1311 Error message: Error code: SSL_ERROR_UNSUPPORTED_VERSION Firefox error minimum supported TLS version is 1.2 Enter into the firefox location bar...

Migrate Windows 2003 Server VMWare Guest to Proxmox

I am trying to migrate two remaing Windows 2003 Server VM's off a VMWare VSphere 5.5 environment. Disclaimer: Yes I am aware W2K3 is _many_ years past it's support date but not every company keeps up-to-date with fully patched and supported software and I can't magick...

DMARC Reports Viewer

If you have enabled DMARC, DKIM & SPF and are getting DMARC Aggregate Report emails sent to yourself which contain the gzipped XML attachments. You can view them in a nicely formatted GUI by uploading them to Dmarcian https://dmarcian.com/xml-to-human-converter/...

Disk Export from Azure to Hyper-V boot failure

TLDR; Convert the VHD (GPT disk) into a VHDX and it will work The journey: Just did a disk export of a Azure VM generation V2 disk. The VHD format of the exported disk won't boot in Hyper-V. The Azure portal says it's a V2 VM (This was lifted and shifted from a...

Windows 2019 Server Azure Ad Connect Fails

Failing to install on a Domain Controller which his a fresh install of Windows 2019 Server This could be due to no support for TLS 1.2 being enabled. Uninstall Azure AD Connect and then run the enable TLS 1.2 script and reboot and then re-install. Worked for me....