How do you know if the "download" was successful and the agent is running?
New-NetFirewallRule -DisplayName "SCCM Remote Control" -Direction Inbound -Protocol TCP -LocalPort 2701 -Action Allow
How do you know if the "download" was successful and the agent is running?
New-NetFirewallRule -DisplayName "SCCM Remote Control" -Direction Inbound -Protocol TCP -LocalPort 2701 -Action Allow