< Back
New-DetectedAppObject
Post
NAME New-DetectedAppObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).
SYNTAX
New-DetectedAppObject [-deviceCount <int>] [-displayName <string>] [-managedDevices <object[]>] [-sizeInByte
<long>] [-version <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).
A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices
marked as corporate owned.
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? false
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? false
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? false
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? false
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? 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
SYNOPSIS
Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).
SYNTAX
New-DetectedAppObject [-deviceCount <int>] [-displayName <string>] [-managedDevices <object[]>] [-sizeInByte
<long>] [-version <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).
A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices
marked as corporate owned.
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? false
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? false
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? false
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? false
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? 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