Skip to content

Latest commit

 

History

History
119 lines (85 loc) · 3.28 KB

Get-InsightsCapabilitySchedule.md

File metadata and controls

119 lines (85 loc) · 3.28 KB
description Download Help Link external help file Locale Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.SystemInsights.Management.PowerShell.dll-help.xml
en-US
SystemInsights
06/18/2018
2.0.0
Get-InsightsCapabilitySchedule

Get-InsightsCapabilitySchedule

SYNOPSIS

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
Parameter Sets: (All)
Aliases: CN

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Credential

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

Type: PSCredential
Parameter Sets: (All)
Aliases:

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

-Name

Specifies a capability using a capability name.

Type: String
Parameter Sets: (All)
Aliases: N

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

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.

RELATED LINKS

Get-InsightsCapability

Set-InsightsCapabilitySchedule

Enable-InsightsCapabilitySchedule

Disable-InsightsCapabilitySchedule