If I delete a user and then create a new account with the same username and password, would the sid and permissions stay the same?
Answer Posted / Dushyant Prakash
In Windows Server, when you delete a user account, the Security Identifier (SID) is still associated with the deleted account. If you create a new account with the same username and password, it will have a new SID, and therefore, would not inherit the permissions of the original deleted account. However, you can manually assign the same permissions to the new account if desired.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers