PXE Client How will find the PXE Server

    The process is roughly as below:   1. Client powers on2. NIC initiates PXE process3. NIC acquires DHCP address4. NIC contacts PXE server (WDS)5. PXE server delivers NBP to client6. NIC TFTPs boot image (from WDS) 4 This can be couple of different ways. If the DHCP request returned options 66 and 67, … Read more

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. Add the following references. -System.Management.Automation.dll (C:Program Files (x86)Reference AssembliesMicrosoftWindowsPowerShellv1.0System.Management.Automation.dll) -System.Configuration.Install.dll (C:WindowsMicrosoft.NETFrameworkv2.0.50727System.Configuration.Install.dll -Microsoft.SharePoint.dll (C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14ISAPIMicrosoft.SharePoint.dll) -Microsoft.SharePoint.PowerShell.dll    (C:WindowsassemblyGAC_MSILMicrosoft.SharePoi

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 Center Task-Based Tutorial PDF Quick Reference: PowerShell Cheat Sheet Podcast: HanselMinutes – Monad (show 11) Blog post: Learning PowerShell without leaving the command line Stage 2 CmdLet Exploration: Try all built-in CmdLets using Get-Command, … Read more

SCCM Virtual Labs

System Center Configuration Manager 2007 TechNet Virtual Lab: Configuring Configuration Manager 2007 Security including PKI TechNet Virtual Lab: Determining Client Health in Configuration Manager 2007 R2 TechNet Virtual Lab: Generating Asset Intelligence Data with Configuration Manager 2007 TechNet Virtual Lab: Implementing Branch Distribution Points in System Center Configuration Manager (SCCM) 2007 TechNet Virtual Lab: Implementing … Read more

GPO IE Security Settings

To set a GPO related to IE settings can be setup from below See Computer Configuration — Administrative Tools — Windows Components — Internet Explorer — Internet Control Panel — Security Page and then double click to the "Site to zone assignment list". Enable it, click Show, add website as value name and 1, 2, … Read more