Category Archives: SysAdmin Tools

Creating Automated Tasks with Task Manager

Efficiency is key when you are working in IT; If you have to do a task more than twice, it is ripe for automation. Windows 11 comes equipped with a powerful tool that allows users to automate routine tasks effortlessly – the Task Manager. This feature not only helps in optimizing system performance but also enables users to schedule and… Read More »

Creating a Windows 11 Image with SysPrep

When it comes to deploying Windows 11 across multiple systems, creating a standardized image is crucial. It simplifies deployment, ensures consistency, and makes the management of IT resources more efficient. That’s where SysPrep (System Preparation Tool) comes into play. In this blog post, we’ll delve into how to use SysPrep to prepare a Windows 11 image for deployment… Read More »

SystemIdleCheck Command Line Usage

SystemIdleCheck is very straightforward to use. The current version switches are show below. All switches are case sensitive, but the value of the switch is not. All switches have default values, and can appear in any order on the command line. Switches Switch Name Description T TimeOut Sets the number of seconds the system should be idle for.… Read More »

Deploying SystemIdleCheck via GPO

Some users of SystemIdleCheck (SIC) have been confused as to how to deploy the program in large, complex environments, so I’ve put together this guide which details how to deploy the program through Group Policy Objects (GPO). Overview If you manage an Active Directory domain, there are several ways to deploy SIC: In my opinion, the easiest, most reliable, and… Read More »

Logoff User After Idle

Recently, there was a request for our team to implement a new security requirement for workstations. Specifically, If a user remains logged in, but is idle for a specific period of time, that user should be logged out.  After consulting the interwebs for a few minutes, all I could find were hacky solutions using vbscript, PowerShell, task scheduler,… Read More »