< Back

New-DeviceAppManagement_MobileApps_CategoriesReferences

Sat Jan 18, 2020 12:18 pm

NAME New-DeviceAppManagement_MobileApps_CategoriesReferences



SYNOPSIS

Creates a reference from a "mobileApp" to a "microsoft.graph.mobileAppCategory" object.





SYNTAX

New-DeviceAppManagement_MobileApps_CategoriesReferences -mobileAppCategoryReferenceUrl <string> -mobileAppId

<string> [<CommonParameters>]





DESCRIPTION

Creates a reference from the specified "mobileApp" object to a "category".



The list of categories for this app.



Graph Call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/categories/$ref





PARAMETERS

-mobileAppId <string>

A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-mobileAppCategoryReferenceUrl <string>

The URL which should be used to access a "microsoft.graph.mobileAppCategory" object.



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

A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.



System.String

The URL which should be used to access a "microsoft.graph.mobileAppCategory" object.





OUTPUTS





RELATED LINKS

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