PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

A collection of useful PowerShell modules and scripts.

Results 4 PowerShell issues
Sort by recently updated
recently updated
newest added

I had an issue where the first row of my $InputObject had some values that were from the DBNull type, and thus were ignored. By performing this update I was...

When Write-ObjectToSQL when inserting a DateTime, the table is created correctly but subsequent INSERTs rely on DateTime.ToString() ... this has local issues ... (Get-Date).ToString() 21/06/2018 18:33:17 In order to insert...

Hey I have been using your module for a few weeks, it has made my work really simple. So thank you for sharing it. I came across an issue I...

Are the modules and scripts in this repo released under MIT License? a LICENSE file is missing, can it be added? Thanks!