Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting ACL using Intune Endpoint Analytics Proactive Remediations-SysManSquad | Systems Management Squad #10

Open
utterances-bot opened this issue Sep 13, 2022 · 2 comments

Comments

@utterances-bot
Copy link

Setting ACL using Intune Endpoint Analytics Proactive Remediations-SysManSquad | Systems Management Squad

A community blog and subsidiary of WinAdmins.io

https://sysmansquad.com/2020/07/27/setting-acl-using-intune-endpoint-analytics-proactive-remediations/

Copy link

Hi,
by default, the users have no access to write or create fie in root C:\ drive, they are only have a create folder permission. But we have some users who migrated their laptops from "old word" to Intune and they can write and create files in root C:. Is there any Intune policy for setting the ACL and prevent the write access for root C:\ ? Or we need to use the proactive remediation for it? Thank you in advance!

Copy link

Whos adam gross!

I wrapped the script in the below to stop errors when it doesn't exist

Discovery

$Folder = 'C:\Test'
if (Test-Path -Path $Folder) {

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants