Get a customized tour of VisualCron’s automation, integration, and task scheduling capabilities.
Explore VisualCron’s full power at your own pace with a free, all-access trial for 30 days.
# Load the VisualCron API Dlls $VC = [Reflection.Assembly]::LoadFrom("C:\Program Files (x86)\VisualCron\VisualCron.dll"); $VCAPI = [Reflection.Assembly]::LoadFrom("C:\Program Files (x86)\VisualCron\VisualCronAPI.dll"); # Define Client & Server Objects $Global:Client = New-Object -TypeName VisualCronAPI.Client $Global:Server = New-Object -TypeName VisualCronAPI.Server # Define Connection Object $Conn = New-Object -TypeName VisualCronAPI.Connection .... $Global:Server.ImportSettings...
do you know how it works in powershell?something like this?# Load the VisualCron API Dlls $VC = [Reflection.Assembly]::LoadFrom("C:\Program Files (x86)\VisualCron\VisualCron.dll"); $VCAPI = [Reflection.Assembly]::LoadFrom("C:\Program Files (x86)\VisualCron\VisualCronAPI.dll"); # Define Client & Server Objects $Global:Client = New-Object -TypeName VisualCronAPI.Client $Global:Server = New-Object -TypeName VisualCronAPI.Server # Define Connection Object $Conn = New-Object -TypeName VisualCronAPI.Connection .... $Global:Server.ImportSettings... i'm a bit confused
do you know how it works in powershell?something like this?
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.21.87a8d97