< Back

New-ManagedDeviceMobileAppConfigurationObject

Sat Jan 18, 2020 12:36 pm

NAME New-ManagedDeviceMobileAppConfigurationObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfiguration" (or one of its

derived types).





SYNTAX

New-ManagedDeviceMobileAppConfigurationObject [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]

[-description <string>] [-deviceStatuses <object[]>] [-deviceStatusSummary <object>] [-displayName <string>]

[-lastModifiedDateTime <DateTimeOffset>] [-targetedMobileApps <string[]>] [-userStatuses <object[]>]

[-userStatusSummary <object>] [-version <int>] [<CommonParameters>]



New-ManagedDeviceMobileAppConfigurationObject -iosMobileAppConfiguration <SwitchParameter> [-assignments

<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-deviceStatuses <object[]>]

[-deviceStatusSummary <object>] [-displayName <string>] [-encodedSettingXml <byte[]>] [-lastModifiedDateTime

<DateTimeOffset>] [-settings <object[]>] [-targetedMobileApps <string[]>] [-userStatuses <object[]>]

[-userStatusSummary <object>] [-version <int>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfiguration" (or one of its

derived types).



An abstract class for Mobile app configuration for enrolled devices.





PARAMETERS

-targetedMobileApps <string[]>

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



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



the associated app.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



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



DateTime the object was created.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

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



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



Admin provided description of the Device Configuration.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



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



DateTime the object was last modified.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

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



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



Admin provided name of the device configuration.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-version <int>

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



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



Version of the device configuration.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-assignments <object[]>

The "assignments" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".



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



The list of group assignemenets for app configration.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceStatuses <object[]>

The "deviceStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".



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



List of ManagedDeviceMobileAppConfigurationDeviceStatus.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userStatuses <object[]>

The "userStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".



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



List of ManagedDeviceMobileAppConfigurationUserStatus.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceStatusSummary <object>

The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".



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



App configuration device status summary.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userStatusSummary <object>

The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".



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



App configuration user status summary.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-iosMobileAppConfiguration <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosMobileAppConfiguration" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-encodedSettingXml <byte[]>

The "encodedSettingXml" property, of type "Edm.Binary".



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



mdm app configuration Base64 binary.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-settings <object[]>

The "settings" property, of type "microsoft.graph.appConfigurationSettingItem".



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



app configuration setting items.



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