Windows
How to Prompt a User for Input using PowerShell
You can use the read-host command-let to get an input from a user during program execution. PowerShell Input Example Here is…
How to Read a Text File Using PowerShell
You can read a text file and display its content using get-content cmdlet in PowerShell. Read textfile example Execute the…
How to Generate Random Numbers Using PowerShell
When you have to generate random passwords for users, you can execute the get-random command let on PowerShell to create it.…
How to Install and Configure a Print Server in Windows Server 2012 R2
A Printer is one of the most important devices for an offic network and being a system administrator you should…
How to Configure DHCP with PowerShell
PowerShell commands are an easy way to save a lot of time as system administrator. In this article, I'll show…
How to Enable or Disable Notifications for Apps in Windows 10
You can enable or disable notifications for specific apps to appear in your action center. This article will help you to:…
How to Force Users to Change their Password Periodically Using Group Policy on Windows 10
In this Window's 10 tutorial, I will show you how to force users to change their password regularly after specific…
Four Tips to Free Up Hard Drive Space in Windows 10
When you are running out of hard drive space on Windows, then these four tips will help you to clen…
How to Host a Web Site in Internet Information Server manager in Windows Server 2012 R2
You may have seen my previous article about IIS installation. In this article, I will cover the steps that need to…
How to Create File Screens in Windows Server 2012 R2
File screening management is a feature which allows you to create file screens to block specific file types from being…