As you know, Microsoft is depreciating basic authentication.
- How you guys using your PowerShell script using modern authentication in Invoke PS activity.
- Is there any impact to use IT automation activities after Oct 2022 (disable certain protocols used in basic authentication) : Active Directory domain services, Office 365 etc, Invoke PowerShell activities
AD activities : No imapct as activities are using LDAPS protocol.
PowerShell : Not sure.
Office 365 : No impact (set authentication type)
Note : At the moment, i am using basic authentication and passing credentials as arguments in invoke powershell script to connect with Exchange online, O365 admin center.