< Back

New-DeviceManagement_DetectedApps

Sat Jan 18, 2020 12:22 pm

NAME New-DeviceManagement_DetectedApps



SYNOPSIS

Creates a "microsoft.graph.detectedApp" object.





SYNTAX

New-DeviceManagement_DetectedApps [-deviceCount <int>] [-displayName <string>] [-managedDevices <object[]>]

[-sizeInByte <long>] [-version <string>] [<CommonParameters>]



New-DeviceManagement_DetectedApps -ODataType <string> [-deviceCount <int>] [-displayName <string>]

[-managedDevices <object[]>] [-sizeInByte <long>] [-version <string>] [<CommonParameters>]





DESCRIPTION

Adds a "microsoft.graph.detectedApp" object to the "detectedApps" collection.



The list of detected apps associated with a device.



Graph call: POST ~/deviceManagement/detectedApps





PARAMETERS

-displayName <string>

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



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



Name of the discovered application. Read-only



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-version <string>

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



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



Version of the discovered application. Read-only



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-sizeInByte <long>

The "sizeInByte" property, of type "Edm.Int64".



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



Discovered application size in bytes. Read-only



Required? false

Position? named

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-deviceCount <int>

The "deviceCount" property, of type "Edm.Int32".



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



The number of devices that have installed this application



Required? false

Position? named

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-managedDevices <object[]>

The "managedDevices" property, of type "microsoft.graph.managedDevice".



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



The devices that have the discovered application installed



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ODataType <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-@odata.type <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



This is an alias of the ODataType parameter.



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 "displayName" property, of type "Edm.String".



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



Name of the discovered application. Read-only



System.String

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



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



Version of the discovered application. Read-only



System.Int64

The "sizeInByte" property, of type "Edm.Int64".



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



Discovered application size in bytes. Read-only



System.Int32

The "deviceCount" property, of type "Edm.Int32".



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



The number of devices that have installed this application



System.Object[]

The "managedDevices" property, of type "microsoft.graph.managedDevice".



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



The devices that have the discovered application installed



System.String

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.





OUTPUTS





RELATED LINKS

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