Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 796 Bytes

File metadata and controls

51 lines (32 loc) · 796 Bytes
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

Test-IsAdmin

SYNOPSIS

Returns True if session running in elevated context

SYNTAX

__AllParameterSets

Test-IsAdmin

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Returns True if session running in elevated context, such as Administrator (Windows) or root (Linux)

EXAMPLES

EXAMPLE 1

if (Test-IsAdmin) { ... }

PARAMETERS

INPUTS

OUTPUTS

NOTES

RELATED LINKS