Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures ownership type for a device.
Parameter Set: SearchByNameMandatory
Set-CMDeviceOwnership -DeviceName <String[]> -OwnershipType <DeviceOwnershipType> {Company | Personal} [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: SearchByIdMandatory
Set-CMDeviceOwnership -DeviceId <String[]> -OwnershipType <DeviceOwnershipType> {Company | Personal} [-Confirm] [-WhatIf] [ <CommonParameters>]
Parameter Set: SearchByValueMandatory
Set-CMDeviceOwnership -InputObject <IResultObject> -OwnershipType <DeviceOwnershipType> {Company | Personal} [-Confirm] [-WhatIf] [ <CommonParameters>]
The Set-CMDeviceOwnership cmdlet configures ownership type for a modern device. For a personal device, the information gathered is limited, and personal information is not removed during a wipe operation. For a company-owned device, additional information can be gathered and deleted during a wipe operation.
Specifies an array of device IDs.
Aliases |
ResourceId |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies an array of device names.
Aliases |
Name |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies a CMDevice object. To obtain a CMDevice object, use the Get-CMDevice cmdlet.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Specifies the type of ownership for a device. The acceptable values for this parameter are:
-- Company. The device is a company asset.
-- Personal. The device is not a company asset.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
Prompts you for confirmation before running the cmdlet.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? |
false |
Position? |
named |
Default Value |
false |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command identifies the specified device as a company asset.
PS C:\> Set-CMDeviceOwnership -DeviceId "209846738" -OwnershipType Company