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.Netbios_Name0, fcm.CollectionIDFROM         dbo.v_GS_ADD_REMOVE_PROGRAMS AS arp INNER JOIN                      dbo.v_R_System ON arp.ResourceID = dbo.v_R_System.ResourceID CROSS JOIN                      dbo.v_Collection INNER JOIN  … Read more

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.Netbios_Name0, fcm.CollectionID FROM         dbo.v_GS_ADD_REMOVE_PROGRAMS AS arp INNER JOIN                       dbo.v_R_System ON arp.ResourceID = dbo.v_R_System.ResourceID CROSS JOIN                       … Read more

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… NomadBranch.exe -relicense=Productkey-Abcad-123456-1231231-12312312

ITIL Exams

ITIL Exams: The Information Technology Infrastructure Library™ (ITIL) offers a systematic approach to the delivery of quality IT services. ITIL was developed in the 1980s and 1990s by CCTA (Central Computer and Telecommunications Agency, now the Office of Government Commerce, OGC), under contract to the UK Government. Since then, ITIL has provided not only a … Read more

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