Elevate management tools with a privileged account
PreviousCreate temporary accounts with JIT provisioningNextImport computers from domain user providers in Devolutions Server
Last updated
Was this helpful?
Was this helpful?
whoami$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())
$currentPrincipal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)