Skip to content

Commit 16b87d9

Browse files
authored
Merge pull request #3145 from MicrosoftDocs/pihouchaMs-patch-1
Mention that unattended and attended do not mix well
2 parents d299002 + 8a80fbd commit 16b87d9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/guidance/planning/attended-unattended.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: taiki-yoshida
66
ms.subservice: guidance
77
ms.topic: conceptual
88
ms.custom: guidance
9-
ms.date: 12/10/2020
9+
ms.date: 01/28/2025
1010
ms.author: tayoshi
1111
ms.reviewer: kathyos
1212

@@ -46,8 +46,7 @@ The following table summarizes the two types of automation scenarios.
4646
| Manually triggered | Automatically triggered |
4747
| Sign-in isn't required because the automation assumes that the system is already signed in. | Windows Sign-in is automated with predefined user credentials |
4848

49-
You can use a combination of attended and unattended automation in your
50-
solution.
49+
You can use a combination of attended and unattended automation in your solution. However, since attended automation requires an active session and unattended automation requires users to be signed out or have a disconnected session, don't mix attended and unattended automation on the same machine or machine group.
5150

5251
In the expense report example, the approval process can be automated with
5352
unattended automation. The cash reimbursement process might be better suited to attended
@@ -61,5 +60,4 @@ as a final confirmation.
6160
> [!div class="nextstepaction"]
6261
> [Next step: Separate flows into smaller automated processes](separate-flows.md)
6362
64-
65-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
63+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)