Skip to content
Peter Schulz edited this page Aug 4, 2014 · 31 revisions

Welcome to the ShareFile PowerShell SDK wiki

This wiki provides examples for using the PowerShell SDK.

Note: For the sample scripts, you can click on the link to view the script or right-click and select "Save As..." to download the script.

  • Sample Scripts
    • Find Disabled Users - 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.
    • Delete Users - This script can be used in conjunction with the Find Disabled Users script to delete users in the exported csv file.
    • Find Users by Company - This script will return all users matching a passed in company name.
Clone this wiki locally