< Back

Update-DeviceAppManagement_TargetedManagedAppConfigurations

Sat Jan 18, 2020 2:16 pm

NAME Update-DeviceAppManagement_TargetedManagedAppConfigurations



SYNOPSIS

Updates a "microsoft.graph.targetedManagedAppConfiguration".





SYNTAX

Update-DeviceAppManagement_TargetedManagedAppConfigurations -targetedManagedAppConfigurationId <string> [-apps

<object[]>] [-assignments <object[]>] [-createdDateTime <DateTimeOffset>] [-customSettings <object[]>]

[-deployedAppCount <int>] [-deploymentSummary <object>] [-description <string>] [-displayName <string>]

[-isAssigned <bool>] [-lastModifiedDateTime <DateTimeOffset>] [-version <string>] [<CommonParameters>]



Update-DeviceAppManagement_TargetedManagedAppConfigurations -ODataType <string> -targetedManagedAppConfigurationId

<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

Updates a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations"

collection.



Targeted managed app configurations.



Graph Call: PATCH ~/deviceAppManagement/targetedManagedAppConfigurations





PARAMETERS

-targetedManagedAppConfigurationId <string>

The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the

"targetedManagedAppConfigurations" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-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? false

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? false

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? false

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? false

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? false

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? false

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? false

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? false

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? false

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? false

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? false

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 ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the

"targetedManagedAppConfigurations" collection.



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