You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/quick-start.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Secure XML files can only be decrypted by the user account that created them, th
150
150
151
151

152
152
153
-
It is also important to note that these files can only be created on Windows systems. Both PowerShell and PowerShell Core support storing credentials on disk. This functionality is not available on other operating systems because Export-Clixml cannot be used to encrypt credentials as seen in the following screenshot running PowerShell Core on Ubuntu.
153
+
It is also important to note that these files can only be created on Windows systems. Both PowerShell and PowerShell Core support storing credentials on disk. This functionality is not available on other operating systems because `Export-Clixml` cannot be used to encrypt credentials as seen in the following screenshot running PowerShell Core on Ubuntu.
154
154
155
155

156
156
@@ -263,7 +263,7 @@ To get started we will download the Build Validation package and extract it to a
263
263
#### Configure Environment Files
264
264
In the Environment files make sure that the correct IP addresses or FQDNs are listed for both the Rubrik Cluster as well as the vCenter cluster.
265
265
266
-
When specify the credentials, just the filename is required as we will specify the specific path when running the Invoke-Build function.
266
+
When specify the credentials, just the filename is required as we will specify the specific path when running the `Invoke-Build` function.
267
267
268
268
#### Configure Config Files
269
269
In the Config files a number of configuration options are available:
This will select a random virtual machine and create a `config.json` which can then be used for backup validation.
372
372
373
373
### Run `Invoke-Build`
374
-
Once the Environment, Config, and Identity requirements are met, use the Invoke-Build function to execute a build. Here is a sample command using a PowerShell technique called splatting to store the parameters and arguments and execute `Invoke-Build`.
374
+
Once the Environment, Config, and Identity requirements are met, use the `Invoke-Build` function to execute a build. Here is a sample command using a PowerShell technique called splatting to store the parameters and arguments and execute `Invoke-Build`.
0 commit comments