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 ArticleOSD 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 ArticleWifi 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 ArticleIn 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 ArticleOverview 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 ArticleOSD 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 ArticleCreate Bootable USB Drive
By using below Software my made much easier !!!!!!!!! Rufus – Create bootable USB drives the easy way
View ArticleSome 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 ArticleAbout 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 ArticleScript 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 ArticleConfiguration 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 ArticleWindows 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 ArticleDifference 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 ArticleSCCM 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 ArticleSQL 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 ArticleUsing 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 ArticleLogging function in powershell
Function LogWrite { [CmdletBinding()] Param( [Parameter(Mandatory=$True,ValueFromPipeline=$True,ValueFromPipelinebyPropertyName=$True)] $sLogMsg ) PROCESS { # Populate the variables to log $sTime =...
View ArticleOffice Uninstallation
Get off-scrub scripts from the following location and save them with appropriate names –...
View Article