i have accidentally deleted my profile how can i bring it back
i have accidentally deleted my profile how can i bring it back
Cannot find the system mailbox in Active Directory.
I get the following error after trying to import a pst file from ecp Could not find the system mailbox '0faa08e44ca3-4d6e-bdf5-032a42b9b9b1' in Active Directory. The error is reproduced in only one database SystemMailbox object…
Can't create and delete the firewall
Dear Sir When I create the firewall on the resource group which the name has japanese characters, I can't create it successfully. The Provisioning state is failed. And after that, I can't delete it and the error invalid special characters…
Problem with Azure sign up. Creditcard erroneously identified as prepaid card
When I try to sign up for Azure I enter my creditcard information for validation. The credit card is not prepaid, but is identified as prepaid by Microsoft. How do I solve this problem? Is it an error from Microsoft or my creditcard company? Best…
[WPF] Image get disappeared while zooming out image using DeltaManipulation event (pinching)
Hi All, My requirement is to do pinch zooming in WPF platform. For that, i have created simple POC sample according to my requirement and it can be reproduced. Please find the snippets below XAML: <Grid> <Image…
How to resolve runtime error: Retrieving the COM class factory for component with CLSID [CLSID] failed due to the following error: 80040154 Class not registered
Hi, I'm currently working on an old VS 2010 project recompiled to run on 64 bit machine. Its a windows service deployed via .msi installer. The windows service starts fine but when hitting the code that calls an 32 bit dll (interop.schur.dll) it…
AAD to on premise SSO
Hi, this article https://learn.microsoft.com/en-us/azure/active-directory/devices/azuread-join-sso#next-steps pretty clearly states that SSO is possible for an AAD connected device/user to on premise resources as long as there is a "line of…
When I use WPF MediaElement loaded a https mp3 resource,and call Play(),error appeared
When I use WPF MediaElement loaded a https mp3 resource,and call Play(),error appeared (when load a http mp3 resource, nothing happened) test link: …
How can I use ethereum through Azure
How can I use ethereum through Azure
ADF extract data from an on-premises oracle database into azure SQL database in real time
We have lots of web application on-premises, and its database include: Oracle, SQL Server, MySQL and SAP HANA. For Oracle DB, is it possible that ADF can extract data in read time? When there is any update in Oracle database, ADF can SYNC these…
Outlook data integrity
How can i check changes made by sender on the attached email from him. in other words, i want to get assurance that the email attached as attach file to the received email wasn't changed.
What is the easiest method to send an email notification withe a SharePoint list item attachment?
I am trying to create a flow to send an email on demand from a SharePoint list. I need to have fields in the list populate in the email subject and body and also pull the list item attachment and send it as an email attachment. Scenario: Client…
Hybrid Azure AD Join - Missing GPO regkey - Key Path: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CDJ\AAD
Hi We are currently following the below article: https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-control Specifically the section titled -…
For MCSE 2016 Exams
I wonder that, how to check my past exams 2012 MCSE certifications? And I wanna take exams to upgrade MCSA 2016 and MCSE 2016, the method still I pass my microsoft account to exam center to integrate to my Microsoft Account? Please Advise. Thanks!
How do i start up Microsoft teams after downloading the application which it states is for free on the website?
I have downloaded Microsoft teams and can't access or start it up as it keeps stating that I have to be added by the admin of my organization? Can you tell me how to start this up please?
azure translate api
i have used the code in python as given on the site and integrated with node js using spawn.but it does not display hindi or any other language whose script is different from english ,why this is so and please help
My Azure test invites are not going through
Currently, when I send an invitation to a current team member, they are not able to see my invitation to test. We also need testing only logins Is it possible to get in contact with someone today? We are current clients, but would like to know what…
Why is there no datatransfer on my WIndows Server Backup for the explicitly selected virtual machines?
We setup Windows Server Backup. We chose to do full backups, system state and some selected virtual machines. The backup works properly and no errors are generated. But whne we look into the details of the backup we can see, that there happened no…
How to connect Node service with Office 365 Mail Box
I'm facing issues while trying to read mail from Office 365 account. Below is the code I'm using: const EWS = require('node-ews'); // exchange server connection info const ewsConfig = { username: 'myuser@myDomain.com', …