Get an Administrative Powershell Session and then run the following # Enable Echo Request Get-NetFirewallRule -DisplayName "File and Printer Sharing (Echo Request - ICMPv4-In)" | Enable-NetFirewallRule # Allow ping from any host instead of just localsubnet...
IT Tips
Remove Blue Border from PSA Cams
Settings => Video Analytic => Intelligent Analysis => Intrusion => Enable (toggle to off) => Apply
Hikvision Camera – Parameter Error when trying to save settings from browser
Work-A-round: Install iVMS-4200 and add the cam and edit the settings from the Remote Configuration dialog
Notes on taking a CloneZilla Image and transferring it to Hyper-V
I just have had a Windows 11 virus struck device (SOURCE) HP Elite 800 Mini Desktop G9 512SSD that I wanted to take a full image of, and check that it will boot in Hyper-V. This is the process: Download the latest CloneZilla and copy it to a USB Key using rufus in DD...
RDP clients connecting via RDS Gateway using Entra ID backed Two Factor Authentication don’t have the connecting clients IP Address
https://learn.microsoft.com/en-us/entra/identity/authentication/howto-mfa-nps-extension-rdg When looking at the sign-in logs for RDP clients that use Entra ID for two factor auth the log entries might show the IP address as the IP Address and Port of the RDS Gateway...
Create Self-Signed Certificate With OpenSSL
This is the openssl command line showing how create a self signed cert with multiple hostnames and IP address. Add the cert to your computers certificate rust store so your browser connects without security warnings. openssl req -x509 -newkey rsa:4096 -keyout...
Synology DSM missing generate Self Signed Cert – Work-a-round
Just tried to generate a self-signed SSL cert for my Synology DSM and the option is missing Command to generate a self-signed cert to the Synology DSM On WSL or Linux generate a self-signed cert as follows. openssl req -x509 -newkey rsa:4096 -keyout...
Cisco SFP’s found in my IT Junk Drawer
SFP-10-LR-S x 4
Don’t try to book a flight using the Brave Browser on Jetstar.com when Shields are up
Note to self If trying to book a flight on jetstar.com using Brave as your browser remember to turn off Brave Shields or you wont be able to complete the payment section of the checkout Click the Brave Icon Toggle the Shield to DOWN, reload the page, re-enter Credit...
Run a command every 2 minutes Monday to Friday SystemD OnCalendar Snippet in a Specific Timezone
Just tried to check an OnCalendar snippet based on syntax mentioned on another website and it errored out systemd-analyze calendar 'Mon..Fri *-*-* *:*/2:00 Australia/Sydney' Failed to parse calendar specification 'Mon..Fri *-*-* *:*/2:00 Australia/Sydney': Invalid...
