> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# getenv

## Summary

Get all the current environment variables.

* Needs Admin: False
* Version: 1
* Author: @djhohnstein

### Arguments

## Usage

```
getenv
```

## Detailed Summary

This command uses the `os.Environ()` golang function to retrieve the environment for the current process and returns a string array.
