MSCloudLoginAssistant icon indicating copy to clipboard operation
MSCloudLoginAssistant copied to clipboard

PowerShell Module Handling Authentication to Cloud Services

Results 23 MSCloudLoginAssistant issues
Sort by recently updated
recently updated
newest added

added code to get an accesstoken for MSCommerce which can be passed directly to functions provided by the module meaning that Connect-MSCommerce is not needed. I may not have everything...

I have tried using token issued by my own app, but even if it has admin privileges it doesn't seem to be working. What are the plans to allow Certificate...

The current implementation of the MSCommerce module does not allow to pass credentials into `Connect-MSCommerce` cmdLet. The module is used to change the self service licensing options within PowerPlatform. The...

When I try to connect to Graph API with Managed Identity I get a timeout error, that there is no response from the IP-Address 69.254.169.254. Digging further, I found a...

I want to control EXO settings with Microsoft365DSC. Reading data from EXO works but writing does not. When passing the organization's short name to `Connect-ExchangeOnline`, not even creating a DL...

Connect-MSCloudLoginMSGraphWithUser : The term 'Get-MgContext' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path...

It looks like the "Test-MSCloudLogin" cmdlet was removed from this most recent release (1.1.0)?

we want to have an option for authentication with deviceauthentication.. connect-microsoftteams -UseDeviceAuthentication connect-mggraph -UseDeviceAuthentication connect-exchangeonline -Device Usecase: Using this in combination with Microsoft365DSC --> Export-M365DSCConfiguration -UseDeviceAuthentication

Simplest path may be to add: ` $accessToken = ConvertTo-SecureString -String $accessToken -AsPlainText -Force around line 85 prior to the actual connect attempt. Looks like this got missed during the...

Used the following cmdlet to export all the following components using Certificate and Thumbprint: Export-M365DSCConfiguration -Components @("ODSettings", "SPOAccessControlSettings", "SPOApp", "SPOBrowserIdleSignout", "SPOHomeSite", "SPOHubSite", "SPOOrgAssetsLibrary", "SPOPropertyBag", "SPOSearchManagedProperty", "SPOSearchResultSource", "SPOSharingSettings", "SPOSite", "SPOSiteAuditSettings", "SPOSiteDesign",...