MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  • Examples
  • Clear the entire run history
  1. Usage
  2. Cmdlet Reference

Get-RunProfileNames

PreviousGet-RunProfilesNextJoin-CSObject

Last updated 2 years ago

Synopsis

Gets a management agent's run profile names

Syntax

Get-RunProfileNames [-MA] <string> [<CommonParameters>]

Description

The cmdlet returns a list of run profile names for the management agent. These names can be used in calls to the cmdlet

Parameters

-MA <string>

The management agent to get the run profile names from

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

Examples

Clear the entire run history

PS C:\> Get-RunProfileNames ACMA
DI
DS
DIDS
DIFS
FI
FS
FIDS
FIFS
EALL
E1
E10
E100

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see .

Get-RunProfileNames
Start-ManagementAgent
about CommonParameters