Skip to content

Instantly share code, notes, and snippets.

View mapoto's full-sized avatar

Lucky Chandrautama mapoto

View GitHub Profile
@PSingletary
PSingletary / Add-NetworkLocation_function.ps1
Last active June 9, 2024 22:36
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