-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #771 from MicrosoftDocs/gary-fix-invisible-content
Correct invisible content (disallowed-html-tag)
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,9 @@ Possible results for this cmdlet are: | |
Result | Reason | ||
--- | --- | ||
Warning : We couldn't find the [email protected]. Check for typos and try again. | Invalid input for -User parameter. | ||
We successfully signed out <user> from all devices. | Successful instantaneous revocation. | ||
It can take up to an hour to sign out <user> from all devices. | Successful non-instantaneous revocation. | ||
Sorry, something went wrong and we couldn't sign out <user> from any device. | The cmdlet did not successfully execute. | ||
We successfully signed out \<user\> from all devices. | Successful instantaneous revocation. | ||
It can take up to an hour to sign out \<user\> from all devices. | Successful non-instantaneous revocation. | ||
Sorry, something went wrong and we couldn't sign out \<user\> from any device. | The cmdlet did not successfully execute. | ||
The cmdlet will be available in the future, but it isn't ready for use in your organization yet. | The cmdlet has been disabled for the tenant. | ||
|
||
## EXAMPLES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters