Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Multi-Geo, SharePoint site is in France.
Describe the bug / error
When connecting to the sharepoint admin site using Connect-SPOService, Defender flags it as a Trojan.
Multi-Geo, this site is in France.
$AdminSite = "https://Contosofra-admin.sharepoint.com/"
Connect-SPOService -Url $adminSite
Steps to reproduce
- Run Connect-SPOService
- Login with Account
- Receive this error message
- Select Yes
- Defender blocks it as a Trojan
Expected behavior
Successfully log into Sharepoint
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
Multi-Geo, SharePoint site is in France.
Describe the bug / error
When connecting to the sharepoint admin site using Connect-SPOService, Defender flags it as a Trojan.
Multi-Geo, this site is in France.
$AdminSite = "https://Contosofra-admin.sharepoint.com/"Connect-SPOService -Url $adminSiteSteps to reproduce
Expected behavior
Successfully log into Sharepoint