Skip to content

Commit 7540217

Browse files
Merge pull request #246274 from billmath/fixes6
updating
2 parents 30403a9 + 8224d12 commit 7540217

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/active-directory/hybrid/cloud-sync/reference-cloud-sync-faq.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ sections:
8989
answer: |
9090
No, installing the agent on server core isn't supported.
9191
92+
- question: |
93+
Can I install the cloud provisioning agent on the same server as Azure AD Connect sync?
94+
answer: |
95+
Yes, installing the agent on the same server is supported.
96+
9297
- question: |
9398
Can I use a staging server with the cloud provisioning agent?
9499
answer: |

articles/active-directory/hybrid/connect/how-to-connect-health-agent-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The Usage Analytics feature needs to gather and analyze data, so the Azure AD Co
145145
1. On the **Local Security Setting** tab, verify that the AD FS service account is listed. If it's not listed, select **Add User or Group**, and add the AD FS service account to the list. Then select **OK**.
146146
1. To enable auditing, open a Command Prompt window as administrator, and then run the following command:
147147

148-
`auditpol.exe /set /subcategory:{0CCE9222-69AE-11D9-BED3-505054503030} /failure:enable /success:enable`
148+
`auditpol.exe /set /subcategory:"Application Generated" /failure:enable /success:enable`
149149

150150
1. Close **Local Security Policy**.
151151

0 commit comments

Comments
 (0)