Start a Conversation

Unsolved

This post is more than 5 years old

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:

http://en.community.dell.com/techcenter/b/techcenter/archive/2016/05/18/powershell-scripting-options-for-dell-storage

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 Responses!
No Events found!

Top