-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
issue-doc-bugIssue - error in documentationIssue - error in documentationresolution-externalStatus - closed by customer or outside resourceStatus - closed by customer or outside resource
Description
Prerequisites
- Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
- Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Typo in
Get-Foo
cmdlet" instead of "Typo." - Verify Version: If there is a mismatch between documentation and the behavior on your system, ensure that the version you are using is the same as the documentation. Check this box if they match or the issue you are reporting is not version specific.
Links
Summary
There's a bad filter listed in this article in the PowerShell examples :
Details
The PowerShell example listed in the article does not work :
Get-User -ResultSize unlimited -Filter 'EXOModuleEnabled -eq $false'
This is an invalid filter for get-user and needs to be updated.
Suggested Fix
Please update the example with the correct filter
Metadata
Metadata
Assignees
Labels
issue-doc-bugIssue - error in documentationIssue - error in documentationresolution-externalStatus - closed by customer or outside resourceStatus - closed by customer or outside resource