< Back

Remove-DeviceManagement_DeviceCategories

Sat Jan 18, 2020 2:00 pm

NAME Remove-DeviceManagement_DeviceCategories



SYNOPSIS

Removes a "microsoft.graph.deviceCategory" object.





SYNTAX

Remove-DeviceManagement_DeviceCategories -deviceCategoryId <string> [<CommonParameters>]





DESCRIPTION

Removes a "microsoft.graph.deviceCategory" object from the "deviceCategories" collection.



The list of device categories with the tenant.



Graph Call: DELETE ~/deviceManagement/deviceCategories/deviceCategoryId





PARAMETERS

-deviceCategoryId <string>

The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK