Replace invalid character with '
This commit is contained in:
@@ -35,9 +35,9 @@ Function Backup-VCSAToFile {
|
|||||||
-CommonBackup will only backup the config whereas -Fullbackup grabs the historical data as well
|
-CommonBackup will only backup the config whereas -Fullbackup grabs the historical data as well
|
||||||
#>
|
#>
|
||||||
param (
|
param (
|
||||||
[Parameter(ParameterSetName=’FullBackup’)]
|
[Parameter(ParameterSetName='FullBackup')]
|
||||||
[switch]$FullBackup,
|
[switch]$FullBackup,
|
||||||
[Parameter(ParameterSetName=’CommonBackup’)]
|
[Parameter(ParameterSetName='CommonBackup')]
|
||||||
[switch]$CommonBackup,
|
[switch]$CommonBackup,
|
||||||
[ValidateSet('FTPS', 'HTTP', 'SCP', 'HTTPS', 'FTP')]
|
[ValidateSet('FTPS', 'HTTP', 'SCP', 'HTTPS', 'FTP')]
|
||||||
$LocationType = "FTP",
|
$LocationType = "FTP",
|
||||||
|
|||||||
Reference in New Issue
Block a user