Double Pointer
So , The Double pointer Works Like We Create an Variable pShape in Stack and It Moves to Heap Through Struct IDrawable and as it is an Double Pointer, There's an reference to it in Stack Memory so It Moves to the Address of pShapre and Again Moves to…


Offline Media and Drivers
We support about 28 different models of machines in our Configuration Manager OSD Task Sequence, which requires storing all those drivers on DPs, and also including them in the Offline Media. Having such large Offline Media is causing an issue in our…

Not Able to Download file from MVC Web API
Hi, I am trying to download a file using MVC Web API, where I am facing two issues. First, I am Getting the CORS error, Access to XMLHttpRequest at 'http://testservices.lab.com/api/DYRDSP/GetSignatureImage/35/01/1werw12' from origin…
Showing Remote Desktop Server Licensing mode alert when login to the server
Hello, When login to the Azure VM server through Remote desktop showing alert "Remote Desktop Server Licensing mode is not configured and remote desktop service will stop working in 16 days." We have installed 25 Per User CAL license but…
why is this giving me an error,can anyone help.
INSERT INTO [dbo].[FinalReportSource] ( [Row Id] ,[order id] ,[Order Date] ,[Date] ,[Ship Mode] ,[customer Id] ,[Customer Name] ,[Gender] ,[MaritalStatus] ,[Age] ,[Numberofchildren] ,[Segment] ,[Country] ,[City] …
AutoDiscover for Exchange Hybrid
Hi I have been removing our Old Exchange server 2010 from our Hybrid Environment (Exchange 2010 & Exchange 2016 & Office 365) . Now if I turned off Exchange 2010 server, seems AutoDiscovery is very slow, took about 2 minutes to find the user…
How to specify PeerTokenAccessMask in WSAQuerySocketSecurity?
The PeerTokenAccessMask field is a ULONG in SOCKET_SECURITY_QUERY_TEMPLATE. I need to set it to some value to get PeerApplicationAccessTokenHandle and/or PeerMachineAccessTokenHandle. However I cannot find anywhere how that mask field can be set. …
backup azure sql paas
dears, can you please advise on how to backup azure sql servers services? not azure vms with sql servers im talking about the paas sql. in the recovery vault, i just have the option to backup azure vm with sql servers. your advise is appreciated …
Azure Log Analytics or SQL Profiler for AAS?
I think you can use both SQL Server Profiler or Azure Log Analytics for Azure Analysis Services logging. But which one is the better option?
Visual Studio 2019 Azure KeyVault configuration error when publish
I want to deploy my project to Azure in an App Service I have just created. Also, I created a KeyVault for all my settings. When I try to deploy to app to the service, I have to configure the connection strings for the databases. I click on…


How to create a 'flow' that creates a shift when List item is modified
Hi, I want to create a ‘flow’ that would automatically create a new Shift when a user updates certain columns in a List. For example; column 1 (title/item column) : Manager Column 2 (yes/no column) : yes Allocated (person column): Jane Doe …

Do Blueprints support inline deployment scripts within ARM template?
My aim is to add users to the Cost Management Contributor role as part of my baseline subscription blueprint. My first thought was to try the Role Assignment artifact available in Blueprint GUI. However, this only allows you to select one user - I want…

MySQL for Azure connection reset by peer - unpredictable errors in Python code
I have a python application connecting to our Azure MySQL database. It parses through a large CSV of items, hits an external API for data, and then posts that data to the db. In the loop, I do a couple of SELECT queries that are parameter driven, an…

Get SharePoint site page metadata/properties using Graph API beta
Hello! I'm attempting to retrieve some basic metadata (description, thumbnail) and custom properties for a SharePoint site page using the beta Graph API, but using the basic examples in the documentation isn't giving me all the pieces I need.…
Unable to access my media services rest v2 endpoint with token generated from AAD auth
I created a service principal with owner access. Generated a token and tried to list the Assets through v2 media rest endpoint but I am getting 401 without any error in the body Followed the complete procedure.
How to transpose the data
Hi All, Can someone please help me on how to transpose the data, below is my DDL and attached are the input and output : Create Table #Temp ( ID Int, A_10 Int, A_11 Int, A_12 Int, B_10 Int, B_11 Int, B_12 Int )…

SSMA for Access - How can I figure out exactly what table and column or index these warning messages pertain to?
SSMA for Access - How can I figure out exactly what table and column or index these warning messages pertain to? A2SS0030 Identifier name might cause problems A2SS0030: Foreign key '{5A15D9A6-64CE-44B3-AD29-21EAF86F0328}' has a name that might cause…
SMSPXE Error - NO SSL & Other RED ERROR
Hi all, I am trying to configure our sccm for PXE boot and our farm is configured with PKI for HTTPS commmunication. I have added a cert for my DP and configured PXE. but when i check the SMSPXE log. i am getting the screenshot below. …

UWP XMAL c# -- Most effective way to use the MediaPlaybackList
Hi, I'm just learning UWP and hope you can help. I'm looking for just a general outline for the best approach for doing the following. Load audio files from a playlist into a MediaPlaybackList associated with a MediaPlayerElement. I can do this with…
Front Door // Rule Engine - Transform to lowercase (bug)
Hi Microsoft Q&A I want to ensure that the URL path is always in lowercase. This is possible by using the “transform to” in the Rule Engine, but it only works if all the letters in the path is uppercase, and no trailing dash. A few examples…