Skip to content

Concept of a GUI tool for executing maintenance commands on client computers.

Notifications You must be signed in to change notification settings

Oscar-97/SD-GUI-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

SD Helper Overview

Image of SD-Helper

A concept of a small GUI tool for PowerShell, designed originally in 2021, to streamline the execution of routine maintenance commands on client computers. Although as a proof of concept project, this tool encapsulates a sample of frequently used commands into a user-friendly interface, enhancing administrative tasks and troubleshooting processes.

It's most effective for quick, routine tasks that the client can handle themselves and may not substitute comprehensive remote management solutions.

Features

The script offers a set of predefined commands for quick and efficient system maintenance:

  • Clear Network Stack: Resets the network configurations to resolve connectivity issues.
  • Clear Chrome Cache: Purges the cache of Google Chrome to free up space and potentially address performance problems.
  • Restart Printer Service: Restarts the printer service to resolve common printing issues.
  • Update Group Policy: Refreshes the group policy settings to ensure the latest configurations are applied.

Installation and Usage

Prerequisites

Requires PowerShell and can be ran as any regular PowerShell-script: .\SD_Helper.ps1

Running the tool

  1. Download the SD_Helper.ps1 script to your local machine.
  2. Open PowerShell with the necessary administrative privileges.
  3. Navigate to the directory containing the downloaded script.
  4. Execute the script by entering the following command: .\SD_Helper.ps1
  5. The GUI should appear, presenting the available commands and system information.

About

Concept of a GUI tool for executing maintenance commands on client computers.

Topics

Resources

Stars

Watchers

Forks