< Back

New-DeviceAppManagement_MobileAppConfigurations

Sat Jan 18, 2020 12:17 pm

NAME New-DeviceAppManagement_MobileAppConfigurations



SYNOPSIS

Creates a "microsoft.graph.managedDeviceMobileAppConfiguration" object.





SYNTAX

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

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

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

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



New-DeviceAppManagement_MobileAppConfigurations -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>]



New-DeviceAppManagement_MobileAppConfigurations -ODataType <string> [-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

Adds a "microsoft.graph.managedDeviceMobileAppConfiguration" object to the "mobileAppConfigurations" collection.



The Managed Device Mobile Application Configurations.



Graph call: POST ~/deviceAppManagement/mobileAppConfigurations





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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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? true (ByPropertyName)

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



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



the associated app.



System.DateTimeOffset

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



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



DateTime the object was created.



System.String

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



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



Admin provided description of the Device Configuration.



System.DateTimeOffset

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



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



DateTime the object was last modified.



System.String

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



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



Admin provided name of the device configuration.



System.Int32

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



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



Version of the device configuration.



System.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.



System.Object[]

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



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



List of ManagedDeviceMobileAppConfigurationDeviceStatus.



System.Object[]

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



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



List of ManagedDeviceMobileAppConfigurationUserStatus.



System.Object

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



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



App configuration device status summary.



System.Object

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



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



App configuration user status summary.



System.Byte[]

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



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



mdm app configuration Base64 binary.



System.Object[]

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



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



app configuration setting items.



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