All Projects → JohnRoos → PowerShell

JohnRoos / PowerShell

Licence: other
A collection of useful PowerShell modules and scripts.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to PowerShell

powervrni
PowervRNI: A PowerShell module to talk to the vRealize Network Insight API
Stars: ✭ 19 (-48.65%)
Mutual labels:  cmdlet, powershell-gallery
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+102.7%)
Mutual labels:  cmdlet, powershell-gallery
DIVA Tools
A global host of tools used to mod/parse Project DIVA games.
Stars: ✭ 24 (-35.14%)
Mutual labels:  dsc
PowerShell-Watch
A PowerShell Watch-Command cmdlet for repeatedly running a command or block of code until a change in the output occurs.
Stars: ✭ 49 (+32.43%)
Mutual labels:  cmdlet
Vibranium
Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. 🎉
Stars: ✭ 89 (+140.54%)
Mutual labels:  dsc
dsc
DNS Statistics Collector
Stars: ✭ 94 (+154.05%)
Mutual labels:  dsc
CertificateDsc
DSC resources to simplify administration of certificates on a Windows Server.
Stars: ✭ 103 (+178.38%)
Mutual labels:  dsc
xavc rtmd2srt
Extract real time meta-data and GPS tracks from Sony XAVC video
Stars: ✭ 29 (-21.62%)
Mutual labels:  dsc
PowerShell-Lumos
A PowerShell module for automatic switching between light and dark themes
Stars: ✭ 17 (-54.05%)
Mutual labels:  cmdlet
DnsServerDsc
This module contains DSC resources for the management and configuration of Windows Server DNS Server.
Stars: ✭ 51 (+37.84%)
Mutual labels:  dsc
StorageDsc
DSC resource module is used to manage storage on Windows Servers.
Stars: ✭ 58 (+56.76%)
Mutual labels:  dsc
DscResources
This repository will contain custom PowerShell DSC Resources
Stars: ✭ 18 (-51.35%)
Mutual labels:  dsc
PowerShell-DevOps
PowerShell scripts or modules for purposes related to DevOps practices
Stars: ✭ 31 (-16.22%)
Mutual labels:  dsc
ZeroDSC
lightweight native PowerShell desired state configuration engine
Stars: ✭ 17 (-54.05%)
Mutual labels:  dsc
PS OPNsense
PowerShell Module for OPNsense REST api
Stars: ✭ 27 (-27.03%)
Mutual labels:  cmdlet
xDscDiagnostics
This module contains cmdlets for analyzing DSC event logs.
Stars: ✭ 29 (-21.62%)
Mutual labels:  dsc
DscWorkshop
Blueprint for a full featured DSC project for Push / Pull with or without CI/CD
Stars: ✭ 151 (+308.11%)
Mutual labels:  dsc
redpill
Assist reverse tcp shells in post-exploration tasks
Stars: ✭ 142 (+283.78%)
Mutual labels:  cmdlet
DSIN
Deep Image Compression using Decoder Side Information (ECCV 2020)
Stars: ✭ 39 (+5.41%)
Mutual labels:  dsc
TKViewer
NexusTK DAT Object Viewer
Stars: ✭ 18 (-51.35%)
Mutual labels:  dsc

A collection of useful PowerShell modules and scripts.

Modules

The following modules are available in this repository.

Write-ObjectToSQL

Write-ObjectToSQL PowerShell Gallery

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.

IniManager

IniManager PowerShell Gallery

This module contains 7 cmdlets for managing ini files.

WeatherForecast

Contains a PowerShell class which is used for getting weather forecasts from SMHI (www.smhi.se).

Edit-Command

This module contains a cmdlet which can be used to edit other cmdlets in PowerShell ISE.

Get-IMDBmovie

This module contains a cmdlet for getting information about movies from IMDB.

Get-ParamHelp

This module contains a few cmdlets to make it easier to get help about parameter validation when writing advanced functions in PowerShell.

DSC Resources

The following DSC resource is available in this repository.

cIniFile

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].