-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ♻️ 📌 UPDATE Get-PASPSMRecording and Get-PASPSMSession Updates functions to behave in the same way as the rest of the module. - Changes functions to use PowerShell `[datetime]` objects instead of expecting UNIX Time values to be provided for the `fromTime` & `toTime` parameters. - Functions now page for all results instead of only returning the first page of results. * ➖ 🗑️ REMOVE `Offset` paramters Redundant `offset` parameters removed. NextLink values for results are always fetched automatically * 📝 🔖 Doc Updates General Updates for new version and new year * ➕ ✨ ADDS Version 14.0 Functions + Updates - `Get-PASPTARiskEvent` - New filter parameters `FromTime` & `ToTime` - Fixes output and result paging - `Set-PASPTARiskEvent` - New parameters `closeReason` & `reasonText` - General Fixes - `New-PASDirectoryMapping` - New parameters `UsedQuota`, `AuthorizedInterfaces` & `EnableENEWhenDisconnected` - `Set-PASDirectoryMapping` - New parameters `UsedQuota`, `AuthorizedInterfaces` & `EnableENEWhenDisconnected` - `Add-PASPTAExcludedTarget` - New command, supported from 14.0 - `Add-PASPTAIncludedTarget` - New command, supported from 14.0 - `Add-PASPTAPrivilegedGroup` - New command, supported from 14.0 - `Add-PASPTAPrivilegedUser` - New command, supported from 14.0 - `Get-PASPTAExcludedTarget` - New command, supported from 14.0 - `Get-PASPTAIncludedTarget` - New command, supported from 14.0 - `Get-PASPTAPrivilegedGroup` - New command, supported from 14.0 - `Get-PASPTAPrivilegedUser` - New command, supported from 14.0 - `Remove-PASPTAExcludedTarget` - New command, supported from 14.0 - `Remove-PASPTAIncludedTarget` - New command, supported from 14.0 - `Remove-PASPTAPrivilegedGroup` - New command, supported from 14.0 - `Remove-PASPTAPrivilegedUser` - New command, supported from 14.0 * Update CHANGELOG.md * UPDATE Get-PASSession Removes `username` from returned output. Purpose of function is to retrieve variable values from the internal module scope. Username is not held in a module scope variable. Functionality and purpose of command remains unchanged * Update CHANGELOG.md * 🐛🚑️FIX Get-PASPlatform Adds `Search` to default `targets` parameterset. * 🔊 FIX ISPSS Error Handling Fixes issue handling errors encountered when operating against ISPSS solutions. Adds logic to handle `ErrorMessage` + `ErrorCode` properties in addition to `error` + `error_description`. * Update CHANGELOG.md * Update CHANGELOG.md * Update 2024-02-01-pspas-release-6-1.md
- Loading branch information
Showing
20 changed files
with
379 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.