https://github.com/muzabol2/powershell-scripts
My powershell commands
https://github.com/muzabol2/powershell-scripts
powershell
Last synced: 12 months ago
JSON representation
My powershell commands
- Host: GitHub
- URL: https://github.com/muzabol2/powershell-scripts
- Owner: muzabol2
- Created: 2023-03-01T08:48:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T12:41:39.000Z (over 2 years ago)
- Last Synced: 2025-01-08T21:16:43.412Z (about 1 year ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Change-Wallpaper.ps1
Awesome Lists containing this project
README
# powershell-scripts
This repository contains a collection of PowerShell scripts that I use to simplify my work. These scripts are for learning purposes and can be used freely.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
## Installation
To use these scripts, you'll need to have PowerShell installed on your machine. You can download the latest version of PowerShell from the [official website](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell).
Once you have PowerShell installed, you can clone this repository using the following command:
```
git clone https://github.com/muzabol2/powershell-scripts.git
```
## Usage
Each script is self-contained and can be run independently. To run a script, navigate to the directory where the script is located and type the following command in your PowerShell console:
```
.\script-name.ps1
```
Replace `script-name.ps1` with the name of the script you want to run.
## Contributing
Contributions to this repository are welcome. If you find a bug or have an idea for a new script, feel free to open an issue or submit a pull request.