I am working on the project were we have the requirement to write the data from sql to Marketo through ADF we tried through web activity and rest Api, but we are struggling to get the response from marketo if any lead on this would be appreciated.
Hi I am working on the project were we have the requirement to write the data from sql to Marketo through ADF we tried through web activity and rest Api, but we are struggling to get the response from marketo if any lead on this would be…
Azure Data Factory

Selecting Node values in Array using Xpath
Hi ,We have a requirement to fecth collection of node values into array from XML.we tried multiple expressions using XPath.but always getting null values.Please help how to get expect results in array. Values to select:…
Developer technologies | C#
How to copy a local DB in Xamarin.Forms?
I created a project where I'm trying to copy to local files in Xamarin.Forms, one is an XML and one is a local DB in SQLite: I configured them as EmbeddedResources. I tried to access their current location using this: public static class…
Developer technologies | .NET | Xamarin
Developer technologies | C#


Azure Conditional Access Sign-In Frequency
Hello Team, Looking for a solution on Conditional Access : Sign-In Frequency for the below scenario I'm working on CA policy for user session management and used the Sign-In frequency feature based upon the device state Managed Device : Users…
Microsoft Security | Microsoft Entra | Microsoft Entra ID


"Apps & features" reporting incorrect MS Office version
This was previously raised by someone here, but no resolution was provided: https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/why-does-programs-and-features-show-the-wrong/6e47470d-f084-4e06-bda3-a041f6d3ed8f I'm in similar…
Microsoft 365 and Office | Install, redeem, activate | For business | Windows

Upgrading Office 2016 Pro Plus to Office 2019 Pro Plus
Hello, We have Volume Licenses for our users in the company who are using office 2016 Pro Plus, Is there any method to upgrade to office 2019 using the same license? Thanks in advance.
Microsoft 365 and Office | Install, redeem, activate | For business | Windows

Dynamic Page Update in Visio
I have several Visio documents, each with 4 to 5 pages. One of these pages is a template which is the same in all the different Visio documents. The problem is that when I update this template, I have to then go to each individual Visio document to…
Microsoft 365 and Office | Visio | For business | Windows

My Microsoft Office Home & Student 2019 Suddenly Changed to Microsoft Office Professional Plus 2019
My Microsoft office originally home & student 2019 by default on my new laptop i purchase at dec 2020 but suddenly it become profesional 2019 and ask me for activation key.. i didnt install any microsoft office products.. can you help…
Microsoft 365 and Office | Install, redeem, activate | For business | Windows

The quality of RDP connection between my PC and the VM created in Azure is bad
Current problem: The quality of RDP connection between my PC and the VM created in Azure is very bad. I am in Shenzhen. And the speed of My Internet Information Service of my PC is 100Mbps And the location of the VM created in Azure is…
Azure VMware Solution
Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Azure transcription automatically stops after approximately 7 mins. No errors
Im using python sdk for realtime transcription in which I feed raw audio to sdk but its stops working approximately after 7 mins. Is there such limitation from Azure end? Also im debugging more to check if there is break in my flow which I will update.
Azure AI services
How get data massive from Excel List1, List2 and put resoult to List3?
Public Sub Program1() Dim k(1 To 54) As Integer Dim dqQ As Single Dim qQ(100) As Single Dim rVect(100) As Single Dim aElips1 As Single Dim eXcen1 As Single Dim zub1 ActiveWorkbook.Worksheets("List1").Activate Dim i(1 To 27) As…
Developer technologies | VB
Power Automate - Creating a New Team
I am using a flow to create a new team for users. I want to roll this flow out to the company. However, when a user requests a new team is created, flow creates this team with me as the owner by default. I can add the correct person as a second owner,…
Community Center | Not monitored

Add-IPBlockListProvider dnsbl domain
Hi: we need a avaliable dnsbl url for Add-IPBlockListProvider lookupdomain paratam,details information as follows: Add-IPBlockListProvider -Name "Contoso IP Block List Provider" -LookupDomain rbl.contoso.com -BitmaskMatch 127.0.0.1
Exchange | Exchange Server | Management
Exchange Server 2016 failover
Hi All, Need some help with an issue we had when trying to test a WAN failure with Exchange 2016. Here is the setup 4 Exchange 2016 Servers 2 DAGS DAGA - Has 2 servers, 1 in primary site and 1 in secondary site DAGB - Has 2 servers, 1 in primary…
Exchange | Exchange Server | Management
Failure opening connection on first time Provisioning
I following the instruction from " Quickstart: Provision a device with symmetric keys" https://learn.microsoft.com/en-us/azure/iot-dps/quick-create-simulated-device-symm-key The Visual Studio 2019 , git and cmake environment have been…
Azure IoT Hub
Workstation seems to patch but does not show compliant after reboot. Why?
We deploy patches using Configuration Manager current branch. I have some PCs that appear to have patched successfully. I can see the patch content in their cache and if I look at hardware inventory I can see the KBs listed under "Quick Fix…
Microsoft Security | Intune | Configuration Manager | Updates
configMgr(SCCM) distribution point rate limits
The default distribution point rate limits is "Unlimited when sending to this destination". when you select the default option will utilize available all bandwidth to distribute content from site server? if yes, what happens when DP server is…
Microsoft Security | Intune | Configuration Manager | Other
Unable to download my AZ-303 certificate
Hi I have recently completed by AZ 303 certification. But i am unable to download it. When i click the download button, it takes me to a new tab/page and then it blank. and nothing happens from that point. Kindly assist, as it is urgent and i…
Community Center | Not monitored
How to close a stream(may blocked) inside a background thread correctly?
abcd = new Thread(() => { bool done = false; try { long fileSize = Download.GetFileSize("blah"); HttpWebRequest request =…
Developer technologies | C#
Customizing PaneToggleButton Icon and Position in NavigationView UWP
I have tried to change PaneToggleButton icon using the default style PaneToggleButtonStyle and changed the Icon to '>' <TextBlock x:Name="Icon" Text="" FontSize="{TemplateBinding…