Skip to content
Peter Schulz edited this page Mar 21, 2015 · 31 revisions

Welcome to the ShareFile PowerShell SDK wiki

This wiki provides examples for using the PowerShell SDK.

Click Getting Started and we will walk you through the basics or look below for a sample script that sounds similar to what you would like to do.

#Sample Scripts

  • General

  • User Provisioning

    • Create Users View / Download - This script takes an exported list of contacts (in CSV format) and loads these contacts into your account as client users as well as the Shared Address Book.
    • Delete Users View / Download - This script will delete users from a .csv file and can be used in conjunction with the Find Disabled Users script.
  • Reporting

    • Storage Report View / Download - This script will output storage details for all items in shared folders and user home folders stored in the account.
    • Find Disabled Users View / Download - This script can be used to find all the disabled users in an account, and then it exports the users to a file. It can be modified to find all users with a specific attribute.
    • Find Users by Company View / Download - This script will return all users matching a passed in company name.

Note: The download links above will link directly to the script, but you may need to right-click and select Save As to save it to your local drive.

Clone this wiki locally