Remove-StatInterval

This cmdlet removes the statistics interval specified by the provided sampling period or name.

Syntax

-Interval  <StatInterval[]>
[[-Server]  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Interval
StatInterval[] named
  • pipeline
  • Specifies the statistics intervals you want to remove. The values of this parameter can be statistics interval objects, names, or refresh periods in seconds.
    optional
    Server
    VIServer[] 1
  • wildcards
  • pipeline
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

    Output

    Examples


    Example 1

    Remove-StatInterval -Interval *

    Removes all the statistics intervals. Note that deleting statistics intervals is allowed only on VirtualCenter 2.0.

    Related Commands

    Feedback

    Was this page helpful?