Set-EmcServicePolicy (ESI Service)

Sets the system refresh interval service policy for the ESI Service.

 

Syntax

Set-EmcServicePolicy -RefreshIntervalInMinutes <Int32> [-ServiceUrl <String>] [-Silent] [<CommonParameters>]

 

Parameters

-RefreshIntervalInMinutes <Int32>

Attributes: Required, Position: named

Specifies the system refresh interval in minutes.

 

-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

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>Set-EmcServicePolicy -RefreshIntervalInMinutes 5

This example sets the system refresh interval policy to five minutes for the ESI Service.