is it possible to call a UWP class Library in a win32 console?
I have encountered a requirement to launch a UWP app in a win32 normal c++ (not c++/clr or c++/winrt) console. So the first thing is that using LaunchUriAsync to luanch my UWP and i find that win32 c++ doesn't support it. So I want to create a UWP dll to…
LLDP API in Windows 10 without admin access
Hello, are there any APIs in Windows 10 to access LLDP info (switchport id, switch name etc) without local admin access.
Backup SQL and VM
Hi, When I set up a SQL backup on a VM I am protecting only the selected database. If I want to protect the VM should I create a JOB for the virtual machine only? Does this mean that I will consume the same SQL space twice in Azure Storage? With…
Where is my 12 month trial period?
Good afternoon!Sry for my English. I'm a student. Half a year ago, I signed up for the Microsoft Azure platform where they gave me 12 months of free trial. Everything was wonderful, I deployed a training application and everything worked perfectly. 2…
MD 100 certificado
PREZADOS MEU NOME E FABIAN EDUARDO DE SOUZA SANTOS MARQUEI PARA TIRAR A CERTIFICAÇÃOO DIA 19 DE JUNHO , MAIS PELA QUAL A AÇÃO QUE A MICROSOFT MARCOU PARA O DIA 18 DE JUNHO ACABEI PERDENDO MEU MINHA PROVA E ATÉ AGORA NÃO OBTIVE UMA RESPOSTA DA…
Error While to Deploy Azure FarmBeats
Below the Error message { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations…
c# cryptograpy with rijndaelSymmetry key
Hi, I'm using the RijndaelSymmetry key for encrypting and decrypting strings in two web service methods. During my tests I found that the word 'finally' has the encrypted value of "RXh+WV+v0ZBp1foSCeJ1Nw==" and 'Finally' has the…
MIP SDK: how can I revoke doc access rights by MIP/API API
I can use AIP/MIP Labels to protect documents. But when I send the protected file to others, how Can I revoke the access right with "SDK" or "API" ?
I've been trying to add new snooze dateTime to the event via the API
> url: https://graph.microsoft.com/v1.0/me/events/${eventId}/snoozeReminder, method: "POST", headers: { 'Authorization': Bearer ${accessToken} }, data: { newReminderTime: { dateTime: ${nextMonday_18_00.toISOString()}, // my…
Azure resource provider Microsoft.Token
Azure resource provider Microsoft.Token is hung in Registering status for more than 2 months. Please advise what is the issue and solution?
azure active directory not working on microsft learne sandbox
azure active directory not working on microsft learne sandbox No access Summary Session ID 65ba4c7ee306420e827516d07815ff8a Resource ID Not available Extension Microsoft_AAD_IAM Content ActiveDirectoryMenuBlade Error code 403
Issue accessing WVD host pool (ARM-version, Spring 2020)
I recently spun up an ARM-based Azure WVD host pool for a client using a Trial Subscription. When trying to access via the web or desktop client, I receive the error: "It looks like your system administrator hasn’t set up any resources for…
How will I pass parameters such as, user id in hyper link?
I have a HTML page where there is one hyperlink. This html email will be sent to users via Microsoft outlook (I have written the mail function using flask python) and when users will click on hyperlink on the email body, it will eventually open another…
DFS Shares Disappear in Windows 10
Every once and a while Windows 10 will stop seeing DFS shares. I have two domain controllers and one file server - all running Server 2019. My DFS shares are structured like this: \domain.local\DFS\Home \domain.local\DFS\Share1 …
Cerification Verification request id - xxxxxxx
To Whom it may concern, We would like to verify Microsoft Certified Professional (MCP) for an individual. Please let us know whom do we need to contact. Any help in this matter will be highly appreciated.
NoPermissionsInAccessToken while trying to read mail from mailbox
I am using this url: https://login.microsoftonline.com/{my client id}/oauth2/v2.0/token body: { "grant_type": "client_credentials", "client_id" : "e87u998-8878-jju89-****", "scope" :…
VisualStudio - In Release it works, if Published it doesn't work!
Hi, I'm using gmap vers. 2.0.1 (LINK) with Visual Studio 2019: Release (which Debug) work correctly. BUT when I publish my project and run my app outside Visual Studio, my app doesn't even appear! How can I understand where the problem is? …
ASP.NET Core 3.1.0 site won't run - Could not load Microsoft.AspNetCore.Razor.Runtime, Version=3.1.1.0
I'm building an ASP.NET Core app, and it's stored on an Azure web service. I had just finished the tutorial on connecting to a SQL server and was beginning to set up the ASP.NET Core Identity stuff on there. However, whenever I deployed my site up to…
Azure SQL VM's in Availability Set
Hello, I have a question regarding Azure Availability Set and specifically related to Azure SQL VM's. Assume I have the following configured in Azure: SQLRG (name of resource group) SQLVM1 (sql vm 1) SQLVM2 (sql vm 2) SQLAS (name of…
How will I call an azure web app from a html hyperlink?
Hi, I have made an azure web app which sends email to outlook. In the email html body there is one hyperlink and when user clicks on that link, it will call another azure web app. So, right now my requirement is to connect with another azure web app…