SCCM 2012

Sunday, March 10, 2013

PowerShell script to check WDS Service status against of List of servers.

›
Below is a PowerShell script, this will list WDS Service status against of List of servers. Below is a powershell script will list WDS Servi...
2 comments:
Friday, March 8, 2013

SCCM 2012 Replication – What is replicated in each type From where to where

›
  There are TWO types of replication can happen 1) Database Replication 2) File-Based Replication Database Replication Includes Global Da...
1 comment:

SCCM 2012 Client Push – Pre Requirement (HotFix)

›
  The hotfix described in KB2552033 must be installed on site servers that run Windows Server 2008 R2 when client push installation is ena...
Saturday, March 2, 2013

For package pre-stage in 2012

›
On dp take the check box as pre stage From package right click create "prestage content file" to create the package This will crea...
1 comment:
Friday, March 1, 2013

Setupwpf.exe /script

›
Configmgrautosave.ini

Script to check the drive space in the server against the threshold value and triggers an alert

›
Script to check Disk Space #Purpose: Script to check the drive space in the server against the threshold value and triggers an alert #powers...
Sunday, February 17, 2013

Migrate reports from SCCM 2007 to SCCM 2012

›
sync SSRS report between two report servers: The built-in migration wizard in ConfigMgr 2012 can migrate most objects but not reports. In ...

SCCM 2012 Replication Data

›
From SCCM 2012 site to site replication is moved to SQL replication, Where as in SCCM 2007 it was file based. Below chart explains the What...
Saturday, February 16, 2013

When do we need a CAS (Central Administration) 2012 Site

›
If you have more than one Primary Site in a single hierarchy For Central Reports and administration for your primary sites management. Qu...

When do we need a local Distribution Point? In SCCM 2012?

›
  Below are the three key points to consider a local distribution Point’s BITS not enough to control the WAN traffic Multicast for Opera...

When do we need a Secondary Site – SCCM 2012

›
  Below are the three key considerations to setup a secondary site. To manage Upward-flowing WAN traffic Tiered content Routing for dee...

When do I need SCCM 2012 Primary Site?

›
To Manage Clients/Devices Add More Primary sites for To scale more than 100,000 Clients Reduce impact of primary site failures in case of...

What is Empower Users in SCCM 2012

›
Enabling any device from any where

Changes from SCCM 2012 to SCCM 2012 SP1

›
Below are the changes from SCCM 2012 to SCCM 2012 SP1
Thursday, February 14, 2013

What is Windows To Go?

›
Windows To Go is a feature in Windows 8 Enterprise that allows Windows 8 Enterprise to boot and run from mass storage devices such as USB fl...

Is windows 8 supported for sccm ?

›
Yes from sccm 2012 sp1. The bad news is windows xp no more supported. Read this related to windows 8 support .... Into One of the most signi...

What is not changed in sccm 2012 when compared with sccm 2007 ?

›
Wake on LAN Windows Embedded devices The Active Directory schema extensions for System Center 2012 Configuration Manager are unchanged from ...

What is Application management in sccm ?

›
Provides a set of tools and resources that can help you create, manage, deploy, and monitor applications in the enterprise.

Why you want sccm ?

›
You can perform all below with help of sccm: Deploy operating systems, software applications, and software updates. Monitor and remediate co...
Sunday, December 30, 2012

High level Task Sequence Steps for Windwos Xp to 7

›
These are the some high level steps in the Task Sequence. use USMT=>request store=>run additional commands like taking backup of some...
Thursday, December 27, 2012

WAIK Renamed to Windows ADK

›
Windows Automated Installation Kit (Windows AIK or WAIK) is a collection of tools It has renamed to "Windows ADK" New name from W...
Tuesday, December 18, 2012

PXE-E53: No boot filename received

›
PXE-E53: No boot filename received everythink ok.. when checked - Both the Boot Images are sent to WDS Found one red Event in the applicati...
Monday, December 17, 2012

PXE boot issue : DHCP.......................

›
We might get the error when trying to boot the client pxe boot as dhcp.......... Lot of dots with no dhcp ip to the pxe client... Solution w...

›
 
Thursday, December 13, 2012

Disable services on list of servers

›
Below script will be useful for disabling the services 'create a file called list.Txt Set Fso = CreateObject("Scripting.FileSystemO...

Microsoft System Center products list

›
Microsoft System Center is a set of server products aimed specifically at helping corporate IT administrators manage a network of Windows Se...
Wednesday, December 12, 2012

