Testing Software-Shop Folders

Tests if the specified Software-Shop Folder Object(s) exist, and returns true if the test succeeds and false if it fails.


Examples:


Hint: The execution of these examples requires a connected PowerShell drive.


In the most trivial example, you can test through calling Test-EmdbSoftwareShopUIFolder without any parameters, if at least one Software-Shop Folder exists in your environment:


Test-EmdbSoftwareShopUIFolder


The following example checks, if the Software-Shop Folder "Tools" exists:


Test-EmdbSoftwareShopUIFolder "Tools"


Note: Note that Software-Shop Folder-objects are not part of the context rootDSE and therefore they can be referenced without a full qualified path resp. an absolute path.