Skip to content

Get common and sometimes not so common usecases and try to simplify/automate them using PowerShell.

License

Notifications You must be signed in to change notification settings

andysvints/PowerShellIT

Repository files navigation

PowerShellIT

Series in which we get common and sometimes not so common usecases and try to simplify/automate them using PowerShell.

PowerShellIT #1 - Distribution Groups Restrictions

Business need to restrict people to send email to specific distribution lists. E.g. Board Members, All Employees etc

PowerShellIT #1

PowershellIT #2 – Remove User Files

Delete all common file types(documents, media and pictures – basically user file), except for protected folders in the C:\windows directory. The intent is to prevent users from saving and retaining files from the web on a publicly accessible computer.

PowerShellIT #2

PowershellIT #3 – User Profile Migration

Perform a backup/migration of files from any laptop to a network drive. copy all files/folders of the user to their new computer. It needs to be able to migrate over printers, stored WiFi connections and browser passwords and settings.

PowerShellIT #3

PowershellIT #4 – Find Duplicate Files

Identify identical files(twins) in the folder. Not just with same metadata (file name, author, file size, timestamps) but truly identical files which have the same content.

PowerShellIT #4

PowershellIT #5 – Check Browser Extensions

Identify installed browser extension for a user. Cover popular browsers: FireFox, Chrome and Edge. It should accept username as input and have parameters to get extensions for all browsers or specified ones. Also it should provide analysis on installed extensions like is it suspicious/malicious etc.

PowerShellIT #5

About

Get common and sometimes not so common usecases and try to simplify/automate them using PowerShell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published