Releases: sharefile-org/ShareFile-PowerShell-Module
Releases · sharefile-org/ShareFile-PowerShell-Module
v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
- Switch to using
HttpClient
for sending http requests. - Fixes potential authentication failure when calling
New-SfClient
cmdlet.
v1.0.0
Existing ShareFile PowerShell SnapIn ported to PowerShell Module format.
Includes two modules for different versions of PowerShell:
ShareFile
: For PowerShell 5.X and Net Framework 4.8+.ShareFile-Core
: For PowerShell 7+ and Net 8.0.
To start using, run either Import-Module ShareFile
or Import-Module ShareFile-Core
.