Answer the question
In order to leave comments, you need to log in
Why aren't the PowerShell functions from the downloaded ps file being executed?
I'm trying to run any function defined in the file
C:\Program Files\IIS\Microsoft Web Deploy V3\Scripts\BackupScripts.ps1
according to the documentation of
Web Deploy Automatic Backups
powershell swears that the function was not found:
$script = "$($Env:ProgramFiles)\IIS\Microsoft Web Deploy V3\Scripts\BackupScripts.ps1"
& $script
TurnOn-Backups $true
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question