You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a share requires manual authentication e.g. the credentials were not stored in the Windows Credential Manager, the filesystem availability check will fail, which prevents the script from reconnecting an UNC share correctly.
Solution:
remove FSO checks if credentials are passed or determine if FSO access is possible and only do it if so
add functionality to execute net use ?: /delete before reconnecting share
If a share requires manual authentication e.g. the credentials were not stored in the Windows Credential Manager, the filesystem availability check will fail, which prevents the script from reconnecting an UNC share correctly.
Solution:
net use ?: /delete
before reconnecting shareSee also Issue #6.
The text was updated successfully, but these errors were encountered: