Skip to content

PowerShell module that aims to implement the DiscUtils library

License

Notifications You must be signed in to change notification settings

nyanhp/PsDiscUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PsDiscUtils

PowerShell module that aims to implement the DiscUtils library.

Installation and usage

To install the module, please use the PowerShell Gallery. At some point I'll also package a release, but I hardly see the point.

# Install
Install-Module -Repository PSGallery -Scope CurrentUser -Name PsDiscUtils # -AllowPrerelease to get the GOOD STUFF

# Explore
Get-Command -Module PsDiscUtils

Build it yourself

Using the .NET Core SDK you can build that project your self. Why? Because I've gone the easy route and implemented a bunch of C# cmdlets instead of writing PowerShell functions.

./build/vsts-prerequisites.ps1
./build/vsts-build.ps1 -SkipPublish

Requirements

  • PowerShell 5 and newer
  • An overwhelming urge to automate the crap out of things

NuGet packages used

Licenses apply and so on.

About

PowerShell module that aims to implement the DiscUtils library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published