Generating Bing Map points from JSON
I am using PHP/MYSQLi to retreive a JSON string with Lat/Long and cannot find a way to load each Mysqli record as a separate PIN location, could anybody assist/point me in the right direction? here is a sample JSON …
bringing an office environment into azure - is WVD the right solution?
Hi everyone, I have the following situation: A small company wants to move its office. During this, the whole network should be transfered to azure. It contains only three computers with mostly standard software like Word, Excel, Outlook etc. On…
How to delete the local copy of an uploaded blob on Python, Azure Batch Services.
Hello. I recently followed the attached tutorial, and it worked perfectly with the provided code. (link: https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory) I realised that Pandas stores a local copy on the…
I would like to use the XOR capabilities to encrypt/decrypt a password for Azure SQL Server
I want to encrypt/decrypt a password for Azure sql server. I found this Microsoft article with psuedo-code: https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-offcrypto/75d2b548-18ad-4e26-8aa3-bc5fc37b89af Can anyone tell me how…
How to to use Datagridview in virtual mode?
Hallo, I am trying to improve the performance of the datagridview when loading a large xml list or list of objects. I will not have have more than 5000 rows ..but with 200 rows with cell formatting event it really slows and almost unusable. Simply…
"Back" button in Microsoft Sign in page
We are implementing web application for providing Outlook based calendar service. Regarding to this work, I have two questions about Microsoft login page. (Q1) Why the "Back" button is shown on Microsoft login page? I've seen some web apps…
Windows Admin Center not able to connect after decommissioning of old server
I provide remote support for this customer. Customer has upgraded to all Server 2019 and all workstations are Windows 10. After the upgrades Windows Admin Center was working fine until the old 2011 SBS was decomissioned. Once that happened we get the…
Cannot access certification
I am trying to get my MOS certification to present to my employer. I passed the exam on August 27th 2020. I was emailed a link, with Your Microsoft Certification ID and Your Temporary Access Code. I guess I did not use it in time as it has been…
Change Country, Country Code via Powershell for a specific OU
Hello everyone, I have been trying to get a working command via Powershell on AD server which will change C, Country, CountryCode for a specific OU Get-ADUser -SearchBase 'OU=Test OU,OU=Users and Computers,OU=Company HQ,DC=DOMAIN,DC=com' -filter * |…
Serial Ports are mixed up after fresh install of 20H2
I have a system with 4 serial ports (BIOS names _SB.PCI0.LPCB.UAR1 to .UAR4). When doing a clean install of Windows 10 20H2, the COM ports get mixed up in numbering (e.g. COM2) to labeling (e.g. BIOS name of _SB.PCI0.LPCB.UAR2). The external box…
Change Attributes for users in OU but restrict only to parent OU
I'm using the following command to replace the attributes of all AD users in the specified OU Get-ADUser -SearchBase 'OU=Test OU,OU=Users and Computers,OU=Company HQ,DC=DOMAIN,DC=com' -filter * | Set-ADUser -Replace…
Convert JSON output into CSV table in logic apps
hello, I'm trying to execute the below use case by using logic apps I'd like to design logic app flow where it connects with Azure resource graph explorer and provide me the list of virtual machines details in CSV format As part of…
AzureAD Connect Sync | All users marked as 'placeholder' in connector space for domain
I am replacing an older AAD Connect Sync server with a brand new one. The new server is set up in staging mode using the latest AAD Connect Sync application version while the old server is using 1.2.69. I exported the configuration from the old server…
Can Read Users in B2C Active Directory but cannot Create Users
I have a B2C AD for which I am able to get a single user and list all users. I get 401 unauthorised when I try to create a user. My API app is registered in B2C with permissions Directory.Read.All, Directory.ReadWrite.All and User.ReadWrite.All - all…
(Question) Missing articles
I really need someone to help me, I have tried and tried to find this information and an getting nowhere. I saw an article on Microsoft automatic connectivity using hardware id database collected using windows OS in late July or August. Now I cannot…
service limit exceeded for virtual cores in the subscription for the region
Hi, I am deploying IBM Cloud Pad for data on Azure and using a template and the deployment fails at OpenShiftDeployment complaining about exceeding virtual machines core for the subscription in the region. How can I update my template and reduce the…
MDT Boot.Wim Version wrong
I am using Deployment Workbench 6.3.8456.100 and Windows Deployment Services 6.3.9600.16384 I have updated my ADK to the current version and loaded the WinPE add-on so as to be able to capture Win 10 20H2 images. I've applied the UEFI patch and have…
Any event or metric that indicates Azure Maria DB backup success?
Hi, Is there any way to know or any event that can be used to send out an email notification whenever Azure Database for Maria DB completes the backup? We are aware that Azure Database for MariaDB service takes full, differential, and transaction log…
Replicate production Maria DB server to Maria DB Azure PaaS
Hello all, we have been working on a customer use case where Maria DB is installed on the Azure VM and contains several large databases that are live in production. Customer wants to get this migrated to Maria DB PaaS service of Azure with minimal…
Disable arrow keys for ScrollViewer
I've got a UWP XAML app where I am finding that my ScrollViewer (which I am using to get pinch zoom support) is picking up keyboard events for arrow keys and scrolling around, but I do not want it to. [Confusing me further is that I've got a descendant…