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
Copy file name to clipboardExpand all lines: docs/quick-start.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ The code assumes that you have already deployed at least one Rubrik cluster into
13
13
14
14
*The module has been written with PowerShell support in mind. For best performance and compatibility, the most recent release of PowerShell is recommended when using the Rubrik SDK for PowerShell.*
15
15
16
+
16
17
# Installation
17
18
18
19
The Rubrik SDK for PowerShell project contains a folder named [Rubrik](https://github.com/rubrikinc/rubrik-sdk-for-powershell/tree/master/Rubrik). The folder needs to be installed into one of your PowerShell Module Paths using one of the installation options outlined below. To see the full list of available PowerShell Module paths, use `$env:PSModulePath.split(';')` in a PowerShell console.
@@ -28,7 +29,7 @@ Common PowerShell module paths include:
28
29
1. Ensure you have the [Windows Management Framework 5.0](htps://www.microsoft.com/en-us/download/details.aspx?id=50395) or greater installed.
29
30
1. Open a PowerShell console with the Run as Administrator option.
30
31
1. Run `Set-ExecutionPolicy` using the parameter RemoteSigned or Bypass.
31
-
1. Run `Install-Module -Name Rubrik -Scope CurrentUser` to download the module from the PowerShell Gallery. Note that the first time you install from the remote repository it may ask you to first trust the repository.
32
+
1. Run `Install-Module -Name Rubrik -Scope CurrentUser` to download the module from the PowerShell Gallery. Note that the first time you install from the remote repository it may ask you to first trust the repository. If you receive the following error message 'WARNING: Source Location 'https://...' ensure that PowerShell is configured with TLS 1.2 by running: `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
32
33
1. Alternatively `Install-Module -Name Rubrik -Scope AllUsers` can be execute be used if you would like to install the module for all users on the current system.
33
34
34
35
## Option 2: Installer Script
@@ -347,5 +348,7 @@ Rubrik prides itself upon its API-first architecture, ensuring everything availa
0 commit comments