Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ scans Public

Scanning setup utility written in PowerShell and compiled with PS2EXE for quick usage in the field.

Notifications You must be signed in to change notification settings

mstrhakr/scans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

Scanning Setup Utility

The Basics

To run, paste the following into an admin powershell window.

irm https://raw.githubusercontent.com/mstrhakr/scans/main/scans.ps1 | iex

This script completely setups the user environment to allow a quick scan to SMB setup

This includes:

  • Creating or updating the scans user account
  • Creating the scans folder at C:\scans (by default)
  • Setting local permissions for the scans folder
  • Sharing the scans folder via SMB as scans (by default)
  • Setting SMB permissions for the SMB share
  • Creating a desktop shortcut to the scans folder
  • Setting the Network Category to Private
  • Enable File and Folder Sharing
  • Enable Network Discovery

All you have to do is follow the prompts, it's as easy as that.

First choose the inputs, the password is randomly generated at 10 characters long.

Setup

Then if you want choose to disable any of the options on the settings page.

Settings

Then wait for the utility to complete all the required changes to your system.

Loading

When the utility is finished, click 'Done' to close the window.

Finished

About

Scanning setup utility written in PowerShell and compiled with PS2EXE for quick usage in the field.

Resources

Stars

Watchers

Forks