Cmdlets for Microsoft Management Console
The following list identifies the cmdlets that you can use when interacting with Microsoft Management Console (MMC).
- Clear-FcmMmcManagedCapacityHistory
- Clear-FcmMmcScheduledActivityHistory
- Disable-FcmMmcSchedule
- Enable-FcmMmcSchedule
- Get-FcmMmcActivity
- Get-FcmMmcComputerInformation
- Get-FcmMmcManagedCapacityHistory
- Get-FcmMmcReport
- Get-FcmMmcSchedule
- Get-FcmMmcScheduledActivity
- New-FcmMmcSchedule
- Remove-FcmMmcSchedule
- Set-FcmMmcSchedule
- Start-FcmMmcSchedule
To view the details about a specific cmdlet, run the Get-Help cmdlet with the
cmdlet name. For example:
Get-Help New-FcmMmcSchedule To continue the
example, to see examples for the cmdlet, enter:
get-help New-FcmMmcSchedule -examples For more
information, enter:
get-help New-FcmMmcSchedule -detailed For
technical information, enter:
get-help New-FcmMmcSchedule -full For online
product information, enter:
get-help New-FcmMmcSchedule -online For
information about a specific parameter, enter:
help New-FcmMmcSchedule -Parameter backupdestination
To display the help in a separate window, include the -showwindow parameter with the help
command.