Update Functions Scripts/Functions.ps1
This commit is contained in:
@@ -16,7 +16,8 @@ Script to hold all functions to make updating other scripts easier
|
|||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
Param(
|
Param(
|
||||||
[Parameter(Mandatory = $false)]
|
[Parameter(Mandatory = $false)]
|
||||||
$PSCPURL = "https://files.gabesville.com/filebrowser/api/raw/Tools%20%26%20Programs/Network/pscp.exe",
|
$PSCPURL = "https://files.gabesville.com/filebrowser/share/aqVyL6Tq",
|
||||||
|
#https://files.gabesville.com/filebrowser/api/raw/Tools%20%26%20Programs/Network/pscp.exe"
|
||||||
[Parameter(Mandatory = $false)]
|
[Parameter(Mandatory = $false)]
|
||||||
$PSCPLOC = "$Env:windir\system32\pscp.exe",
|
$PSCPLOC = "$Env:windir\system32\pscp.exe",
|
||||||
[Parameter(Mandatory = $false)]
|
[Parameter(Mandatory = $false)]
|
||||||
|
|||||||
Reference in New Issue
Block a user