Introducing Windows Server 2008 R2 Learn about the new features of Windows Server 2008 R2 in the areas of virtualization, management, the Web application platform, scalability and reliability, and interoperability with Windows 7. Download Introducing Windows Server 2008 R2, written by industry experts Charlie Russel and Craig Zacker along with the Windows Server team at […]
Category Archives: Microsoft
It is completely open source so it can be amended and change to fit your requirements, this version has been a year in the making and has been written in powershell with a reference to Winforms so that a GUI format is displayed. The primary focus of this project is to try and get feedback […]
How can I rename Windows Server 2008 Server Core Once again, with no GUI your Windows Server 2008 Server Core can easily be renamed using Windows Management Instrumentation Command-line (WMIC), and here is how, wmic computersystem where name=”%computername%” rename name=”new-name” As result, you will get ‘Method execution successful’ message. However if your machine is domain-joined, […]
How to setup IP configuration of Windows Server 2008 Server Core In order to add your Server Core to a domain you must assign an IP and DNS server to the current IP Configuration and you do that using NETSH tool, otherwise using the answer file your setup will fail complaining about its inability to […]
How to enable RDP for Windows Server 2008 Server Core Even though the Server Core option of Windows Server 2008 does not have shell, you can still RDP (Terminal Services) into it by using RDC from a Windows Client. To do that, you have to first enable the RDP on Server Core by using the […]
The post configuration of a Windows 2008 Server Core installation can be a difficult task. Because there is no GUI in a Server Core installation, you must use the command prompt for post configuration tasks. Guy Teverovsky developed a very usefull tool called CoreConfigurator. This tool is able too configure all the settings needed after […]
Installing ASP.NET To install ASP.NET on Server Core run the following commands in exact same order as listed below: start /w ocsetup WAS-NetFxEnvironment start /w ocsetup IIS-ISAPIExtensions start /w ocsetup IIS-ISAPIFilter start /w ocsetup IIS-NetFxExtensibility start /w ocsetup IIS-ASPNET
Basic Installation of IIS To perform basic and default installation of IIS on Server Core run the following command: start /w ocsetup IIS-WebServerRole After the command has run you can run oclist | more and check which IIS components have been installed.
If you think that when you logon to a system there’s only one active logon session, this utility will surprise you. It lists the currently active logon sessions and, if you specify the -p option, the processes running in each session. Download Result Below : C:Documents and SettingsAdministratorDesktop>logonsessions.exe Logonsesions v1.1 Copyright (C) 2004 Bryce Cogswell […]