# ShowInformationForUnenrolledUsers.md

## NAME

ShowInformationForUnenrolledUsers

## DESCRIPTION

| Values                                                                  | Description                                                              |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| Always                                                                  | Always - When an unenrolled user tries to sign in, they receive an error |
| message stating why authentication fails (less secure).                 | IfEnrollmentIsAllowed                                                    |
| If enrollment is allowed - When an unenrolled user tries to sign in,    | they receive an error message stating why authentication fails only if   |
| the provider is allowing users to enroll (more secure).                 | Never                                                                    |
| Never - When an unenrolled user tries to sign in, they are asked for an | OTP and authentication fails (most secure).                              |

### References to Commands | | |

\|------------------------------------------| | | [New-RASMFA](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/cmdlets/New-RASMFA.md) |\
\| [Set-RASMFA](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/cmdlets/Set-RASMFA.md) | | ### References to Types\
\| | | |------------------------------------------|\
\| [MFAEmailOTP](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/MFAEmailOTP.md) | | | [MFATOTP](https://github.com/Parallels-Corp/RAS-20-docs/blob/origin/admin-guide-20.3-release/20_RAS-20_API_Guides/PS-API/MD/RASAdmin/types/MFATOTP.md) |


---

# 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://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/showinformationforunenrolledusers.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.
