Forum Discussion
DFOTA
Jan 30, 2025Copper Contributor
Windows Handle error when using Connect-Exchange Onlinew Module version 3.7.
The following error is received when trying to connect to exchange online. Windows 11 Exchange Online Management 3.7.1 PowerShell 5.1 Error attached. On another Windows 11 Laptop, the 3.6 vers...
DFOTA
Feb 28, 2025Copper Contributor
Connect-ExchangeOnline -UseDeviceAuthentication
The use device authentication is not a valid paramater.
Connect-ExchangeOnline : A parameter cannot be found that matches parameter
name 'UseDeviceAuthentication'.
At line:1 char:32
+ Connect-ExchangeOnline -UseDeviceAuthentication
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Connect-ExchangeOnline], Pa
rameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Connect-ExchangeOnline