Skip to content

Instantly share code, notes, and snippets.

View Jonesie's full-sized avatar
🏠
Working from home

Peter G Jones Jonesie

🏠
Working from home
  • New Zealand
View GitHub Profile
#requires -version 2.0
[CmdletBinding()]
param (
[parameter(Mandatory=$true)]
[ValidatePattern('\.rptproj$')]
[ValidateScript({ Test-Path -PathType Leaf -Path $_ })]
[string]
$Path,
[parameter(