< Back

Update-DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles

Sat Jan 18, 2020 2:12 pm

NAME Update-DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles



SYNOPSIS

Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".





SYNTAX

Update-DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles -appliedPolicyODataType

<string> -managedAppPolicyId <string> -managedAppRegistrationId <string>

-windowsInformationProtectionAppLockerFileId <string> [-displayName <string>] [-file <byte[]>] [-fileHash

<string>] [-version <string>] [<CommonParameters>]



Update-DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles -appliedPolicyODataType

<string> -managedAppPolicyId <string> -managedAppRegistrationId <string> -ODataType <string>

-windowsInformationProtectionAppLockerFileId <string> [-displayName <string>] [-file <byte[]>] [-fileHash

<string>] [-version <string>] [<CommonParameters>]





DESCRIPTION

Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles"

collection.



Another way to input exempt apps through xml files



Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managed

AppPolicyId}/{appliedPolicyODataType}/exemptAppLockerFiles





PARAMETERS

-windowsInformationProtectionAppLockerFileId <string>

The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles"

collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-managedAppRegistrationId <string>

A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the

"managedAppRegistrations" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-managedAppPolicyId <string>

A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-appliedPolicyODataType <string>

A required type cast for referencing properties that exist only on certain types of

"microsoft.graph.managedAppPolicy" objects.



Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection',

'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy',

'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration',

'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection',

'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection',

'microsoft.graph.iosManagedAppProtection'



Required? true

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.windowsInformationProtectionAppLockerFile" type.



The friendly name



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-fileHash <string>

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



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



SHA256 hash of the file



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-file <byte[]>

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



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



File as a byte array



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.windowsInformationProtectionAppLockerFile" 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.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles"

collection.



System.String

A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the

"managedAppRegistrations" collection.



System.String

A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.



System.String

A required type cast for referencing properties that exist only on certain types of

"microsoft.graph.managedAppPolicy" objects.



Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection',

'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy',

'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration',

'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection',

'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection',

'microsoft.graph.iosManagedAppProtection'



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