Rubrik: Difference between revisions
Jump to navigation
Jump to search
(Created page with "test") |
No edit summary |
||
Line 1: | Line 1: | ||
=Rubrik= | |||
==Useful Commands== | |||
===Connecting to Rubrik via Powershell=== | |||
* Download and install the Rubrik PowerShell addon: | |||
<pre>https://www.rubrik.com/blog/get-started-rubrik-powershell-module/</pre> | |||
* Once downloaded, open PowerShell and connect to your Rubrik: | |||
<pre>$Cred = Get-Credential</pre> | |||
<pre>Connect-Rubrik -Server x.x.x.x -Credential $Cred</pre> |
Revision as of 13:34, 13 August 2019
Rubrik
Useful Commands
Connecting to Rubrik via Powershell
- Download and install the Rubrik PowerShell addon:
https://www.rubrik.com/blog/get-started-rubrik-powershell-module/
- Once downloaded, open PowerShell and connect to your Rubrik:
$Cred = Get-Credential
Connect-Rubrik -Server x.x.x.x -Credential $Cred