Unsolved
This post is more than 5 years old
43 Posts
0
2507
July 30th, 2017 14:00
Dell Storage PowerShell SDK Script to restart Secure Console on Dell|Compellent SAN
Dell Storage PowerShell SDK was released with the new Dell Storage Manager, and has added multiple new commands. You can reference this post covering this software:
To restart Secure Console in Dell Storage PowerShell SDK:
Import-Module (Location of PowerShell SDK) "C:\API\DellStoragePowerShellSDK_v3_4_1_23\DellStorage.ApiCommandSet.psd1"
$user =
$em =
$pass = ConvertTo-SecureString -AsPlainText -Force
$conn = Connect-DellApiConnection -HostName $em -User $user -password $pass
Restart-DellScSshSettings -Connection $conn -Instance -Confirm:$false
No Events found!