Skip to content

Trochim86/ex_PowerShell

Repository files navigation

ex_PowerShell

Overview

PowerShell scripting exercises and automation examples.

Description

This repository contains PowerShell scripts demonstrating:

  • System administration tasks
  • File and directory operations
  • Process management
  • Text processing and data manipulation
  • Automation workflows

Technologies

  • PowerShell

Getting Started

Prerequisites

  • PowerShell 5.1 or PowerShell Core 7+
  • Windows/Linux/macOS

Usage

Run scripts from PowerShell:

.\script_name.ps1

Note: You may need to adjust execution policy:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Przemek (Trochim86)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors