Initialize-PpInputObject
Initialize-PpInputObject
SYNOPSIS
Initialize the InputObject object.
SYNTAX
__AllParameterSets
Initialize-PpInputObject
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
Used in PowerPacks to initialize the InputObject object, if it is not already initialized. If you run a PowerPack script locally, then InputObject is null and you can use this function create a obejct to test your script.
The only thing that does not work is CMS functions, because they need a real InputObject object. The message box is also not the real one, but a simple example.