Quantcast
Channel: SCCM Cuurent Branch Blog
Browsing all 57 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

SCCM versions with build numbers -(Major)

View Article


OSD scenarios

  In a short one line i can describe like below   – Bare metal – Deploying a new  version of Windows to a system that  currently has nothing installed on it. – Refresh – Wiping an existing  system and...

View Article


Image may be NSFW.
Clik here to view.

OSD Troubleshooting SMSTS.log Location

Phase  Log Location Windows PE – Before the hard disk is formatted x:\windows\temp\smstslog\smsts.log Windows PE – After the hard disk has been formatted x:\smstslog\smsts.log and copied to...

View Article

Wifi Profile Deploy using SCCM

netsh wlan export profile name=”starbucks” folder=”C:\path\” key=clear Above command line you have run on a reference machine.You will get the profile XML. EX:- under C:\Path\Starbucks.XML Below 2...

View Article

In short below are the step to Upgrade SCCM CB/CBB(1511/1607)

In short below are the step to Upgrade  SCCM CB/CBB(1511/1607) Upgrade ADK Upgrade MDT Backup ConfigMGR DB Upgrade SCCM 2012(*  version )– >> Confimgr * Version(1511/1607/) Update Boot Images...

View Article


Image may be NSFW.
Clik here to view.

Overview of System Center Suite

System Center Suite is combination of below Tools. By Using System Center Suite we can manage a Company end to end , like Process,Hardware,Security,Backup,Configuration,Monitoring,etc   System Center...

View Article

OSD TaskSequence TROUBLESHOOTING PROCEDURES

If you encounter an error during the imaging process, please note the error code generated by the Tssk Sequence Wizard. Please reboot the system and boot into the task sequence wizard using an...

View Article

Create Bootable USB Drive

By using below Software my made much easier !!!!!!!!! Rufus – Create bootable USB drives the easy way

View Article


Remote_Uninstall_Anything

Remote_Uninstall Change the File name .HTA  

View Article


Some information about Ransomware & WannaCry Ransomware

  What is Ransomware? ———————— Ransomware is a malicious software that encrypts the files and locks device, such a a computer, tablet or smartphone and then demands a ransom to unlock it. Recently, a...

View Article

About SCEP

SCCM and SCEP Agent License are different .so we have to buy additionally if we like to implement SCEP. Here we have 2 separate behavior based on OS For Windows 7 Machines:— You will be able to see as...

View Article

Script to Identify with WMI Issues – SCCM

WMI_Script_checker,WMI We might required to find out how many machines are with WMI Related issues specific to SCCM. When we install SCCM Client, It will create a CCM class inside the WMI. so all sccm...

View Article

Image may be NSFW.
Clik here to view.

Configuration Manager Action cycles

Action tab has different Action cycles that will run automatically as per schedule mentioned in SCCM server. Application Deployment Evaluation Cycle: This cycle will check new application deployment...

View Article


Windows Updates Classification

  Service Packs A service pack is a periodic update that corrects problems in one version of a product. In addition to correcting known problems, service packs provide tools, drivers, and updates that...

View Article

Difference between Inactive and Obsolete

Inactive clients are clients that haven’t checked in via heartbeat. Obsolete clients are clients that have been replaced by other clients. Maybe duplicates, or clients that have been replaced by a new...

View Article


SCCM ConfigMgr 1610 Recover from Regular SCCM Maintenance Backup Folder

Unlike Old other version of SCCM it’s not supported recover wizard from SCCM software media SCCM Site recover wizard. We have to Drill down, SCCM Backup Folder CD>LATEST then launch the setup.hta...

View Article

SQL LeftJoin Template

Select Name, [Disk_Space] from (Select * From V_FullcollectionMembership where CollectionID = ‘ XXXX’ ) AllMachines LeftJoin ( XXXXXXX  ) DiskSpace On AllMachines.Name=Diskspace.[Computer Name]...

View Article


Using Machine – OutPut :-User Name,AD site code,AD discoverd date,Active...

SELECT Name0 AS [Machine Name], User_Name0 AS [User Name],AD_site_name0 as [AD site code] ,creation_date0 as [AD discoverd date], CASE Active0 WHEN ‘0’ THEN ‘InActive’ WHEN ‘1’ THEN ‘Active’ ELSE...

View Article

Logging function in powershell

Function LogWrite { [CmdletBinding()] Param( [Parameter(Mandatory=$True,ValueFromPipeline=$True,ValueFromPipelinebyPropertyName=$True)] $sLogMsg ) PROCESS { # Populate the variables to log $sTime =...

View Article

Office Uninstallation

Get off-scrub scripts from the following location and save them with appropriate names –...

View Article
Browsing all 57 articles
Browse latest View live


Latest Images