kusto-rest
1.5
this script will setup Microsoft.IdentityModel.Clients Msal for use with powershell 5.1, 6, and 7
KustoObj will be created as $global:kusto to hold properties and run methods from
use the following to save and pass arguments:
[net.servicePointManager]::Expect100Continue = $true;[net.servicePointManager]::SecurityProtocol = [net.SecurityProtocolType]::Tls12;
invoke-we
KustoObj will be created as $global:kusto to hold properties and run methods from
use the following to save and pass arguments:
[net.servicePointManager]::Expect100Continue = $true;[net.servicePointManager]::SecurityProtocol = [net.SecurityProtocolType]::Tls12;
invoke-we
this script will setup Microsoft.IdentityModel.Clients Msal for use with powershell 5.1, 6, and 7
KustoObj will be created as $global:kusto to hold properties and run methods from
use the following to save and pass arguments:
[net.servicePointManager]::Expect100Continue = $true;[net.servicePointManager]::SecurityProtocol = [net.SecurityProtocolType]::Tls12;
invoke-webRequest "https://raw.githubusercontent.com/jagilber/powershellScripts/master/kusto-rest.ps1" -outFile "$pwd/kusto-rest.ps1";
.\kusto-rest.ps1 -cluster %kusto cluster% -database %kusto database%
Show more
KustoObj will be created as $global:kusto to hold properties and run methods from
use the following to save and pass arguments:
[net.servicePointManager]::Expect100Continue = $true;[net.servicePointManager]::SecurityProtocol = [net.SecurityProtocolType]::Tls12;
invoke-webRequest "https://raw.githubusercontent.com/jagilber/powershellScripts/master/kusto-rest.ps1" -outFile "$pwd/kusto-rest.ps1";
.\kusto-rest.ps1 -cluster %kusto cluster% -database %kusto database%
Installation Options
Owners
Copyright
mit
Package Details
Author(s)
- jagilber@microsoft.com
Tags
powershell kusto rest azure data explorer
Functions
AddIdentityPackageType get-identityPackageLocation get-msalLibrary
Dependencies
This script has no dependencies.
FileList
- kusto-rest.nuspec
- kusto-rest.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.5 (current version) | 113 | 3/16/2022 |
1.4 | 62 | 3/16/2022 |
1.3 | 81 | 12/18/2020 |