SCCM I AM

Ad you

Introduction to Microsoft SCCM 2012

SCCM(System Center Configuration Manager) is Microsoft's software product to manage endpoints(Desktops,Laptops,Tablet,MobilePhones etc.) and widely use by companies from mid size to large enterprises.

Tuesday, May 4, 2021

SCCM console open error and link failed with SQL Server Native Client 11.0]SSL Provider: The received certificate has expired

 Hello Admins!!Today I was not able to open SCCM console with error and also CAS to problematic Primary was failed in replication. When checked, port 1433 to SCCM database of site where I opened the console, its was opened. So, next I checked admin console log and just...

Saturday, April 3, 2021

Standalone media creation error 0x80041013

 Hi Admins,You may face a typical error while creating standalone media from option "Create Task Sequence Media" of SCCM console. I faced standalone media creation error 80041013 ( Provider load failure) and it happened to me in SCCM 2010 version. I tried to create standalone...

Monday, August 31, 2020

What is GRS in Intune ?

Hello Intune Administrators !!Those who are new to Intune Win32 app deployment then GRS will be confusing word for you. Wait ! dont worry. I will explain basic of GRS. So, GRS is acronym for Global Retry Schedule. You can see below in IntuneManagementExtension.log during Win32 app troubleshooting. [Win32App] Tried in last 24 hours, No need to...

Saturday, January 25, 2020

Windows Terminal Preview for SCCM Administrator

Microsoft announced introduction of Windows Terminal last year. This is now available as preview version on Windows Store. Windows Terminal is one platform to have Windows CMD, Windows PowerShell and Microsoft Azure Cloud Shell so that technology professional gets all these...

Saturday, May 4, 2019

Count of File Created Date Wise - PowerShell

Below Powershell command is must have during your troubleshooting in SCCM site server file backlog like DDR, RDR or state message backlog. Below Powershell command will give your output of count of file created based on date against any file location. Get-ChildItem "D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq" |...

Sunday, April 14, 2019

How to identify SQL Server job owner

I was trying to remove a user from SQL Server database box but while trying to remove the user, I got below error: Now in order to identify where the user has create a SQL Server job, you can run below query to get the job details owned by the user. Here we go: Select...

Saturday, April 13, 2019

How to Get Collection Folder Location in SCCM

Your manager rushes to you and asks you to identify the Folder location of a culprit collection. You goes to SCCM console and search for it either with name or collection ID. You get the half detail but your manager asked for folder location and you scratches your head because...