Get-CMComputerAssociation
SYNOPSIS
Haalt Configuration Manager computer associations.
SYNTAX
SearchByName (standaard)
Get-CMComputerAssociation [-DestinationComputer <String>] [-SourceComputer <String>] [-DisableWildcardHandling]
[-ForceWildcardHandling] [<CommonParameters>]
SearchByIdMandatory
Get-CMComputerAssociation -MigrationId <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
[<CommonParameters>]
DESCRIPTION
De Cmdlet Get-CMComputerAssociation haalt computerkoppelingen op. Configuration Manager gebruikt een computer association om de gebruikerstoestand en instellingen te migreren als onderdeel van de implementatie van het besturingssysteem. U kunt een broncomputer, een doelcomputer of beide opgeven. U kunt ook een id gebruiken om een computer association op te geven.
Notitie
Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\>
. Zie Aan de slag voor meer informatie.
EXAMPLES
Voorbeeld 1: Alle computer associations
PS XYZ:\> Get-CMComputerAssociation
Met deze opdracht worden alle computer associations voor Configuration Manager.
Voorbeeld 2: Computer associations voor een bestemmingscomptote op te halen
PS XYZ:\> Get-CMComputerAssociation -DestinationComputer "West155"
Met deze opdracht worden alle computer associations voor de doelcomputer met de naam West155.
Voorbeeld 3: Een computer association op basis van een id
PS XYZ:\> Get-CMComputerAssociation -MigrationId "MID1207"
Met deze opdracht wordt de computer-association met de id MID1207.
PARAMETERS
-DestinationComputer
Hiermee geeft u de naam van een doelcomputer.
Type: String
Parameter Sets: SearchByName
Aliases: RestoreName
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DisableWildcardHandling
Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ForceWildcardHandling
Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MigrationId
Hiermee geeft u de id van een computer association.
Type: String
Parameter Sets: SearchByIdMandatory
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SourceComputer
Hiermee geeft u de naam van een broncomputer.
Type: String
Parameter Sets: SearchByName
Aliases: SourceName
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.