Skip to content

el-dud3rino/Get-PasswordFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Get-PasswordFile

Stolen from https://www.auditscripts.com/extracting-windows-passwords-powershell/

.SYNOPSIS

Copies either the SAM or NTDS.dit and system files to a specified directory. 

.PARAMETER DestinationPath

Specifies the directory to the location where the password files are to be copied. 

.OUTPUTS

None or an object representing the copied items. 

.EXAMPLE

Get-PasswordFile "c:\temp"

About

Stolen from https://www.auditscripts.com/extracting-windows-passwords-powershell/

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors