Skip to content

Instantly share code, notes, and snippets.

@mdrakiburrahman
mdrakiburrahman / SHIRInstall.ps1
Created July 9, 2021 16:44
Install Purview Integration Runtime on Windows Machine with Authentication Key
param(
[string]
$gatewayKey
)
# init log setting
$logPath = "$PWD\tracelog.log"
"Start to excute SHIRInstall.ps1. `n" | Out-File $logPath
function Now-Value()