The GroupView PowerShell module allows users to view local or domain user group members. This script provides an interactive interface where users can list and view local or domain groups and their respective members.
-
Permissions: Ensure you have the necessary permissions to run PowerShell scripts and access group information on the system.
-
Clone or Download: Clone or download the GroupView module to your local machine.
-
Import Module: Open a PowerShell session and navigate to the directory where the module is located. Import the module using the following command:
Import-Module GroupView
Run Program: Once the module is imported, run the group_view function to initiate the interactive interface.
Follow Instructions: Follow the on-screen instructions to navigate through the program:
Type 'list' to view available options. Type 'exit' to quit the program. Type 'clear' to clear the terminal window. Type 'help' to view the instructions again. Choose Group Type: Choose the desired group type (Domain or Local) and follow the prompts to view the group members.
Author: Alex McPadden
Disclaimer: This script is provided as-is without any warranty. The author is not responsible for any potential damages or issues caused by the use of this script. Users are advised to test the script in non-production environments before using it in a production setting.
This document provides instructions for using the GroupView PowerShell module. It outlines the necessary steps for installation, usage, and additional information about the script and its author.