Skip to content

Instantly share code, notes, and snippets.

@PSingletary
PSingletary / Add-NetworkLocation_function.ps1
Last active November 16, 2024 08:16
Powershell Function to create a Network Location based on a name and a target path
<#
.SYNOPSIS
create a Network Location based on a name and a target path
.DESCRIPTION
create a Network Location based on a name and a target path
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>
.INPUTS
<Inputs if any, otherwise state None>
.OUTPUTS