First of all, you need to add an Azure Active Administrator to the SQL

In SQL studio to add user/groups:
CREATE USER [Team_xyz] FROM EXTERNAL PROVIDER; EXEC sp_addrolemember db_owner, [Team_xyz];
First of all, you need to add an Azure Active Administrator to the SQL

In SQL studio to add user/groups:
CREATE USER [Team_xyz] FROM EXTERNAL PROVIDER; EXEC sp_addrolemember db_owner, [Team_xyz];
NTttcp Utility – https://github.com/microsoft/ntttcp/releases/download/v5.35/NTttcp.exe
Below are my normal settings I use. Default port is 5001.
That can be changed with the -p parameter
Receiver settings: NTttcp.exe -r -m 16,*,10.20.30.40
16 threads run on any core, receiving on IP: 10.20.30.40
Sender settings: NTttcp.exe -s -m 16,*,10.20.30.40 -t 30
16 threads run on any core, sending to IP: 10.20.30.40, for 30 seconds.

How to query the Log Analytics workspace for Azure firewall log for network rules.
Remeber to enable diagnostic settings on the firewall first
AzureDiagnostics | where Category == "AzureFirewallNetworkRule" | sort by TimeGenerated desc | where TimeGenerated > ago(30m)
At a command prompt type:
net stats work
This will display statistics for the Workstation service. This service starts with the computer, so the uptime for this should be the same

Replace the “tenantname” part of the URL with your tenant name
Visit https://portal.azure.com/#@tenantname.onmicrosoft.com
And login with the account that was invited
ErGw1Az = Standard
ErGw2Az = High Performance
ErGw3Az = Ultra Performance

$Session = New-Object -ComObject Microsoft.Update.Session
$Searcher = $Session.CreateUpdateSearcher()
$Searcher.Search("IsInstalled=1").Updates | sort LastDeploymentChangeTime | ft -a LastDeploymentChangeTime, title

Error message: “A service installation section in this inf is invalid”
Start powershell and run: Add-WindowsFeature -Name Wireless-Networking
Reboot, install driver, and the reboot again. Now WiFi should Work
From a CMD
netsh int ipv4 show dynamicport tcp netsh int ipv4 show dynamicport udp netsh int ipv6 show dynamicport tcp netsh int ipv6 show dynamicport udp