Skip to content

First script looks for PII data, second script moves the PII data into a new directory with the same folder structure

Notifications You must be signed in to change notification settings

nutt318/PII_Scanner_And_Mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PII_Scanner_And_Mover

The PowerShell scripts below do a couple of things, the first script looks for PII data (SSN and CC #'s) and writes the file path to a results file. The second script moves those files with PII data into a new directory with the same folder structure. This helps to idenify where something may have gotten moved that shouldnt and instead of putting all files within the same directory it creates that same folder structure.

****Suggestions or edits are welcome!, I'm sure there are impovments that can me made.

PII_Scan.ps1

[Script Here] (https://github.com/nutt318/PII_Scanner_And_Mover/blob/main/PII_Scan.ps1)

PII_Mover.ps1

[Script Here] (https://github.com/nutt318/PII_Scanner_And_Mover/blob/main/PII_Mover.ps1)

About

First script looks for PII data, second script moves the PII data into a new directory with the same folder structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published