Distribute content to a DP based on Collection deployments
Looks like SCCM doesn't distribute packages already assigned to the collection when you add a DP to that collection's properties. Quick and dirty script to do it Get-CMDeployment -CollectionName...
View ArticleCLOUDAPP.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 ArticleRemove 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 ArticleUpdate 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 ArticleInject 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 ArticleCM 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 ArticleTask 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 ArticleSCCM 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 ArticleHow 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 ArticleIIS Application Pool 503 errors
I finally got around to installing the ConfigMgr Webservice to test out BIOS updates. Set it all up, however it would just stop the pool when I executed a query from the client. I re-entered the...
View Article