What Are Windows Server Containers?
Containers have had a large impact in IT organizations. You may be wondering why someone would want to use containers in Windows Server 2019. They're just virtual machines (VMs), right? Well, not exactly. Containers don't expose the hardware or the operating system. More ...
NTFS Permissions
NTFS Permissions is a file system feature that lets you set specify which files on your system can be accessed by which specific users, and what kind of access they have to each file. More ...
View a Brief List of Windows 10's Recent Problems
Windows 10 Problem Report and the reliability history chart give you some information about your computer's problems without the overwhelming detail provided by other tools such as Event Viewer. More ...
CompTIA A+ Complete Study Guide
All-in-one guide prepares you for CompTIA's new A+ Certification. Prepare for the required exam, CompTIA A+ Essentials (220-601), as well as your choice of one of three additional exams focusing on specific job roles: More ...
How to Share a Folder in Windows 7
One of the main advantages of a network is the ability to share files. This article shows you how to configure Windows 7 to share files and folders on a network. More ...
How to Setup DHCP (Dynamic Host Configuration Protocol) on a Windows Server
DHCP (Dynamic Host Configuration Protocol) gives hosts on a network all of the IP information they need to communicate. IP Address, Subnet Mast, Gateway Address, DNS servers and WINS server addresses. For ease of administration DHCP is a great feature to help setup a computer network quickly. More ...
Windows PC Performance Troubleshooting and Optimisation
If your aging PC is running slow and you're considering getting a new one, this article explains how you can diagnose your performance problems, streamline and tune up. You'd be surprised just how much more you can get out of what you have. More ...
A Day in the Life of a System Administrator
People interested in becoming a computer system administrator or those who are studying for the Microsoft Certified System Engineer (MCSE) exam might not know what a system administrator actually does. More ...
Command Line to Get Computers Model, Vendor, and Serial Number
WMIC (Windows Management Interface Command) is a command line tool that returns information about your syste. To learn your computers model, vendor, and serial number, type wmic csproduct get name,vendor,identifyingNumber at a command prompt. More ...
How to Configure Hyper-V on Windows Server 2019
Hyper-V is a Windows 2019 native hypervisor that it can be used to create virtual machines. There are many different things that you can configure with the Hyper-V console. More ...
Configuring Windows as a NTP (Network Time Protocol) Server
The Windows operating systems from Windows 2000 onwards has an in-built time synchronization service - Windows Time. The Windows Time service facilitates a Windows network to provide synchronization of all machines within a domain. This article describes how to configure the Windows 2000 and Windows 2003 time service as a NTP server. More ...
DOS Tasklist and Taskkill Commands
The Windows operating system is actually just a bunch of co-operating programs called tasks or processes. Using the DOS tasklist and taskkill commands, we can explore and control processes running on the system. More ...
Top Ten RAID Tips
RAID, a Redundant Array of Inexpensive Disks, is the storage technology which becomes more and more widespread these days. Those who are planning to build a new RAID system would probably find the tips below useful. More ...
Retrieving Information from Computers Belonging to an Active Directory OU
This PowerShell script queries a particular Organizational Unit (OU) in your Active Directory for a list of computers. It will then use WMI to query various properties of those computers and output it into table format. More ...
