Forum Discussion
Nick_DS
Apr 15, 2021Copper Contributor
Map shared folder using endpoint manager (NO AD involved)
Hi, so I have a couple of dozen users using Microsoft365/Office365 with Premium accounts. So I have setup "Endpoint Manager" to control them, deploy apps... So the company does not have any ki...
Nick_DS
Apr 15, 2021Copper Contributor
Hi,
the laptops are Azure AD joined.
The users are not admins
Applocker? I don't think so
I tried once with a powershell, but it kept complaining it was not signed.
Plus if I have like 30 different users with different passwords, it would take 30 different scripts, no?
They cannot access the mapped drive without a password, because if I would do that everyone without a user/passsword would be able to access it.
the laptops are Azure AD joined.
The users are not admins
Applocker? I don't think so
I tried once with a powershell, but it kept complaining it was not signed.
Plus if I have like 30 different users with different passwords, it would take 30 different scripts, no?
They cannot access the mapped drive without a password, because if I would do that everyone without a user/passsword would be able to access it.
Apr 16, 2021
I did not test this out myself but it's worth a try . the first thing I can come up with:
You will need to create a powershell script for each user (group) to add the credentials to the credential manager one time. It would take some time..
cmdkey /add:sharedmachine /user:domainname\username /pass:password
After the credentials are added you could create a networkdrive like I did with the deliver usfrom hybrid blog
You will need to create a powershell script for each user (group) to add the credentials to the credential manager one time. It would take some time..
cmdkey /add:sharedmachine /user:domainname\username /pass:password
After the credentials are added you could create a networkdrive like I did with the deliver usfrom hybrid blog