Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration. This reference topic for the information technology (IT) professional provides assistance in utilizing the Windows PowerShell cmdlets to script and automate tasks.
Windows Powershell Interface for StorSimple Hybrid Cloud Storage
This reference provides cmdlet descriptions and syntax for all of the StorSimple Hybrid Cloud Storage cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
Cmdlet | Description |
---|---|
Disables a network interface. |
|
Disables Windows PowerShell remote management. |
|
Disables support access to this device. |
|
Disables the web proxy for the device. |
|
Enables a network interface. |
|
Enables remote Windows PowerShell management. |
|
Enables access to this device for Customer Service and Support. |
|
Enables the web proxy. |
|
Puts a device into maintenance mode. |
|
Used by Microsoft Support to enter into an unrestricted PowerShell runspace for troubleshooting purposes. |
|
Takes a device out of maintenance mode. |
|
Bundles logs into a single .zip file. |
|
Gets the server addresses that a Domain Name System (DNS) client device is configured to use. |
|
Gets the firmware versions of devices and displays the results. |
|
Gets configuration information for a network interface. |
|
Gets URLs of the NTP servers for this device. |
|
Gets the certificate for remote management. |
|
Gets the encrypted password that Customer Service and Support uses to access the device. |
|
Gets system information about this StorSimple device. |
|
Scans for updates. |
|
Gets the current status of updates. |
|
Gets the web proxy configuration. |
|
Gets the version of the Windows Update Agent. |
|
Performs initial configuration and device registration. |
|
Resets one or both controllers to a factory default state. |
|
Restarts a controller. |
|
Sets the server addresses for a Domain Name System (DNS) client device. |
|
Sets the configuration for a single network interface by alias. |
|
Sets the NTP URLs for this device. |
|
Sets the password for a user account. |
|
Generates the certificate for remote management. |
|
Modifies settings for your StorSimple instance. |
|
Sets the web proxy configuration. |
|
Checks whether a device needs a firmware update. |
|
Installs a hotfix on a StorSimple device. |
|
Installs updates. |
|
Stops a controller. |
|
Attempts to synchronize the time to the NTP server. |
|
Validates settings and connection for a cloud storage provider. |
Note |
---|
To list all the cmdlets that are available, use the Get-Command –Module HCS cmdlet.
|
For more information about, or for the syntax of, any of the cmdlets, use the Get-Help <cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets:
? Get-Help <cmdlet name> -Detailed
? Get-Help <cmdlet name> -Examples
? Get-Help <cmdlet name> -Full