A collection of useful PowerShell modules and scripts.
The following modules are available in this repository.
This cmdlet accepts any type of object and will insert it into a database table, one row per object coming down the pipeline. If the table does not exist it will be created based on the properties of the first object in the pipeline. You can send pretty much anything to this cmdlet which makes it very useful when you want to quickly save the output from a script to a database.
This module contains 7 cmdlets for managing ini files.
Contains a PowerShell class which is used for getting weather forecasts from SMHI (www.smhi.se).
This module contains a cmdlet which can be used to edit other cmdlets in PowerShell ISE.
This module contains a cmdlet for getting information about movies from IMDB.
This module contains a few cmdlets to make it easier to get help about parameter validation when writing advanced functions in PowerShell.
The following DSC resource is available in this repository.
This resource can be used for managing ini files with DSC. It uses the IniManager module and includes examples for both regular DSC configurations and composite resources.