Skip to content

Instantly share code, notes, and snippets.

View NickCrew's full-sized avatar

Nick Ferguson NickCrew

View GitHub Profile
function micro {
[CmdletBinding()]
param(
# The file you want to edit
[Parameter()]
[String]
$Path,
# The scriptblock to get proper folder on the server
[Parameter()]