# PowerShell Constrained Mode

```shell
# PowerShell When AppLocker Activated

PS> $ExecutionContext.SessionState.LanguageMode
ConstrainedLanguage

PS> [System.Console]::WriteLine("Hello")
Method invocation is supported only on core types in this language mode.
```

#### PowerPick

```shell
beacon> powerpick $ExecutionContext.SessionState.LanguageMode
FullLanguage
```

#### PowerShdll

```powershell
# https://github.com/p3nt4/PowerShdll
# Run PowerShell Without PowerShell
rundll32.exe PowerShdll.dll,main
```

![](/files/eFaVRXnQ8ZNOkNN0K6bh)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hsaad.gitbook.io/x/red-teaming/evasion-techniques/powershell-constrained-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
