Get-InsightsCapabilitySchedule

Gets the schedule for the specified capabilities.

Syntax

Get-InsightsCapabilitySchedule
   [-Name] <String>
   [[-ComputerName] <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

The Get-InsightsCapabilitySchedule cmdlet gets the schedule for the specified capabilities.

Important

Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Examples

Example 1

PS C:\> Get-InsightsCapabilitySchedule -Name "CPU capacity forecasting"

This example gets the schedule for the CPU capacity forecasting capability.

Example 2

PS C:\> Get-InsightsCapability | Get-InsightsCapabilitySchedule

This example uses the Get-InsightsCapability cmdlet and the pipeline operator to get the schedule for all available capabilities.

Parameters

-ComputerName

Specifies a fully qualified domain name (FQDN). If not specified, uses the local computer.

Type:String
Aliases:CN
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Credential

Specifies the credential for accessing the computer specified by the -ComputerName parameter.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies a capability using a capability name.

Type:String
Aliases:N
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

Microsoft.SystemInsights.Management.PowerShell.Capability

You can use the pipeline operator to pass a capability object to the Name parameter.

Outputs

Microsoft.SystemInsights.Management.PowerShell.CapabilitySchedule

The cmdlet returns one or more objects that represent the specified capability schedules.