< Back
New-DeviceManagement_DetectedApps_ManagedDevicesReferences
Post
NAME New-DeviceManagement_DetectedApps_ManagedDevicesReferences
SYNOPSIS
Creates a reference from a "detectedApp" to a "microsoft.graph.managedDevice" object.
SYNTAX
New-DeviceManagement_DetectedApps_ManagedDevicesReferences -detectedAppId <string> -managedDeviceReferenceUrl
<string> [<CommonParameters>]
DESCRIPTION
Creates a reference from the specified "detectedApp" object to a "managedDevice".
The devices that have the discovered application installed
Graph Call: POST ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices/$ref
PARAMETERS
-detectedAppId <string>
A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-managedDeviceReferenceUrl <string>
The URL which should be used to access a "microsoft.graph.managedDevice" 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.detectedApp" object in the "detectedApps" collection.
System.String
The URL which should be used to access a "microsoft.graph.managedDevice" object.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK
SYNOPSIS
Creates a reference from a "detectedApp" to a "microsoft.graph.managedDevice" object.
SYNTAX
New-DeviceManagement_DetectedApps_ManagedDevicesReferences -detectedAppId <string> -managedDeviceReferenceUrl
<string> [<CommonParameters>]
DESCRIPTION
Creates a reference from the specified "detectedApp" object to a "managedDevice".
The devices that have the discovered application installed
Graph Call: POST ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices/$ref
PARAMETERS
-detectedAppId <string>
A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-managedDeviceReferenceUrl <string>
The URL which should be used to access a "microsoft.graph.managedDevice" 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.detectedApp" object in the "detectedApps" collection.
System.String
The URL which should be used to access a "microsoft.graph.managedDevice" object.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK