Click here to Skip to main content
15,886,362 members
Articles / Web Development / ASP.NET

System Information

Rate me:
Please Sign up or sign in to vote.
4.83/5 (70 votes)
31 Jan 2013CPOL4 min read 231.5K   38.1K   170  
How to collect system information from local or remote computer

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteComputerSystemInformation", "RemoteComputerSystemInformation\RemoteComputerSystemInformation.csproj", "{51F013A8-42C8-4715-A260-5537F59BEF93}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{51F013A8-42C8-4715-A260-5537F59BEF93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{51F013A8-42C8-4715-A260-5537F59BEF93}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{51F013A8-42C8-4715-A260-5537F59BEF93}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{51F013A8-42C8-4715-A260-5537F59BEF93}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Amazon AWS
Canada Canada
• MCSD (Microsoft Certified Solutions Developer): App Builder
• MCSD (Microsoft Certified Solutions Developer): Web Applications
• MCSA (Microsoft Certified Solutions Associate): Universal Windows Platform
• MCP (Microsoft Certified Professional)

• PMI-PBA (PMI Professional in Business Analysis)
• PMI-ACP (PMI Agile Certified Practitioner)
• PMP (Project Management Professional)

Comments and Discussions