Login MFA in azure with cordova and ionic
I am trying to login to azure with MFA through a modal in an ionic cordova application. Without the MFA we can through the modal get the code (because it has auth_flow) and login without problems. But the same flow with an MFA user has the problem that…
Azure App Service
Microsoft Security | Microsoft Entra | Microsoft Entra ID

AADSTS50076: ue to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access
Hi, I have a 365 developer 90 day trial I´m using for learning Office 365 development. For 14 days, every time I tried to log in to the Azure Portal or the Office 365 tenant, it would prompt me to set up a multifactor authentication with the…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
MS Access form not showing up correct width
I never had this issue in older versions of Access and I don't use Access all that much any more for development work. I'm doing a few things for older clients in Access 2016. I've noticed that sometimes a modal form will resize randomly. It doesn't show…
Microsoft 365 and Office | Access | Development

Parse specific information based on other column value using t-sql
Hi All, I have a table with 3 columns ID(int), PhysicianName, and Text(varchar(max)). I am trying to parse a text column with multiple physicians but need to extract only one physician info based on PhysicianName column. Here is the sample source…
Developer technologies | Transact-SQL
Execute Update command in ADF to Snowflake
Hello folks, I was executing update command in ADF to change a snowflake object. Options I tried: Firing an update command in the pre-Script of copy activity but faced with syntax error, while the same query is executing in Snowflake…
Azure Data Factory
Outbound SMTP port
I want to send SMTP email from a VM/Postfix . Is it possible or do I need a special permit to allow SMTP outbound port?
Windows for business | Windows Server | User experience | Other
How do I reverse the order of the lines in multiple files of a folder with a PowerShell script?
This script, saved to a .ps1 file which I run as an admin is not working:- $x = Get-Content -Path C:\Users\SKY\Desktop\curede*.* $x | Out-File -FilePath C:\Users\SKY\Desktop\curede*.* Please tell me how to reverse the order of the lines in multiple…
Windows for business | Windows Server | User experience | PowerShell
How to integrate wake word with speech service api
How can I integrate wake word with speech service api .for example my wake word will be 'zeco'. and when i say zeco, can you convert my speech to text it should perform the stt. TIA
Azure AI Speech
Azure AI services
How best to setup azure backup on a small on premises system
We have a single on premises Windows Server 2019 with two (2) Windows Server 2012 R2 VM's. The physical server is the HyperV host and also handles remote access (VPN). One of the VM's takes most of the load and is the domain controller (active…
Azure Backup

procmon64.exe crashed
After running procmon to convert a boot log (/ConvertBootLog) with command line, the process crashed. I have the dump, though not sure where to upload it to. I'll post the output of "analyze -v", though I don't have symbols so it's net very…
Sysinternals
What nuget packages to use targeting .Net 5 or .Net 6?
I am building a new MSTest project using VS 2019. I can also use VS 2022 preview with .Net 6 if that would be better. An earlier version of a test project was built using VS 2017 and targeted .Net Framework 4.62. Using the newer VS I can no longer…
Developer technologies | C#

SCCM with Cloud Management Gateway application is not installing
Hi, We are running SCCM with Cloud Management Gateway Enabled. I ran the configuration analyzer and it passed all tests successfully. When I deploy different applications to a remote laptop that is not on the VPN (internet only), it appears stuck in…
Microsoft Security | Intune | Configuration Manager | Other


ASDK - ArtifactNotFound error Deploying Kubernetes Cluster - Missing Linux VM Extension
Hello - I am trying to deploy a Kubernetes Cluster on ASDK and the deployment is failing at creating the Ubuntu Server VM with ArtifactNotFound - Extension with publisher 'Microsoft.Azure.Extensions', type 'CustomScript', and type handler version '2.0'…
Azure Stack Hub
Community Center | Not monitored
Azure web app path mapping using az update not working
I have used the below command to update my path mappings for azure web app but it does not actually add the mapping but still shows command execution successfull. az resource update --name acusnpdsndweb06/config/web --resource-group azrg-tax-snd-m-dev…
Azure App Service

B2C Extension property creation error using graph api
Hi, I was trying to create extension property through graph API, explained here. I am using app id from (b2c-extensions-app. Do not modify. Used by AADB2C for storing user data.). While running I am getting error : "code":…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Azure Site Recovery Deployment Planner never completes for Server 2019 Hyper-V Cluster
Anyone else having issues getting the ASR Deployment Planner to work against a 2019 Hyper-V cluster? It worked fine against 2016 clusters. It appears to be locking up or lagging when its trying to gather anything related to the VMs. I think its…
Azure Site Recovery
Microsoft 365 Business Voice and Collect Calls
Does Microsoft 365 Business Voice support collect calls - meaning can we accept charges for an incoming collect call if we use that phone service in our office?
Community Center | Not monitored
ADFS Claim Rules
Hello folks! We have a bit of situation. I will try to sum it up. We have a mdm server, and our staff wants our adfs to block other traffics if the request comes through active sync protocol. I have written these rules below, but whenever i activate them…
Microsoft Security | Active Directory Federation Services

Azure App Service - Mobile Apps - Is this supported?
Azure App Service - Mobile Apps , is this currently being supported by Microsoft? When I go to the documentation on how to implement the service I am seeing following message. -This content has been retired and may not be updated in the future. The…
Community Center | Not monitored
SSAS Cube MDX - How to create a mesure in Calculations Expression field like a subquery?
I'm trying to create a measure in SSAS Cube with MDX, to understand my point it is more easier explain based in source ( SQL ). I have a table that it is loaded in cube. This table have steps sequence like a transaction table ( not all steps are…