Forum Discussion
oryxway
Sep 06, 2022Iron Contributor
Copy files through Intune from network folder to non domain joined device
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,...
Sep 06, 2022
It is some configuration, but you could use this: https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base . 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