Category: SCCM

Speed up TFTP on SCCM DP

Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\DP Name: RamDiskTFTPWindowSize Type: REG_DWORD The default value is 1 (1 data block fills the window) I used 8 which gave good speeds. We can also tweak the TFTPBlockSize which has been around for many versions of Configuration Manager. Location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\DP Name: RamDiskTFTPBlockSize Type: REG_DWORD Value: <customized block size> Test with values: 4096, 8192, […]

Microsoft System Center 2012 Configuration Manager cmdlets

Microsoft System Center 2012 Configuration Manager cmdlets Name Description Add-CMApplicationCatalogWebServicePoint Adds an Application Catalog web service point to Configuration Manager. Add-CMApplicationCatalogWebsitePoint Adds an Application Catalog website point to a Configuration Manager site. Add-CMAssetIntelligenceSynchronizationPoint Installs an Asset Intelligence synchronization point. Add-CMBoundaryToGroup Assigns boundaries to a boundary group. Add-CMDeploymentType Adds a deployment type for an application. Add-CMDeviceAffinityToUser […]