updated script to point to new file

This commit is contained in:
Martino
2022-06-21 11:43:21 -04:00
parent a58e74829c
commit 5aaab09a7a
2 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ param (
# Privileges are specified in a text file, one per line, in the format understood by PowerCLI and vSphere
# Will read them into a variable, so make sure this file is present in the same folder as this script
$Privileges = Get-Content .\zerto_vcenter_role_least_privileges.txt
$Privileges = Get-Content .\zerto-role-least-privileges-vCenter7.txt
# One requirement is that you already have PowerCLI connected to a vCenter (i.e., using Connect-VIServer) which will mean the PowerCLI module is loaded
# Verify PowerCLI Connectivity, otherwise throw an error and exit