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." …
Map Extra Attributes to ADDS LDAP Interface?
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. However, I…
Are the E8-2s V3 (2 vCPU's, 64gb ram) VM's Hyper Threaded?
Grettings, Im not really sure if the E8-2s V3 (2 vCPU's, 64gb ram) VM's support Hyper Threading? Thanks a lot in advance!
VM - After Restarting, Cannot Change Password or Connect with SSH
Hey everyone, I recently filled up the OS disk on my VM and wanted to expand the disk. After expanding the disk and connecting with SSH I reallocated the partitions. Then I restarted my VM and now I can no longer connect to the VM using SSH. When I try…
restrict access to azure portal on non-business hours/days(saturday&sunday)
Hi Team, How to restrict the users to access the azure portal on non-business hours/weekends(saturday&sunday) Thanks in advance Venu
Azure Service Fabric on premise - spanning 2 Datacenters - is that possible?
Is it possible to have an azure service fabric on premise that is located in two datacenters? I assume the network latency and bandwith between that two datacenters could generate problems? So is an active / active scenario supported and what are the…
How can I gethistory of items with process IDs
How can I find history of items with process IDs
Azure: sentiment for recordings/text
Greetings, I'm looking at different approaches to do text sentiment on recordings from a call center. I'm hopping some one can point me to some demos of the best approach. I looked at a demo of Azure Text Analytics API and it looks way cool. …
"Script is disabled. Click Submit to continue."
I am working with a WebTest to mimic Azure AD user login, once user is authenticated he would be presented with an application home page. Issue: One of the WebTest response expecting user to intervene for a button click action, how can I do that…
Conditional Access - 'User sign-in frequency' Oauth implementation.
Hi, If i understand correctly, the 'User sign-in frequency' implementation is app dependent and will only be enforced if the app was designed to do so, Is that correct? If true, Can someone please guide me to documentation on how the 'User…