System Administration

How To Fix Error: There are Currently No Logon Servers Available

When a user logs on to a Windows computer that is joined to an Active Directory domain, they may see the following error message:There are currently no logon servers available to service the logon request.This message says that none of the AD domain controllers (LogonServer) is available from this computer...

Read more...

Delete Old User Profiles in Windows

Administrators should occasionally delete old user profiles (retired or inactive users, etc.) from C:Users on Windows workstations and servers. The Windows user profile cleanup task is most commonly performed on Remote Desktop Services (RDS) terminal servers.The main problem with RDS servers is the constant growth in the size of the...

Read more...

Automating Local Administrator Password Changes on Windows Machines with PowerShell

Table of Contents Introduction PowerShell is a powerful scripting language that can be used to automate various tasks, including managing Windows machines. One common task is changing the local administrator account password on multiple machines. This can be a tedious and time-consuming task if done manually, but PowerShell can make it much...

Read more...

How to Quickly Check if C Drive is Accessible on Multiple Machines with PowerShell

Table of Contents Introduction When managing a network of machines, it can be useful to quickly determine which machines have accessible C drives over the network. In this blog post, we will walk through a PowerShell script that checks the accessibility of the C drive on a list of machines and outputs...

Read more...

Use PowerShell to remote install software

Table of Contents Introduction Installing software on multiple computers can be a time-consuming and tedious task. PowerShell provides a powerful scripting language that can be used to automate this process. In this blog post, we will explore a PowerShell script that can be used to remotely install software on multiple computers. PowerShell Script The...

Read more...