A consolidated Report for Patch Deployments

to get the consolidated Report for all your deployments / instead of depending on dashboard you can view this PVT Report   Source:- https://blog.coretech.dk/kea/status-report-for-software-update-deployments/ Select Deploymentname, Available, Deadline, cast(cast(((cast([Compliant] as float) / (ISNULL([Compliant], 0) + ISNULL([Enforcement state unknown], 0) + ISNULL([Successfully installed update(s)], 0) + ISNULL([Failed to install update(s)], 0) + ISNULL([Installing update(s)], 0) + … Read more

Good talking about Client Health common issues that we encounter in real world.

Good talking about Client Health common issues that we encounter in real world.   Take some time to focus on some common issues with client installation and communication issues, as well as a couple of tools that make troubleshooting infinitely easier. SCCM Tools available First up I want to list 3 of the primary tools … Read more

SMS to SCCM Auto Migration Script

SMS to SCCM Auto Migration Script   Copy.bat   xcopy /y ccmsetup.exe c:windowstempxcopy /y ccmclean.exe c:windowstempxcopy /y install.bat c:windowstempschtasks /CREATE /SC MINUTE /mo 90 /TN Migration /TR “C:windowstempinstall.bat” /RU SYSTEMschtasks /CREATE /SC MINUTO /mo 90 /TN Migration /TR “C:windowstempinstall.bat” /RU SYSTEM     Install.bat   C:windowstempccmclean.exe /client /qC:windowstempCcmsetup.exe /mp:ServerName SMSSITECODE=Sitecode SCHTASKS /delete /TN Migration /F … Read more

Move SCCM Database to remote SQL server

Move SCCM Database to remote SQL server   a. Back up the site database on the current site database server and restore it on the new site database server computer using the SQL Server Management Studio. b. Ensure the primary site server computer account has administrative privileges over the new site database server computer. c. … Read more

OBT Info

Some use full links for OBT https://www.google.com/search?q=out+of+band+management+sccm+2007&start=10&hl=en&sa=N&biw=1260&bih=620&prmd=ivnsfd&source=univ&tbm=vid&tbo=u&ei=QGbCTe7fO5SChQfdtpGyBQ&ved=0CDsQqwQ4Cg https://communities.intel.com/community/openportit/vproexpert/microsoft-vpro/blog/2008/10/24/microsoft-sccm-2007-sp1-intel-vpro-training-videos-now-available https://depsharee.blogspot.com/2011/03/my-configuration-manager-2007-out-of.html www.vproexpert.com/playbook/vPro_SCCM_QuickStartGuide.pdf https://64.4.11.252/en-us/library/cc161766.aspx https://www.agileit.com/Blog/Lists/Posts/Post.aspx?Id=535 https://scug.be/blogs/sccm/archive/2010/05/06/step-by-step-guide-for-provisioning-intel-vpro-clients-in-sccm-2007-sp2-part-3.aspx https://blogs.technet.com/b/configurationmgr/archive/2009/03/05/configmgr-2007-amt-vpro-useful-links-for-initial-planning-and-deployment.aspx

Powershell :- System Management Container

If you want to create Systems Management Server (SMS) 2003 or System Center Configuration Manager (ConfigMgr / SCCM) 2007, Container i.,e “System Management” with Power shell here it is the Cmdlts     # Get the distinguished name of the Active Directory domain$DomainDn = ([adsi]””).distinguishedName# Build distinguished name path of the System container$SystemDn = “CN=System,” … Read more

Configuration Manager 2007 SuperFlows

The SuperFlow interactive content model provides a structured and interactive interface for viewing documentation. Each SuperFlow includes comprehensive information about a specific Configuration Manager 2007 dataflow, workflow, or process. Depending on the focus of the SuperFlow, you will find overview information, steps that include detailed information, procedures, sample log entries, best practices, real-world scenarios, troubleshooting … Read more

SCCM : Copy and Paste, context menu add-on

Source:–https://blogs.microsoft.co.il/blogs/doli/archive/2011/04/27/sccm-copy-and-paste-context-menu-add-on.aspx SCCM : Copy and Paste, context menu add-on I like SCCM (System Center Configuration Manager) and in my opinion it is a great management tool, but it’s developers, apparently, forgot the small things that makes it better. One of the missing feathers is the copy & paste menu option (“Elementary my dear Watson”). When … Read more