https://github.com/thordreier/miscpowershellfunctions
A collection of different PowerShell functions
https://github.com/thordreier/miscpowershellfunctions
powershell powershell-module
Last synced: 3 months ago
JSON representation
A collection of different PowerShell functions
- Host: GitHub
- URL: https://github.com/thordreier/miscpowershellfunctions
- Owner: thordreier
- License: mit
- Created: 2022-08-19T06:03:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T13:57:44.000Z (about 1 year ago)
- Last Synced: 2025-01-28T14:43:58.839Z (about 1 year ago)
- Topics: powershell, powershell-module
- Language: PowerShell
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiscPowerShellFunctions
PowerShell module: A collection of different PowerShell functions.
## Usage
### Examples
```powershell
# Write example here
```
Examples are also found in [EXAMPLES.ps1](EXAMPLES.ps1).
### Functions
See [FUNCTIONS.md](FUNCTIONS.md) for documentation of functions in this module.
## Install
### Install module from PowerShell Gallery
```powershell
## Yeah, that ain't working
# Install-Module MiscPowerShellFunctions
```
### Install module from source
```powershell
git clone https://github.com/thordreier/MiscPowerShellFunctions.git
cd MiscPowerShellFunctions
git pull
.\Build.ps1 -InstallModule
```