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 application Events with event ID 258 executed below command to resolve the issue.. wdsutil /initialize-server /REMINST:”E:remoteinstall”

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.FileSystemObject”)Set InputFile = fso.OpenTextFile(“list.Txt”)Do While Not (InputFile.atEndOfStream)sComputer = InputFile.ReadLineaTargetSvcs= Array(“WDSServer”)‘For list of services use below…‘arrTargetSvcs = Array(“service1”, “service2”, “service3”) Set oWMIService = GetObject(“winmgmts:” & “{impersonationlevel=impersonate}!” _ & sComputer & “rootcimv2”)Set cServices = oWMIService.ExecQuery(“SELECT * FROM Win32_Service”) For Each oService In … Read more

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 Server and client desktop systems. 1.    System Center Advisor – Software as a service offering that helps change or assess the configuration of Microsoft Servers software over the Internet 2.    System Center App Controller … Read more

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 into WinPE from the Boot Image, the SMSTS.log settings are not controlled via the same registry keys as in the full Windows OS. Instead the SMSTS.log settings are controlled via entries in … Read more

Configure Email for SCOM

For Complete Email Alerts configuration from administration to End user email setup… Read here more… https://blogs.technet.com/b/danstolts/archive/2010/09/25/configure-email-or-instant-message-im-alert-notification-in-system-center-operations-manager-2007-r2-scom.aspx To send notifications of alerts, Operations Manager 2007 can use a variety of mechanisms, such as e-mail, instant message, short message service, and pager. Choosing the delivery mechanism for the notification is called enabling a notification channel. The length … Read more

Two Use full links SCOM

Two Use full links https://social.technet.microsoft.com/Forums/en/operationsmanagergeneral/thread/1bcfd702-923a-43de-a54f-4c8cc5e3b94d https://ianblythmanagement.wordpress.com/mom-blog-links/

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: ” & DateDiff(“m”, Date, “24/4/2013”)Wscript.Echo “Days Until ur Day in Days: ” & DateDiff(“D”, Date, “24/4/2013”)Wscript.Echo “Days Until ur Day in Weeks: ” & DateDiff(“w”, Date, “24/4/2013”)Wscript.Echo “Hello…”‘write(DateDiff(“m”,fromDate,toDate,vbMonday))

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 Microsofthttps://go.microsoft.com/fwlink/?LinkID=245778 For more Security related info visit https://technet.microsoft.com/en-us/security/bulletin/ Enjoy..

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 ?? From AD In above Ou’s Howmany Computers are there? (From AD) may be a difference in SCCM vs AD in SCCM Now List howmany in SCCM may be a difference in SCCM vs … Read more