In deze post zal ik beschrijven hoe je een testomgeving van SCCM kunt opzetten Deze lab zal bestaan uit een simpele Windows domein met een SCCM omgeving en één werkstation….
Categorie: SCCM
SCCM SQL Query Show Direct Members
SCCM SQL Query Show Direct Members om hierna vervolgens een Rapport van te maken. SCCM 2007: SQL statement: SELECT coll.Name, crd.CollectionID, crd.rulename FROM v_CollectionRuleDirect crd INNER JOIN v_Collection coll on…

SCCM Windows 10 in place upgrade
Ik heb een overzicht gemaakt met daarin de gemiddelde installatie tijd van een in place upgrade van een bepaalde Windows 10 versie naar een andere versie. Een in place upgrade…
Update en Bios configuratie tijdens OSD Deployment
De wijze waarop de bios wordt geupdate verschilt per merk. Installatie proces bij Dell De installatiebestanden worden eerst uitgepakt en de bios installatie meteen uitgevoerd, na een herstart van het…

Gebruik dezelfde netwerkadapter voor meerdere apparaten
Het senario van mijn SCCM 2012 R2 omgeving. Als ik een USB naar Netwerk Adapter gebruik om meerdere apparaten in te spoelen krijg ik na de eerste succesvolle installatie telkens…
Installeren taalpakketten tijdens OSD Windows 10
Installeren van taalpakketten tijdens Operation System Deployment (OSD) voor Windows 10 Helaas kun je met een Task Sequence maar één stap maken om een taal toe te voegen aan het basis…

How set organization name
When you deploy a task sequence, you will see a default organization name like “IT Organization”. You can change it with System Center Configuration Manager. Open Administration workspace Select Client…

Rerun advertisement if failed/succeeded previous attempt
If you want to rerun a advertisement witch already installed, you need first to remove a registry key: x86 architecture HKLM\SOFTWARE\Microsoft\SMS\MobileClient\Software Distribution\Execution History\System\package id x64 architecture HKLM\SOFTWARE\Wow6432Node\Microsoft\SMS\MobileClient\Software Distribution\Execution History\System\package id…

Technische documentatie voor SCCM 2012
Technische documentatie voor SCCM 2012 https://www.microsoft.com/en-us/download/details.aspx?id=27850

Powershell cmdlets for SCCM 2012
Added PowerShell modules: Add-CMDistributionPoint Import-CMAntiMalwarePolicy Import-CMDriver New-CMAppVVirtualEnvironment New-CMMigrationJob New-CMPackage New-CMSoftwareUpdateAutoDeploymentRule New-CMTaskSequence New-CMTaskSequenceMedia New-CMUserDataAndProfileConfigurationItem Set-CMApplicationCatalogWebsitePoint Set-CMAppVVirtualEnvironment Set-CMClientPushInstallation Set-CMClientSetting Set-CMDistributionPoint Set-CMDriver Set-CMEndpointProtectionPoint Set-CMEnrollmentPoint Set-CMEnrollmentProxyPoint Set-CMHierarchySetting Set-CMManagementPointComponent Set-CMOperatingSystemImageUpdateSchedule Set-CMOutOfBandManagementComponent Set-CMReportingServicePoint Set-CMSite Set-CMSoftwareUpdateAutoDeploymentRule Set-CMSoftwareUpdatePointComponent…