Quantcast
Channel: Jay Connor – HappySCCM
Browsing latest articles
Browse All 111 View Live

Remove PXE from HyperV Boot order

My VMs flood the network when PXE boots. Not sure of why, but to keep security happy I have removed the network boot via powershell. $GetVM = Get-VM Foreach ($vm in $GetVM) { Write-Host "Removing PXE...

View Article


Image may be NSFW.
Clik here to view.

Update Citrix VDA with SCCM Task Sequence

Citrix is not great Install VDA Step 1 (Important bits bold): VDAWorkstationSetup_2206.exe /controllers "controller1 controller2 controller3 controller4" /remotepc /quiet /noreboot /noresume...

View Article


Inject dot net 3.5 into Windows 11 wim before adding image to SCCM

Previously Windows has been ok with using a dot net package from a different month, so you could add it during the task sequence without much trouble. Now you need the right version. Best way to do...

View Article

CM Console fails to connect to site server due to WDAC

If you have WDAC deployed and included the recommended block rules the console will install but not correctly due to rule ID_DENY_INSTALLUTIL_1_0

View Article

Image may be NSFW.
Clik here to view.

Task Sequence stops responding during msi install

Recently trying to deploy Nitro PDF Pro during OSD the task sequence would just hang. This is due to the msi package wanting to copy over msvcp140.dll killing any processes using it (CcmExec,...

View Article


SCCM WDAC Managed Installer

If you use SCCM to deploy WDAC via the wizard, you will get constrained language mode in powershell. It's best to deploy it via a script, also enable the managed installer reg for sccm or managed...

View Article

Image may be NSFW.
Clik here to view.

How to manage WDAC

This post isn't about creating your initial policies and assumes you know how to create the first base policy, and supplemental policies. This will also setup SCCM to be a managed installer. Just a...

View Article

Image may be NSFW.
Clik here to view.

Get ConfigMgr Management points and Distribution points working with CIS

CIS sets the Network access: Remotely accessible registry paths group policy. Adjust to include SOFTWARE\Microsoft\SMSie;System\CurrentControlSet\Control\ProductOptions,...

View Article


Image may be NSFW.
Clik here to view.

 Re-imaging SCCM 0xc000000f 0xc0000098

If you are getting these errors after applying the OS, it's likely you have the SkuSiPolicy.p7b deployed to EFI - See Guidance for blocking rollback of Virtualization-based Security (VBS) related...

View Article


Image may be NSFW.
Clik here to view.

CLOUDAPP.NET:443. Exception: System.Net.WebException: The remote name could...

If you get this error in the SMS_CLOUD_PROXYCONNECTOR.log you probably followed some nice tutorial but are using a different country cloudapp server. Set up your common name correctly when requesting...

View Article
Browsing latest articles
Browse All 111 View Live