< Back

New-DeviceCategoryObject

Sat Jan 18, 2020 12:19 pm

NAME New-DeviceCategoryObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.deviceCategory" (or one of its derived types).





SYNTAX

New-DeviceCategoryObject [-description <string>] [-displayName <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.deviceCategory" (or one of its derived types).



Device categories provides a way to organize your devices. Using device categories, company administrators can

define their own categories that make sense to their company.These categories can then be applied to a device in

the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic

Azure Active Directory device groups based on device categories.





PARAMETERS

-displayName <string>

The "displayName" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceCategory" type.



Display name for the device category.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

The "description" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceCategory" type.



Optional description for the device category.



Required? false

Position? named

Default value

Accept pipeline input? false

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



OUTPUTS





RELATED LINKS