> ## 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.

# shell

> Converted from Markdown to MDX

<Note>Artifacts Generated: Process Create</Note>

## Summary

Execute a shell command using `cmd.exe /c`.

### Arguments (Positional)

#### Command

Command to be executed.

#### Arguments

Any arguments to the command to be executed.

## Usage

```
shell [command] [arguments]
```

Example

```
shell ipconfig /all
```

## MITRE ATT\&CK Mapping

* T1059
