use button for dictation
Hello @RoyLiWicresoftNorthAmericaLtd-0833 I am using continues dictation in my app, but I have a problem, even though I put the silence time out to 1 day, it will still timeout after a while. What I am trying to do, is that the user press the button…
How to retrieve a correct token to request Reports on Graph
Hello I have registered an apps with Reports.Read.All permissions with delegation and Admin Consent I try to retrieve reports (email, onedrive, ...), but I don't succeed. The token retrieved nerver contains the permission Reports.Read.All …
Finding Azure permissions needed for Powershell cmdlets
I'm trying to use Runbooks to automate things in Azure but I keep running into 'Insufficient privileges' errors for the runas user the Automation Account is using. Is there any documentation on what permissions the cmdlets need? I've not been able to…
It is possible in UWP to set package.manifest property from C# code?
It is possible in UWP to set package. manifest property from C# code? I want to set all Assets images from C# code depending on some condition like if(MA) - Assets Type 1 if(OC) - Assets Type 2 Executable="$targetnametoken$.exe" …
Enterprise applications - On-premise application published with pass-through but still prompted for password
Hi, I'm attempting to publish our intranet as an enterprise application with SSO. This works like a charm and I'm able to access it via office.com and also as a published web link via Intune and my phone. But - I have to sign-in each time which is…
checking activation status
Hi there. I've been running with a free trial of Azure got an email earlier in the week to 'upgrade now' which I want to do. This takes me through to login and says 'More information required' and then to 'Additional Security Information'. I've…
Can't connect my Windows Server 2016 VM using RDP after the Safe Mode
Hello ! Just rebooted my VM in the Safe Mode + Network support, after suspected it under the virus (Windows Defender & Local System was using 2 cores at 100% each), and now can't connect it via RDP. Used this…
[UWP] Camera Preview while recording
Hello, I'm attempting to work with video capture in a UWP app and am running across an issue when it comes to the preview of the video. Everything works fine to preview, capture, play back a video if I don't resize the window. If recording is…
Salesforce - Azure AD Automated User provisioning Issue
Hello Community, we are trying to implement the Azure AD Automated user provisioning on our instance an able to create an user with a profile unable to find any documentation for assigning a permission set we are unable to find a valid…
Have Working LDAPS Service Account, So, Why Can't I Use That Account to Login Users
I have setup LDAPS by basically following these steps: https://learn.microsoft.com/en-us/azure/active-directory-domain-services/tutorial-configure-ldaps Plus, I have created a service account that allows me to extract user information. The…
How to use New-AzADSpCredential to add certificate credentials
I am using App Registrations to deploy resources and the certificate is expiring. I am trying to write a script to add a new cert to extend the life of this Service Principal but no matter who I login as (myself, a colleague, the Service Principal…
Mix ADFS and Azure AD for authentication
Hi We use ADFS 3.0 for O365 and some 3rd party web / apps. Now we're implementing a new website. My original idea was to just add it to our ADFS but now the project has decided that it need 2FA. In the future I see all our apps authenticate in Azure AD…
auditLogs/signIns Response
Hi, I need to get the last date a user did signin. I'm using "https://graph.microsoft.com/v1.0/auditLogs/signIns?`$filter=userId eq ''" where can I find the response schema to be able to parse it correctly? Thanks, JD
Linux and Sqlite
I've read that sqlite is not working with linux app service. Is there a plan to make it working? or is there any other small embedded database that I can use with ef core on linux? I have some small sites that has a small sqlite database (there…
How can one add a trusted CA for MS Teams on Linux
At work I live behind a corporate http/https proxy. Aside from this being a horrible idea, I still have to deal with adding a trusted CA (the one of the proxy) to MS Teams for it to work. Is there a config for MS Teams or does MS Teams consider any Linux…
Packages Submission to the Store - ".msixbundle" x ".msixupload" Files
Hello Everybody, The first submission/publication of my App on the Microsoft Store was through a "**.msixbundle**" file, ie it was considered the bundle. However, the languages management available on my App is not working correctly (there…
Can no longer find device serial number in Azure AD for inclusion into group for Windows Autopilot
We have previously been repeatedly deploying test computers with Windows Autopilot according to tutorial https://learn.microsoft.com/en-us/windows/deployment/windows-autopilot/demonstrate-deployment-on-vm We have a group assigned to the…
How to download and play remote media using MediaPlayer in UWP?
I am trying to play remote media using MediaPlayer and MediaSource created from CreateFromDownloadOperation, with the idea that media would start playing as soon as some meaningful data is downloaded through DownloadOperation. Also, I would be able to…
Login-AzureRmAccount -Credential $cred -TenantId "Tenant ID" command is failing with error AADSTS50034: The user account Microsoft.AzureAD.Telemetry.Diagnostics.PII does not exist.
I am following the steps mentioned in following article: https://social.technet.microsoft.com/wiki/contents/articles/40062.azure-automating-login-for-powershell-scripts-using-service-principal.aspx The Login-AzureRmAccount -Credential $cred -TenantId…
Azure Storage Explorer incorrect prerequisites and forces me to restart pc to clear errors
I've had Azure Storage Explorer installed. According to the below page "For all versions of Windows, Storage Explorer requires .NET Framework 4.6.2 or later." …