Part 4 - SCCM CB VMs Set Up For Lab

Опубликовано: 07 Апрель 2026
на канале: TekNex Solutions
59,505
680

We will configure VMs for our SCCM lab as discussed in the last video.

To test the full functionality of Software Center Configuration Manager, we need minimum three virtual machines. I am using Hyper-V, one can use any hypervisor for this.

Link to the last video:    • Part 3 - SCCM CB Lab Setup  

Link to the SCCM Current Branch Full Guide playlist:    • SCCM Current Branch Full Guide  

PowerShell Command to add ICMPv4 inbound Rule:
New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress
any -Action Allow