| document type | cmdlet |
|---|---|
| external help file | helium-Help.xml |
| HelpUri | https://github.com/Skatterbrainz/helium/blob/master/docs/Test-IsAdmin.md |
| Locale | en-US |
| Module Name | helium |
| ms.date | 02/11/2026 |
| PlatyPS schema version | 2024-05-01 |
| title | Test-IsAdmin |
Returns True if session running in elevated context
Test-IsAdmin
This cmdlet has the following aliases, {{Insert list of aliases}}
Returns True if session running in elevated context, such as Administrator (Windows) or root (Linux)
if (Test-IsAdmin) { ... }