Browsing Category
System Administration
18 posts
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 to authenticate the user. The
Deploy Scheduled Task Using GPO
You can use the Group Policy to create and deploy scheduled tasks to domain computers. For example, you can create a task that automatically logs out users or shuts down computers at a specified time, runs a script, etc.In this example, we will create a new Scheduler task that displays a pop-up notification and distribute
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 user profile directories on the
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,…
User PowerShell To Bulk Change users Password
Table of Contents If you are managing multiple user accounts, it can be tedious and time-consuming to change…
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…
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…
Auto Shutdown cmd Script
Here’s a sample batch script that you can use to automatically shutdown a computer at 11:03pm every day…