Created
December 1, 2020 06:44
-
-
Save slydlake/80c2775154d01dc6d68e2c0d1c5e254a to your computer and use it in GitHub Desktop.
[CIDEON DLL in other Powershell context] #powershell #VDS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$global:CIDEON_GENERAL_TOOLS = New-Object -TypeName CIDEON.GENERAL.TOOLS.CIDEON_GENERAL_TOOLS | |
$global:CIDEON_VAULT_DOCUMENT_TOOLS = New-Object -TypeName CIDEON.VAULT.DOCUMENT.TOOLS.CIDEON_VAULT_DOCUMENT_TOOLS($VaultConnection) | |
$file = $CIDEON_VAULT_DOCUMENT_TOOLS.CDN_GetLatestFileObjectByMasterFileID($selected.Id); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment