Gets the specific software version of ESI that is installed.
Syntax
Get-EmcStorageIntegratorVersion
[-Silent] [<CommonParameters>]
Description
Gets EMC Storage Integrator version details including: product name, product version, and company name.
Parameters
-Silent <SwitchParameter>
Attributes: Optional, Position: named
Turns off all the informational and verbose messages. However, it still displays errors.
<CommonParameters>
This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.
Examples
-------------- Example 1 --------------
C:\PS>Get-EmcStorageIntegratorVersion
Product Name : EMC Storage Integrator(x64)
Product Version : 3.5.315
Product Company : EMC
This example displays the specific software version of ESI that is installed.