Skip to main content

Other

Ievgen Liashov - SCCM

Сбор состава групп администраторов

Edit Console

Create backup of the folder C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\ConsoleRoot.

Edit with AdminUI.ConsoleBuilder.exe C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\AdminUI.ConsoleBuilder.exe. Files in C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\ConsoleRoot will be updated.

  • ConnectedConsole.xml
  • IdleConsole.xml
  • ManagementClassDescriptions.xml

USMT

USMT Best Practices

How to Use USMT in SCCM for User Migration (ScanState, LoadState, MigApp, MigUser, MigDocs)

Understanding Migration XML Files

What does USMT migrate?

C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\User State Migration Tool\amd64\USMT Mig_.xml

HP Manageability Integration Kit (MIK)

HP Manageability Integration Kit (MIK) for Microsoft System Center Configuration Manager

HP MIK BIOS Configuration Setting

HP Manageability Integration Kit

Start Client Actions

StartClientActions.bat
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000121}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000003}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000010}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000001}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000021}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000022}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000002}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000031}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000108}" /NOINTERACTIVE
WMIC /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000111}" /NOINTERACTIVE

Issues

SQL Server change tracking cleanup

SQL Server change tracking cleanup

USE CM_S01
EXEC spDiagChangeTracking @CleanupChangeTracking = 1
SELECT * FROM vLogs WHERE ProcedureName = 'spDiagChangeTracking'

SCCM Hotfix Stuck on "Prerequisite Check Passed"

sccm-1602-hotfix-stuck-on-prerequisite-check-passed

Get PackageGuid from C:\Program Files\Microsoft Configuration Manager\EasySetupPayload and delete from CM_UpdatePackages.

DELETE FROM CM_S01.dbo.CM_UpdatePackages
WHERE PackageGuid='6b4f84b7-5555-48b0-aecc-74fb5a8aa24b';

MDT Task Sequence Integration with crash

C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\Extensions\Forms

  • Microsoft.BDD.SCCM_CreateBootImage.xml
  • Microsoft.BDD.SCCM_ImportTaskSequence.xml

Change http to https