Skip to content

Release v1.2

Compare
Choose a tag to compare
@opconWizard opconWizard released this 05 Apr 18:12
· 8 commits to master since this release
3001361

-Reworked parameters for functions to "require" certain parameters
-Rewrote many portions to make the code simpler and more efficient
-Combined functions OpCon_SkipCerts and OpCon_IgnoreSelfSignedCerts to OpCon_SkipCerts. It will take the appropriate action based on your Powershell version
-Added new functions:
OpCon_EventToAPI - Lets you pass traditional OpCon events to the API
OpCon_RunScriptRepositoryScript - Lets you execute a script stored in the OpCon script repository, from your script.
OpCon_GetIncidents - Gets Incidents on a daily job.
OpCon_ManageIncident - Lets you make changes/add incidents to a daily job.
OpCon_GetServiceRequest - New version of an old function using new API endpoints to get the details of a Self Service button.
OpCon_ManageServiceRequestChoice - Another new version of an old function that takes advantage of new API endpoints for managing choice dropdowns on a Self Service button.