Today: October 2, 2025 5:42 am
A collection of Software and Cloud patterns with a focus on the Enterprise

Tag: net use


Recently I’ve been accessing a lot of network resources from Windows. This is pretty easy in principle, but can become complicated when there are various credentials available, and each set of credentials provides a different level of access. For example, a single share may have two different levels of access based on two unique usernames and their corresponding passwords. The first provides read only access, the second provides full write access. There may be times that it’s desirable to be connected read only and other cases where you require full write access. That’s......

Continue Reading