win_mapped_drive - refactor module and docs (#48642)

* win_mapped_drive - refactor module and docs

* Updated code to work with become and split tokens

* use win_credential_manager instead of cmdkey

* updated credential manager module name

* harden the system token impersonation process
This commit is contained in:
Jordan Borean
2018-11-22 08:12:41 +10:00
committed by GitHub
parent 8e92cca139
commit a568bbed3c
5 changed files with 760 additions and 109 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_mapped_drive - Updated win_mapped_drive to use the proper Win32 APIs and updated documentation for proper usage