Browse by Tags
All Tags »
PowerShell »
LUA (RSS)
Sorry, but there are no more tags available to filter with.
Here's a handy PowerShell function I used to determine if I'm currently running as an Administrator in PowerShell # Determine if I am running as an Admin function AmIAdmin() { $ident = [Security.Principal.WindowsIdentity]::GetCurrent() foreach ( $groupIdent
Read More...