Gets the system refresh interval policy of the ESI Service.
Syntax
Get-EmcServicePolicy [-ServiceUrl <String>] [-Silent] [<CommonParameters>]
Parameters
-ServiceUrl <String>
Attributes: Optional, Position: named
Specifies the base URL for the ESI Service. This must contain only the scheme, host, and port. If no value is specified, ESI uses the default of localhost or the value set by using the Set-EmcServiceUrl cmdlet.
-Silent <SwitchParameter>
Attributes: Optional, Position: named
An optional parameter to turn 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-EmcServicePolicy
SystemRefreshIntervalMinutes
----------------------------
30
This example gets the system refresh interval policy of the ESI Service.