You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/conditional-access/concept-conditional-access-conditions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ This setting has an effect on access attempts made from the following mobile app
176
176
| Outlook mobile app | Exchange Online | Android, iOS |
177
177
| Power BI app | Power BI service | Windows 10, Windows 8.1, Windows 7, Android, and iOS |
178
178
| Skype for Business | Exchange Online| Android, iOS |
179
-
| Visual Studio Team Servicesapp | Visual Studio Team Services | Windows 10, Windows 8.1, Windows 7, iOS, and Android |
179
+
|Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) app |Azure DevOps Services (formerly Visual Studio Team Services, or VSTS)| Windows 10, Windows 8.1, Windows 7, iOS, and Android |
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-android-single-sign-on.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,9 @@ If the application uses a `WebView` strategy without integrating Microsoft Authe
179
179
180
180
If the application uses MSAL with a broker like Microsoft Authenticator or Intune Company Portal, then users can have SSO experience across applications if they have an active sign-in with one of the apps.
181
181
182
+
> [!NOTE]
183
+
> MSAL with broker utilizes WebViews instead of Custom Tabs. As a result, the Single Sign-On (SSO) state is not extended to other apps that use Custom Tabs.
184
+
182
185
### WebView
183
186
184
187
To use the in-app WebView, put the following line in the app configuration JSON that is passed to MSAL:
Copy file name to clipboardExpand all lines: articles/active-directory/devices/concept-primary-refresh-token.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,9 @@ The following diagrams illustrate the underlying details in issuing, renewing, a
158
158
> [!NOTE]
159
159
> In Azure AD joined devices, Azure AD PRT issuance (steps A-F) happens synchronously before the user can logon to Windows. In hybrid Azure AD joined devices, on-premises Active Directory is the primary authority. So, the user is able to login hybrid Azure AD joined Windows after they can acquire a TGT to login, while the PRT issuance happens asynchronously. This scenario does not apply to Azure AD registered devices as logon does not use Azure AD credentials.
160
160
161
+
> [!NOTE]
162
+
> In a Hybrid Azure AD joined Windows environment, the issuance of the PRT occurs asynchronously. The issuance of the PRT may fail due to issues with the federation provider. This failure can result in sign on issues when users try to access cloud resources. It is important to troubleshoot this scenario with the federation provider.
163
+
161
164
| Step | Description |
162
165
| :---: | --- |
163
166
| A | User enters their password in the sign in UI. LogonUI passes the credentials in an auth buffer to LSA, which in turns passes it internally to CloudAP. CloudAP forwards this request to the CloudAP plugin. |
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
336
+
336
337
## Export-ADSyncToolsAadDisconnectors
337
338
### SYNOPSIS
338
339
Export Azure AD Disconnector objects
@@ -373,9 +374,57 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
373
374
Use ObjectType argument in case you want to export Disconnectors for a given object type only
374
375
### OUTPUTS
375
376
Exports a CSV file with Disconnector objects containing:
376
-
377
377
UserPrincipalName, Mail, SourceAnchor, DistinguishedName, CsObjectId, ObjectType, ConnectorId and CloudAnchor
378
378
379
+
## Export-ADSyncToolsAadPublicFolders
380
+
### SYNOPSIS
381
+
Exports all synchronized Mail-Enabled Public Folder objects from AzureAD to a CSV file
This function exports to a CSV file all the synchronized Mail-Enabled Public Folders (MEPF) present in Azure AD.
388
+
It can be used in conjunction with Remove-ADSyncToolsAadPublicFolders to identify and remove orphaned Mail-Enabled Public Folders in Azure AD.
389
+
This function requires the credentials of a Global Administrator in Azure AD and authentication with MFA is not supported.
390
+
NOTE: If DirSync has been disabled on the tenant, you will need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Azure AD.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
423
+
### INPUTS
424
+
425
+
### OUTPUTS
426
+
This cmdlet creates the <filename> containing all synced Mail-Enabled PublicFolder objects in CSV format.
427
+
379
428
## Export-ADSyncToolsHybridAadJoinReport
380
429
### SYNOPSIS
381
430
Generates a report of certificates stored in Active Directory Computer objects, specifically,
@@ -1150,6 +1199,76 @@ InputCsvFilename must point to a CSV file with at least 2 columns: SourceAnchor,
1150
1199
### OUTPUTS
1151
1200
Shows results from ExportDeletions operation
1152
1201
DISCLAIMER: Other than User objects that have a Recycle Bin, any other object types DELETED with this function cannot be RECOVERED!
1202
+
1203
+
## Remove-ADSyncToolsAadPublicFolders
1204
+
### SYNOPSIS
1205
+
Removes synchronized Mail-Enabled Public Folders (MEPF) present from AzureAD.
1206
+
You can specify one SourceAnchor/ImmutableID for the target MEPF object to delete, or provide a CSV list with a batch of objects to delete when used in conjunction with Export-ADSyncToolsAadPublicFolders.
1207
+
This function requires the credentials of a Global Administrator in Azure AD and authentication with MFA is not supported.
1208
+
NOTE: If DirSync has been disabled on the tenant, you'll need to temporary re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Azure AD.
This function exports to a CSV file all the synchronized Mail-Enabled Public Folders (MEPF) present in Azure AD.
1215
+
It can be used in conjunction with Remove-ADSyncToolsAadPublicFolders to identify and remove orphaned Mail-Enabled Public Folders in Azure AD.
1216
+
This function requires the credentials of a Global Administrator in Azure AD and authentication with MFA is not supported.
1217
+
NOTE: If DirSync has been disabled on the tenant, you will need to temporarily re-enabled DirSync in order to remove orphaned Mail Enabled Public Folders from Azure AD.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1266
+
### INPUTS
1267
+
The CSV input file can be generated using Export-ADSyncToolsAadPublicFolders.
1268
+
Path parameters must point to a CSV file with at least 2 columns: SourceAnchor, SyncObjectType.
1269
+
### OUTPUTS
1270
+
Shows results from ExportDeletions operation.
1271
+
1153
1272
## Remove-ADSyncToolsExpiredCertificates
1154
1273
### SYNOPSIS
1155
1274
Script to Remove Expired Certificates from UserCertificate Attribute
Copy file name to clipboardExpand all lines: articles/app-service/scripts/cli-continuous-deployment-vsts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ This sample script creates an app in App Service with its related resources, and
35
35
Create the following variables containing your GitHub information.
36
36
37
37
```azurecli
38
-
gitrepo=<Replace with your Visual Studio Team Services repo URL>
39
-
token=<Replace with a Visual Studio Team Services personal access token>
38
+
gitrepo=<Replace with your Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) repo URL>
39
+
token=<Replace with a Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) personal access token>
40
40
```
41
41
42
-
Configure continuous deployment from Visual Studio Team Services. The `--git-token` parameter is required only once per Azure account (Azure remembers token).
42
+
Configure continuous deployment from Azure DevOps Services (formerly Visual Studio Team Services, or VSTS). The `--git-token` parameter is required only once per Azure account (Azure remembers token).
43
43
44
44
```azurecli
45
45
az webapp deployment source config --name $webapp --resource-group $resourceGroup \
> Currently, Batch Service has limitaion with the resolution of the pending tasks. When a task is added to the job, it's also added into a internal queue used by Batch service for scheduling. If the task is deleted before it can be scheduled, the task might persist within the queue, causing it to still be counted in `$PendingTasks`. This deleted task will eventually be cleared from the queue when Batch gets chance to pull tasks from the queue to schedule with idle nodes in the Batch pool.
62
+
> Currently, Batch Service has limitations with the resolution of the pending tasks. When a task is added to the job, it's also added into a internal queue used by Batch service for scheduling. If the task is deleted before it can be scheduled, the task might persist within the queue, causing it to still be counted in `$PendingTasks`. This deleted task will eventually be cleared from the queue when Batch gets chance to pull tasks from the queue to schedule with idle nodes in the Batch pool.
0 commit comments