Set-CMDeviceOwnership

Set-CMDeviceOwnership

Configures ownership type for a device.

Syntax

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>]

Detailed Description

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.

Parameters

-DeviceId<String[]>

Specifies an array of device IDs.

Aliases

ResourceId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DeviceName<String[]>

Specifies an array of device names.

Aliases

Name

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

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

-OwnershipType<DeviceOwnershipType>

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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

<CommonParameters>

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).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Identify a device as a company asset

This command identifies the specified device as a company asset.

PS C:\> Set-CMDeviceOwnership -DeviceId "209846738" -OwnershipType Company

Invoke-CMDeviceWipe

Get-CMDevice