How to Set Up Your Own Terminal Server Using Remote Desktop Services On Server 2008 R2

In today’s article, we are going to take a look at installing Terminal Services, otherwise known as Remote Desktop Services, on a Server 2008 R2 machine. What is Terminal Services (Remote Desktop Services) Starting with Server 2008 R2, Terminal Services has been renamed to Remote Desktop Services. RDS, as it is abbreviated, allows you to have a powerful server that […]

Read more

How to Create a Virtual Machine in Hyper-V on Windows Server 2008

Once you have Hyper-V installed the first thing you are going to want to do is start creating virtual machines. The process is mostly a next, next, finish matter, but just incase you are unsure, here’s a quick start-to-finish guide. Note: this is part of our ongoing series teaching IT administration basics, and might not apply to everybody. Creating Hyper-V […]

Read more

How to Install Hyper-V Virtualization on Windows Server 2008 R2

Windows Server 2008 R2 and later releases of the product ship with a virtualization platform called Hyper-V, which works quite well since it’s built into Windows. Today we’re going to show you how to install it. Note: this is part of our ongoing series teaching IT administration basics, and might not apply to everybody. Installing Hyper-V Launch the Server Manager, […]

Read more

How to Reset Your Forgotten Domain Admin Password on Server 2008 R2

Forgetting your password is always a pain, but luckily there’s an easy way to reset your Domain Administrator password. All you need is a copy of the Windows Server 2008 R2 installation disk and one simple command line trick. Replacing Utilman.exe Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner. Follow through […]

Read more

How to Set a Custom Logon Screen Background on Windows 7

Windows 7 makes it possible to change the welcome screen that appears when you start your computer without any third-party software, but this setting is well hidden. You can set any image you like as your background. This setting is intended for original equipment manufacturers (OEMs) to customize their systems, but there’s nothing stopping you from using it yourself. All […]

Read more

8 Deadly Commands You Should Never Run on Linux

Linux’s terminal commands are powerful, and Linux won’t ask you for confirmation if you run a command that won’t break your system. It’s not uncommon to see trolls online recommending new Linux users run these commands as a joke. Learning the commands you shouldn’t run can help protect you from trolls while increasing your understanding of how Linux works. This […]

Read more

How to Map Network Drives Using PowerShell

In years past, automating network drive creation required the use of primitive batch files, luckily for us you can now do it through PowerShell. How to Map Network Drives Using PowerShell Prior to the PowerShell era, we could map networks drives using a batch file that contained a net use command: net use M: \\touchsmart\Share /Persistent:Yes To do it in […]

Read more
1 40 41 42 43 44 71