-
-
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-PASSession Changes the way module scope information is stored and provided into the local scope of a user. - Individual Script scope variables become properties of a single script scope object. - additional information is available to the user - authentication time - session length - last command and result data Update includes module wide changes to adopt new functionality. * ✅➕UPDATE Get-PASSession Update ensures any null values are reported, as well as output not being a reference to the module scope variables Adds `Get-SessionClone` which creates deserialized clones of module scope variables * 🚸⚗️Automatically Invoke PSM Connections RDP and PSMGW connections will be automatically opened when issuing `New-PASPSMSession` connection request. Adds code to output an especially formed html page to provide ability to initiate PSMGW connections, sending a POST request containing the PSMGWRequest to the PSMGWURL. * ⏪ UPDATE Get-SessionClone Undoing some code that deserialized the content of the output key values as it stopped some module functionality from working as expected. * UPDATE New-PASSession Adds logic around getting the logged on user name. Current logged on user details are not able to be queried in recent versions of privilege cloud. If the username is not able to be retrieved, the username from the used credential object is used instead. For other scenarios where the credential object cannot be used, the username is returned as a null value. * UPDATE Get-PASSession Adds `LastError` & `LastErrorTime` to output reported by `Get-PASSession`. Whenever an error is encountered executing a psPAS command, it will be stored in the script scope object for easy retrieval and review in case correct parsing of the error is not possible or the error is reported clearly in the console. * Update *-PASGroup* Commands Standardises commands to accept numerical `GroupID` via the `ID` parameter. Where parameter name has been changed from `GroupID` to `ID`, an alias for `GroupID` has been added to prevent breaking changes * Update psPAS.CyberArk.Vault.PSM.Formats.ps1xml Adds `Start` & `End` to standard table view output Formats `Start` & `End` as standard datetime instead of unixtime * Update CHANGELOG.md * Create 2024-02-20-pspas-release-6-2.md * Update CHANGELOG.md version bump * Update appveyor.yml version bump
- Loading branch information
Showing
368 changed files
with
4,050 additions
and
1,785 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
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.