
ShareFile Reset Script v2
Here is V2 of the script, it does reset now the following things:
- User Accounts
- StorageZones
- Appearance Settings
- SSO Settings
The Script is available here:
Blog-Reset-Sharefile
#Workdir #This is where the Script and all Credentials are stored $workDir = "D:\CloudStation\Scripts\ShareFileReset" #Load Accounts $colLabs = Import-Csv "$workDir\StudentAccounts.csv"
You need to modify these lines in order to get the script running.
The CSV needs to be setup as follows
"Account","Login Name","Password" "lab01.sharefile.com","lab01@www.vsqloud.de","Test123"
Pre-Requirements
The Script uses the ShareFile Powershell Snapin available here
[…] ShareFile Reset Script v2 […]