MyITProcessAPI Module
Description
This PowerShell module acts as a wrapper for the MyITProcess API.
MyITProcessAPI Cmdlets
Add-MyITProcessAPIKey
Sets your API key used to authenticate all API calls.
Add-MyITProcessBaseURI
Sets the base URI for the MyITProcess API connection.
ConvertTo-MyITProcessQueryString
Converts uri filter parameters
Export-MyITProcessModuleSettings
Exports the MyITProcess BaseURI, API, & JSON configuration information to file.
Get-MyITProcessAPIKey
Gets the MyITProcess API key global variable.
Get-MyITProcessBaseURI
Shows the MyITProcess base URI global variable.
Get-MyITProcessClients
Lists all clients (both active and inactive)
Get-MyITProcessFindings
List all findings
Get-MyITProcessInitiatives
List of initiatives
Get-MyITProcessMeetings
List of meetings
Get-MyITProcessModuleSettings
Gets the saved MyITProcess configuration settings
Get-MyITProcessRecommendations
List of recommendations
Get-MyITProcessReviews
List of reviews
Get-MyITProcessUsers
List of users
Import-MyITProcessModuleSettings
Imports the MyITProcess BaseURI, API, & JSON configuration information to the current session.
Invoke-MyITProcessRequest
Makes an API request
Remove-MyITProcessAPIKey
Removes the MyITProcess API key global variable.
Remove-MyITProcessBaseURI
Removes the MyITProcess base URI global variable.
Remove-MyITProcessModuleSettings
Removes the stored MyITProcess configuration folder.
Test-MyITProcessAPIKey
Test the MyITProcess API key.