Remove cached credentials of network shares
You often ends up with a scenario where you need to use a particular user account to access a network share which was using another account. The below steps cleans up the network shares and remove cached credentials.
1. Delete all network shares using the below command:
net use * /d
1. Delete all network shares using the below command:
net use * /d
2. Purge all unexpired kerberos tickets using the below command:
klist purge
Comments
Post a Comment