Allow Auto Open ConnectWise with Chrome
If you receive an authorization prompt running the ConnectWise client, add the following registry key to the impacted system.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]"ExternalProtocolDialogShowAlwaysOpenCheckbox"=dword:00000001
...
Add or Modify NDR for MS 365 Distribution Group
Enter the following commands in powershell after connecting to 365. This will allow for messages sent from a distribution group email address to issue an ...
Adding VPN Connections to Windows 10/11 with Powershell
Enter the following command as an administrator (for all users) within Powershell, and omit the -AllUser portion for a user-based VPN connection:
SSTP, MsChapV2 - All ...
Adding NOIP Dynamic DNS to EdgeOS
Use the following command snippets to add DDNS to EdgeOS for NOIP.
set service dns dynamic interface eth0 service dyndns host-name mydynamichost.ddns.net# note the client/group name ...
Adding Static IPv6 to EdgeOS
Use the following commands to add the necessary components for IPv6 connectivity. This example was taken from an EdgeRouter X (ERX) with Spectrum Enterprise as ...