Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 817 Bytes

Project Title

This repository contains a collection of PowerShell module (.psm1) files. These modules are designed as independent pieces of functionality, allowing users to combine them like LEGO bricks to create versatile and powerful automation scripts tailored for testing processes.

Getting Started

Below are instructions to help you get started with using these PowerShell modules in your own projects.

Prerequisites

The windows system with native PowerShell 5.1 The method to check powershell version

$PSVersionTable.PSVersion

Installation

To use these modules, clone this repository to your local machine or download the desired .psm1 files directly

git clone https://github.com/106094/modules/

save all the psm files to a folder name [modules] directly