Sep 21 2023 10:16 PM
Hello,
we have yesterday successfully joined devices to the AAD, everything works so far (except Silently Sign In at OneDrive 😉 ) But something else, we also have a local NAS and the drives are not connected properly after every reboot of the user, the access is acknowledged with the error message that the device name is already used. There helps only a net use delete etc. but it would be nice if I do not have to run an extra script before.
Thanks
Sep 21 2023 11:49 PM
SolutionHi @Mykey,
There are a few things you can try to resolve the issue of your local NAS drives not being connected properly after every reboot of the user:
If you are still having problems, you can try the following:
net view
This will list all of the devices on the network. Make sure that the NAS is listed in the output.
net use \\NAS_IP_address\share_name /user:domain_username password
If the command is successful, you should be able to access the NAS drive.
If you are unable to resolve the issue on your own, you may need to contact your IT department for assistance.
Additional steps for trobleshooting:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 21 2023 11:54 PM
Sep 21 2023 11:49 PM
SolutionHi @Mykey,
There are a few things you can try to resolve the issue of your local NAS drives not being connected properly after every reboot of the user:
If you are still having problems, you can try the following:
net view
This will list all of the devices on the network. Make sure that the NAS is listed in the output.
net use \\NAS_IP_address\share_name /user:domain_username password
If the command is successful, you should be able to access the NAS drive.
If you are unable to resolve the issue on your own, you may need to contact your IT department for assistance.
Additional steps for trobleshooting:
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic