Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
PowerShell has been growing in popularity since it became an open-source and cross-platform language in 2016. It's ability to pipe the output of one command into the input of the next command enables developers to get a lot accomplished with a single...
Many of the customers that I speak to are looking for a way to standardize and automate more of their IT operations. Most feel ready to tackle automation but feel that infrastructure as code (IaC) is too large of a leap for their organization. Terraf...
PowerShell has been growing in popularity since it became an open-source and cross-platform language in 2016. It's ability to pipe the output of one command into the input of the next command enables developers to get a lot accomplished with a sin...
I had been using Intersight for months before I realized Intersight maintained persistent records of every action taken within Intersight. These records are kept in the Audit Logs. These records include the create, update, and delete operations fo...
It's easy to forget that a product with a nice user interface such as Intersight also has a robust API. In fact, the user interface is actually a subset of Intersight's capabilities. You can use the API to automate some tasks, define your entire infr...
@jskizel12 what issue are you having? You can read more about authentication here: https://github.com/CiscoDevNet/intersight-powershell#authentication
Make sure you're setting up the ApiParams as shown below. This snippet is taken from the api_config...
In the meantime, you can install Java in a directory path that has no spaces to work around the issue. For example:c:\Java\jre7This will give you KVM access again.