Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.92 KB

File metadata and controls

36 lines (26 loc) · 1.92 KB

Powershell-Webex

Powershell centered WebEx scripts. Because the lack of Powershell functionality for WebEx I've created the following scripts which uses WebEx XML API. The reason XML API has been used instead of URL API which is the second API for WebEx integration is basically because in contact with WebEx api/technical support they recommended the XML API because it has more functionality than the URL API and has been developed farther than the URL API.

Summary

The following repository of scripts are created using Powershell and has been based on the Powershell 3.0 version. The scripts has been built for a third-party automation tool and might therefore be built different from what regular powershell scripts look like. All scripts work for themself without the third-party tool.

You can either capsule the scripts into a function or add mandatory=$true in front of the parameters which is required for your script and run the script. If the script requires a specific parameter the parameter will be set to mandatory.

Prerequisits

  • WebEx company site
  • Access to WebEx enterprise settings information
  • Site Admin account

Confirmed versions

The following version of applications required for the scripts to work has been tested and are verified working.

WebEx

Site type Service version Page version Client version
Enterprise WBS32 32.0.6.4 32.0.0.129

Powershell

Powershell Version
3.0

To-do

  • Add synposis to all scripts
  • Update readme file
  • Add more scripts which has to be converted to readable scripts before added

References

Cisco WebEx XML API - Developer site

Cisco WebEx XML API - PDF