Skip to content

Commit cff5ec9

Browse files
authored
Merge branch 'master' into master
2 parents 9f7528a + 3e01473 commit cff5ec9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ Connect-SPOService -Url https://$orgName-admin.sharepoint.com
5555
3. Follow the instructions in the **Microsoft SharePoint Online Management Shell** dialog box to provide the additional authentication information, such as a verification code, and then click **Sign in**.
5656

5757
You are now ready to use SharePoint Online commands.
58+
59+
> [!NOTE]
60+
> If you encounter issues trying to connect using MFA, please see [Cannot force Modern Authentication when using Connect-SPOService cmdlet in SharePoint Online Management Shell](https://docs.microsoft.com/sharepoint/troubleshoot/security/cannot-force-modern-authentication)

teams/teams-ps/teams/Get-Team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Accept wildcard characters: False
181181
```
182182
183183
### -Visibility
184-
Filters to return teams with a set "visibility" value. Accepted values are "Public" or "Private". Do not specify any value to return teams that match filter regardless of visibility. This is a filter rather than an exact match.
184+
Filters to return teams with a set "visibility" value. Accepted values are "Public", "Private" or "HiddenMembership". Do not specify any value to return teams that match filter regardless of visibility. This is a filter rather than an exact match.
185185
186186
```yaml
187187
Type: String

0 commit comments

Comments
 (0)