Skip to content

Commit b973e2c

Browse files
authored
Fix new script lines
Some lines were missing the ` marks
1 parent bd5ec11 commit b973e2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

InvokeMasterScript.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted
99
-CloudName "<Replace with your Cloud Name, this is how many data points are pivoted in the views>" `
1010
-Region "<Replace with your region name specified in deploymet>" `
1111
-Fqdn "<Replace with your FQDN which follows the region name in your URL, eg.. azurestack.corp.microsoft.com>" `
12-
-OEM "<Replace with your hardware vendor name>"
12+
-OEM "<Replace with your hardware vendor name>" `
1313
#Uncomment the below 2 lines if using Admin Credentials to gather data
1414
#-azureStackAdminUsername "<Replace with your service admin account to access the admin portal/apis>" `
15-
#-azureStackAdminPassword "<Replace with your service admin password>" `
15+
#-azureStackAdminPassword "<Replace with your service admin password>"
1616
#Uncomment the below 3 lines if using a SPN Cert to gather data
17-
#-CertificateThumbprint "<Replace with the thumbprint of your cert used for SPN>"
18-
#-ApplicationId "<Replace with the ClientID of the SPN>"
17+
#-CertificateThumbprint "<Replace with the thumbprint of your cert used for SPN>" `
18+
#-ApplicationId "<Replace with the ClientID of the SPN>" `
1919
#-TenantId "<Replace with the TenantId for the AzureStack>"
2020

2121

0 commit comments

Comments
 (0)