Forum Discussion
ABill1
Oct 26, 2023Iron Contributor
Is it possible to disable search location in file explorer voa intune
Hi all, Is it possible to disable the file search bar which allows users to search for locations ie Appdata via intune?
Oct 27, 2023
If the users are already part of an Azure AD Group, then you can use that one
ABill1
Oct 27, 2023Iron Contributor
all users who sign in will be azure ad - what woud I need to change in script
- Oct 27, 2023
Replace $account = "AzureAD\Username" with the SID of the group. Here's a blog that explains you how to get it: https://www.inthecloud247.com/add-an-azure-ad-group-to-the-local-administrators-group-with-microsoft-intune/. So, that would be $account = "AzureAD\S-1-12-1-2934938113-1096209395-2588194479-17890638" for example.