I am following MS Document to use Kusto in PowerShell,
When ever I run the installation script ,
$packagesRoot = "C:\Myfiles\tools"
dir $packagesRoot\* | Unblock-File
[System.Reflection.Assembly]::LoadFrom("$packagesRoot\Kusto.Data.dll")
I am getting GAC as False and unable to install the Kusto Dll file as below
Please help me.
