Set-CMMigrationExclusionList
Edits the global exclusion list for migration jobs.
Syntax
Set-CMMigrationExclusionList
-Name <String>
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-CMMigrationExclusionList cmdlet edits the global exclusion list for migration jobs in Configuration Manager.
For a collection-based migration, you specify one or more collections to migrate. For each collection that you specify, the migration job automatically selects all related objects for migration. Objects on the exclusion list are available for migration, but Configuration Manager does not automatically include these objects when you create a new collection-based migration job.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Specify a migration exclusion list
PS XYZ:\> Set-CMMigrationExclusionList -Name "ContosoUsersWest01"
This command adds the objects in the array ContosoUsersWest01 to the migration exclusion list.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies an array of objects that you exclude by default from collection-based migration jobs.
Type: | String |
Aliases: | EntityName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object