How to Handle Microsoft Azure Information Protection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-05-19 11:13 AM
Hello Guys,
We earlier had Titus Classification integrated to Microsoft applications.
I created an object to handle the classification popup.
Now its Microsoft Azure, could not find any documentation anywhere.
Please assist how to handle it for Excel, Outlook and Word.
Regards
------------------------------
BiduraKumar
------------------------------
We earlier had Titus Classification integrated to Microsoft applications.
I created an object to handle the classification popup.
Now its Microsoft Azure, could not find any documentation anywhere.
Please assist how to handle it for Excel, Outlook and Word.
Regards
------------------------------
BiduraKumar
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-05-19 02:00 PM
Hi Bidura,
Could you please provide a little more information:
Whats is Microsoft Azure? Excel, Outlook and Word or Blue Prism.
Are you still experiencing a pop up?
Regards,
------------------------------
James Marsh
Technical Consultant
Blue Prism
Europe/London
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-05-19 08:07 PM
Since my Bots don't use it, I took the route of uninstalling rather then dealing with it. I believe you can also just disable the plugin as well. I hear AIT is going to be bundled into Office one day. Might have to take a different approach like disabling or handling the popups with code when that occurs.
Start-Process -FilePath msiexec.exe -ArgumentList '/q /x {ED162BD2-AE5A-4469-BFE6-155DDFB7C9B8}' -Wait
------------------------------
Philip Trovato
------------------------------
Start-Process -FilePath msiexec.exe -ArgumentList '/q /x {ED162BD2-AE5A-4469-BFE6-155DDFB7C9B8}' -Wait
------------------------------
Philip Trovato
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-05-19 08:56 AM
Apologies I understand what is meant now. Based on what Philip has advised and a quick search in Google, it looks like certain aspects of AIP can be disabled (https://docs.microsoft.com/en-us/azure/information-protection/configure-policy-settings). It could be that your IT Security team come up with a policy purely for Robot Users/VDI's where they disable some of the features as long as your Runtime Resources (Robots) are developed to always assign a protection level to a document.
Perhaps you could also create a new object to handle the popups and if spying of an element fails on retry you attempt to interact with the popup etc.
------------------------------
James Marsh
Technical Consultant
Blue Prism
Europe/London
------------------------------
Perhaps you could also create a new object to handle the popups and if spying of an element fails on retry you attempt to interact with the popup etc.
------------------------------
James Marsh
Technical Consultant
Blue Prism
Europe/London
------------------------------
