< Back
New-DeviceAppManagement_TargetedManagedAppConfigurations
Post
NAME New-DeviceAppManagement_TargetedManagedAppConfigurations
SYNOPSIS
Creates a "microsoft.graph.targetedManagedAppConfiguration" object.
SYNTAX
New-DeviceAppManagement_TargetedManagedAppConfigurations [-apps <object[]>] [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-customSettings <object[]>] [-deployedAppCount <int>] [-deploymentSummary
<object>] [-description <string>] [-displayName <string>] [-isAssigned <bool>] [-lastModifiedDateTime
<DateTimeOffset>] [-version <string>] [<CommonParameters>]
New-DeviceAppManagement_TargetedManagedAppConfigurations -ODataType <string> [-apps <object[]>] [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-customSettings <object[]>] [-deployedAppCount <int>]
[-deploymentSummary <object>] [-description <string>] [-displayName <string>] [-isAssigned <bool>]
[-lastModifiedDateTime <DateTimeOffset>] [-version <string>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.targetedManagedAppConfiguration" object to the "targetedManagedAppConfigurations"
collection.
Targeted managed app configurations.
Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations
PARAMETERS
-deployedAppCount <int>
The "deployedAppCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Count of apps to which the current policy is deployed.
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-isAssigned <bool>
The "isAssigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Indicates if the policy is deployed to any inclusion groups or not.
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-apps <object[]>
The "apps" property, of type "microsoft.graph.managedMobileApp".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
List of apps to which the policy is deployed.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-deploymentSummary <object>
The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to deployment summary of the configuration.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-customSettings <object[]>
The "customSettings" property, of type "microsoft.graph.keyValuePair".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped,
unalterned by this service
Required? false
Position? named
Default value
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.targetedManagedAppConfiguration" type.
Policy display name.
Required? false
Position? named
Default value
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.targetedManagedAppConfiguration" type.
The policy's description.
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.targetedManagedAppConfiguration" type.
The date and time the policy 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
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Last time the policy was 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
-version <string>
The "version" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Version of the entity.
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.Int32
The "deployedAppCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Count of apps to which the current policy is deployed.
System.Boolean
The "isAssigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Indicates if the policy is deployed to any inclusion groups or not.
System.Object[]
The "apps" property, of type "microsoft.graph.managedMobileApp".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
List of apps to which the policy is deployed.
System.Object
The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to deployment summary of the configuration.
System.Object[]
The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
System.Object[]
The "customSettings" property, of type "microsoft.graph.keyValuePair".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped,
unalterned by this service
System.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Policy display name.
System.String
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
The policy's description.
System.DateTimeOffset
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
The date and time the policy was created.
System.DateTimeOffset
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Last time the policy was modified.
System.String
The "version" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Version of the entity.
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
SYNOPSIS
Creates a "microsoft.graph.targetedManagedAppConfiguration" object.
SYNTAX
New-DeviceAppManagement_TargetedManagedAppConfigurations [-apps <object[]>] [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-customSettings <object[]>] [-deployedAppCount <int>] [-deploymentSummary
<object>] [-description <string>] [-displayName <string>] [-isAssigned <bool>] [-lastModifiedDateTime
<DateTimeOffset>] [-version <string>] [<CommonParameters>]
New-DeviceAppManagement_TargetedManagedAppConfigurations -ODataType <string> [-apps <object[]>] [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-customSettings <object[]>] [-deployedAppCount <int>]
[-deploymentSummary <object>] [-description <string>] [-displayName <string>] [-isAssigned <bool>]
[-lastModifiedDateTime <DateTimeOffset>] [-version <string>] [<CommonParameters>]
DESCRIPTION
Adds a "microsoft.graph.targetedManagedAppConfiguration" object to the "targetedManagedAppConfigurations"
collection.
Targeted managed app configurations.
Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations
PARAMETERS
-deployedAppCount <int>
The "deployedAppCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Count of apps to which the current policy is deployed.
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-isAssigned <bool>
The "isAssigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Indicates if the policy is deployed to any inclusion groups or not.
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-apps <object[]>
The "apps" property, of type "microsoft.graph.managedMobileApp".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
List of apps to which the policy is deployed.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-deploymentSummary <object>
The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to deployment summary of the configuration.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-customSettings <object[]>
The "customSettings" property, of type "microsoft.graph.keyValuePair".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped,
unalterned by this service
Required? false
Position? named
Default value
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.targetedManagedAppConfiguration" type.
Policy display name.
Required? false
Position? named
Default value
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.targetedManagedAppConfiguration" type.
The policy's description.
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.targetedManagedAppConfiguration" type.
The date and time the policy 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
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Last time the policy was 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
-version <string>
The "version" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Version of the entity.
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.Int32
The "deployedAppCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Count of apps to which the current policy is deployed.
System.Boolean
The "isAssigned" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Indicates if the policy is deployed to any inclusion groups or not.
System.Object[]
The "apps" property, of type "microsoft.graph.managedMobileApp".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
List of apps to which the policy is deployed.
System.Object
The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to deployment summary of the configuration.
System.Object[]
The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Navigation property to list of inclusion and exclusion groups to which the policy is deployed.
System.Object[]
The "customSettings" property, of type "microsoft.graph.keyValuePair".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped,
unalterned by this service
System.String
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Policy display name.
System.String
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
The policy's description.
System.DateTimeOffset
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
The date and time the policy was created.
System.DateTimeOffset
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Last time the policy was modified.
System.String
The "version" property, of type "Edm.String".
This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.
Version of the entity.
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