Copy files through Intune from network folder to non domain joined device

Iron Contributor

Trying to copy files from our network to a Azure AD joined laptop which is not on our domain. I tried using Powershell script but since the laptop is not on the domain it is not going to copy it. So, is there any other way we could copy files from our network folder to laptops local temp folder?

 

Thanks in advance

1 Reply
It is some configuration, but you could use this: https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybri... . This way the laptop can access the network folder, but you have a script that runs within the user session on the laptop. So I think a pull works, but a push (network folder/server to laptop) won't