An open API service indexing awesome lists of open source software.

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

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
```