Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 901 Bytes

Test-IsElevated.md

File metadata and controls

42 lines (29 loc) · 901 Bytes
external help file Module Name online version schema
PSPreworkout-help.xml
PSPreworkout
2.0.0

Test-IsElevated

SYNOPSIS

Check if you are running an elevated shell with administrator or root privileges.

SYNTAX

Test-IsElevated [<CommonParameters>]

DESCRIPTION

Check if you are running an elevated shell with administrator or root privileges.

EXAMPLES

EXAMPLE 1

Test-IsElevated

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

Boolean

NOTES

RELATED LINKS