Pointer speed is reset unexpectedly
The software that controls my mouse settings is getting overwritten by this setting at launch and occasionally after waking from sleep/hibernation This happens after many windows updates and this time re-installing the driver/software was not…
ADFS 2019 allow sign in from specific IP for specific users
Hi, We have an ADFS 2019 and ADFS 2019 Proxy servers to have SSO with Office 365. For a specific group in our AD we only want to allow the signin from a specific IP or a computer that is joined in our domain. All other users can sign in from…

Always On VPN Gateway server - client IP pools and default route
Hello all, we are in the process of creating the infrastructure for Always On VPN and I have a couple of questions but I'll just detail our setup first: 3 x Windows Server 2019 Network Policy (RADIUS) servers 3 x Windows Server 2019 RRAS VPN Gateway…

SCCM Site Maintenance Tasks via Powershell
Hi, We are trying to retrieve the list of SCCM Site Maintenance Tasks via PowerShell. This is to replicate what is shown in the Config Mgr console - screen accessed via Administration --> Site Configuration --> Sites --> Site Maintenance. It…
ORA-12541: TNS:no listener". (.Net SqlClient Data Provider)
Hello, I am having issue with connecting oracle from Sql Server using Linked Server. I have installed Oracle client and Sql Server on both the same server. I have tested TNSPING ORCL coming fine Blockquote C:\Windows\system32>TNSPING…
SSMA (SQL Server Migration Assistant) for MariaDB
I have on-premise MariaDB. I am Planning to migrate it to Azure SQL Database. Can i use SSMA (SQL Server Migration Assistant) for Migration??? Does SSMA supports MariaDB as source ??
exchange srv record ISP
dears, i have an exchange server configured. the public certificate is purchased with just one san :mail.domain.com. autodiscover.domain.com isnt included in the SANs externally, autodiscover is published via SRV record and it is working fine i…
Using SSMA for oracle with user having READ ONLY permission
Hi, https://support.microsoft.com/en-in/help/2020711/you-may-get-permission-related-error-messages-when-using-ssma-for-orac With the reference to above link, we do understand the SSMA needs some additional permissions. Its mentioned as To obtain…
Reference Logic App parameter name
I would like to get the reference to the parameter name, as well as its value, within a Logic App. So, given: "parameters": { "$connections": { "defaultValue": {}, …

Can't schedule an exam in Dashboard
I tried scheduling exam for MD-100 and I get this error message in every browser I've used such as I9, Safari, Firefox, Chrome, and now Edge which is a MS product. Please fix because I'm trying to take this exam and I can't go any further and Person…

SSMA challenge with Oracle 0000-00-00 zero date fields
I am using the SSMA migration tool to migrate a large Oracle db to SQL Server 2016. In many of my Oracle date fields I have zero date values 0000-00-00 and records with these date values are not migrating over. I get a Arithmetic operation resulted in an…
How to migrate SpringBoot App to Kubernetes Replica Sets?
I would like some guidance and recommendations on taking a spring boot app like ms-identity-java-webapp and exposing it in a replica set in a kubernetes cluster. (1) How do I share the authentication/authorization state of the current AAD B2C session…

X key and clicking function not working
Im using my dell xps 13 and my some of my keys are working sporadically (s,d,c,x) ive also recently run into the problem of not being able to use the clicking function on my builtin mousepad i can still click by just touching the mouspad but if i…

It is impossible to create a new resource "Communication Services"
'Microsoft.Communication/CommunicationServices' Resource provider doesn't support api-version 2020-08-20-preview in 'global'. Do you carry out any technical work? Thank you for any information and help.
Windows Virtual Desktop Service | Secure Sentinnel | Australia Region
Hello, We are using Azure for our data migration activities. As part of it, we are planning to use Windows Virtual Desktop \ Azure Sentinnel. Based on the products available by region, I can see that Windows Virtual Desktop & Azure Sentinnel is…
Azure Blob Storage extremely slow
Getting blob from Azure Blob Storage started to be extremely slow - both using APIs and downloading directly from Azure Portal, or even using Azure Storage Explorer. We get 20kb per sec, which is just ridicilous.. Until today all there scenarios worked…

ADF debug session error in data preview
Hello I have got enable the debug session mode, I'm trying to see the data preview of an input file but when I try to see it I got this error message The pipeline is running without problem but I don't know why is failling if i try to run a debug…
Any guides for sizing Azure managed instances
Hi All, Has anyone got any tips for sizing a move from VM running sql instances from our current IaaS to Azure managed instance? Primary areas that we are concerned about are disk performance on the Azure side. Guess the primary question we have is do…

Formatting Time Of A Date Time Field
I have a datetime field that is in this format 2020-01-15 14:49:46.6830000 I have been using cast(fieldname as Time) to get the time element only from the field. I have a new requirement where I only want to return 14:49:46. How would I write my sql…

notebook-scoped lib failing to find the dependent cluster-scoped lib
Our app hit an issue with ModuleNotFoundError recently with Databricks Runtime 6.4 and it looks this is a databricks issue, so wanted to ask about that. The problem can happen as follows: Two libraries A.B and A.C; A.C depends on A.B Install A.B…