JavaScript source code to mock-up the file classes File, FileReader and FileWriter, to operate with and handle the access to text files.
A trick to use Java standard output stream and standard error stream in the JavaScript runtime environment.
Combination of different approaches which build a basis, to execute a program unmodified in different system environments, to get system information.
Open blog postJavaScript source code to mock-up the command class, to execute commands of the host operating system.
JavaScript source code for an assert library (called Aromatical), to simplify the build of unit tests for actions.
An approach how to detect if a JavaScript program is running in the context of Aria Automation.
Open blog postTip to detect all properties of the all plugins.
Open blog postJavaScript source code to mock-up the system class (called Muscle). It is a general set of functions for local emulation.
Tip to build local JavaScript runtime environments for simulation purposes.
Open blog postTip to use libraries from other vendors in the JavaScript runtime environment.
Open blog postJavaScript source code to simulate getModule method from System class with Node.js.
Hint to a restriction that should be note when using the where-used list.
Open blog postTip to use C / C++ language with Emscripten and Node.js via WebAssembly.
Open blog postTip to use Java classes with a property, so that a shutter file is not necessary.
Open blog postJavaScript source code to reduce a deep object to one level.
Tip to get access to the file system of a PowerShell container by using dotNET methods.
Open blog postAn example to use external modules, in this case a dotNET assemblies, into the context of JavaScript.
Open blog postListing of undocumented WorkflowItem classes.
Open blog postTips how to individualize the Hands-on Lab environment, to simplify the handling.
Open blog postCode snippets to export configuration elements of the vRO in JSON format.
Open blog postAn approach to use PowerShell classes, on the same way as third-party libraries.
Open blog postAn action to generate XML information about all workflows.
Open blog postAn action to generated XML information about all actions.
Open blog postObservation of automatic Java data type conversion in JavaScript runtime environment.
Open blog postAn unusual way to use binary embedded dotNET assemblies in PowerCLI runtime environment.
Open blog postA tip to get more information about the technical infrastructure of the PowerCLI container.
Open blog postTip to detect the used version of the Rhino engine.
Open blog postJavaScript source code to get the CSP or the refresh token with the Bearer-Token for the Hands-on Lab (HOL).
PowreShell source code to show how to connect vCenter server system in the Hands-on Lab (HOL) via PowerCLI.
JavaScript source code that returns the URLs of all registered vCenter server instances as array of strings.
Cosmetic tip to switch the Google Chrome browser in dark mode and with it the web UI.
Open blog post