SMSTS.ini

›
Debugging for sccm logs with in the winpe to enable... use  SMSTS.ini   file.   SMSTS.ini During an OSD Task Sequence, when the PC boots in...
Wednesday, October 3, 2012

How many Days Left to back you?

›
'PS: Days Left... Wscript.Echo "Today Date MM-DD-YY: " & Date  Wscript.Echo "Days Until ur Day in Months: " ...
Thursday, July 19, 2012

All the Microsoft Updates Till Date

›
Here you can download all the list of updates from this link it will show from 1998 to TillDate... Auto Updated this excel sheet by Microsof...
Wednesday, July 18, 2012

Bulk SCCM Client Troubleshooting Approch

›
Site Name Site 1 Comments Discovery What are The OU's Targeted? In AD Are they missing any in OU's IN AD ?? ...
Monday, July 2, 2012

Virtual LAB Microsoft Page

›
All Virtual LABs http://technet.microsoft.com/en-us/virtuallabs/bb539977

Virtual LABS : System Center 2012 Configuration Manager

›
System Center 2012 Configuration Manager TechNet Virtual Lab: System Center 2012: System Center 2012 Orchestrator: Policy to Runbook Migrati...
Saturday, May 12, 2012

To Download the YouTube Play list

›
To download the YouTube Play list all videos at a time… The link to the page where you can download “Free youtube Download” . http://www.dv...

Test

›
Test from TP
Monday, April 23, 2012

is computer is 32 bit or 64 bit ?

›
--Finding computer is 32 bit or 64 bit is easy from SCCM... here is SQL query............ SELECT Distinct SYS.Netbios_Name0, CS.Model0,CPU.N...
Friday, April 20, 2012

Nomad Branch Agent Fix and re install

›
echo sTOP sERVICE Net Stop NomadBranch Echo uNINSTALL If Nomad Found Call MsiExec.exe /NoRestart /X{94ADB1B7-6490-4DCD-800D-5214A8516DC6} /Q...

All WQL to info from SQL

›
All WQL to info from SQL select * from dbo.v_CollectionRuleQuery

SQL Query for Pathes required systems with the Size

›
--SQL Query for Pathes required systems with the Size SELECT DISTINCT                       TOP (100) PERCENT SYS.Name0 AS [Machine Name], U...

All Systems that have been discovered last night:

›
SELECT SMS_R_System.ResourceID,SMS_R_System.ResourceType,SMS_R_System.Name,  SMS_R_System.SMSUniqueIdentifier,  SMS_R_System.ResourceDomainO...

Collection - ADVERTISEMENT FAILED systems

›
SELECT sys.ResourceID,sys.ResourceType,sys.Name,sys.SMSUniqueIdentifier,sys.ResourceDomainORWorkgroup,sys.Client FROM sms_r_system as sys in...

All S/w from Add& Remove Programs After some exceptional removing

›
All S/w from Add& remove Programs SELECT DISTINCT arp.DisplayName0 AS [Product Name], arp.Publisher0, arp.Version0, dbo.v_R_System.Netbi...
1 comment:

Nomad Service issue

›
If Nomad service is getting stopped automatically as Licensing issue.. then we can re license as below command from the NomadBranch.exe path...
Monday, April 9, 2012

ITIL Exams

›
ITIL Exams: The Information Technology Infrastructure Library™ (ITIL) offers a systematic approach to the delivery of quality IT services. ...
Friday, March 23, 2012

PXE Client How will find the PXE Server

›
    The process is roughly as below:   1. Client powers on 2. NIC initiates PXE process 3. NIC acquires DHCP address 4. NIC contacts PXE...
Wednesday, March 21, 2012

Tools Website

›
This is a good Tools Website.. has lot of tools and very useful.. http://www.robvanderwoude.com
Wednesday, March 14, 2012

Patching reports C.1 Report sample

›
Wednesday, March 7, 2012

Powershell in Visual Studio 2010

›
Steps Involved: Open Visual Studio 2010. Go to File => New => Project. Select Class Library template, enter the name and click Ok....
Monday, March 5, 2012

PowerShell in Nutshell learn from these steps

›
Stage 1 WebCast: Scott Hanselman – Developer Productivity Tools Part 3 WebCast: PowerShell Week - Day 2: CmdLets Tutorial: MS Scripting ...
›
Home
View web version
Powered by Blogger.