474,050 questions

Sort by: Updated
1 answer

PrivateLink Resource

Created a private link. When i created the endpoint when the Private link resource option comes up it wont alow me to put in the rg it only allows me to put in the privatelink. is that correct?

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
550 questions
asked 2021-06-22T13:05:49.71+00:00
Gene Mcphaul 1 Reputation point
answered 2021-06-23T09:58:55.69+00:00
SaiKishor-MSFT 17,336 Reputation points
1 answer

How do I enable the option to export to pst from Exchange?

How do I enable and activate the option to be able to export to pst from Exchange? ![107620-image.png][1] [1]: /api/attachments/107620-image.png?platform=QnA

Exchange | Exchange Server | Management
asked 2021-06-21T17:21:00.007+00:00
Claudio Ramos 1 Reputation point
commented 2021-06-23T09:54:07.297+00:00
JeffYang-MSFT 6,261 Reputation points Moderator
1 answer

0x907 on iOS after update RD Client to 10.3.0

Unable to connect to RDP after updating the client to version 10.3.0. Error 0x907 is displayed every time. We use SSL connections. Everything worked on the previous version of RD Client ...

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-06-17T05:41:07.667+00:00
Digital Underground 6 Reputation points
commented 2021-06-23T09:52:54.79+00:00
Andy YOU 3,076 Reputation points
1 answer

Using new feature "deviced connected" in raw data

hi, I've just discovered that device states are now available in raw data. would it be possible to create a rules using this state ? for exemple send an email when the device is up. (device connected. ) ? Same for device disconnected Thanks

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
376 questions
asked 2021-06-16T15:13:48.473+00:00
Pascal Tellier 46 Reputation points
commented 2021-06-23T09:47:43.423+00:00
António Sérgio Azevedo 7,671 Reputation points Microsoft Employee Moderator
2 answers One of the answers was accepted by the question author.

Return original settings for ie

Hello. In the process of improper group policies, it was found that in the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings A lot of different and wrong parameters. How can I remove everything and return it to the…

Windows for business | Windows Server | User experience | Other
asked 2021-06-22T12:22:56.56+00:00
Андрей Михалевский 3,451 Reputation points
accepted 2021-06-23T09:31:14.38+00:00
Андрей Михалевский 3,451 Reputation points
0 answers

DHCP client fault

I am running the TCP echo server on my Nucleo Discovery board, STM32H743. This is a little different from the provided example based on STM32H7xx, and I modified the *.ld file (most for increasing RAM1 size). In addition, rand() function is not…

Community Center | Not monitored
asked 2021-06-23T03:10:22.003+00:00
zhiqi liu 1 Reputation point
commented 2021-06-23T09:30:36.227+00:00
Anonymous
1 answer

last name mandatory

hi, On document my name is Rakesh .if I fill the certification form last name mandatory. How i can fill the form please suggest

Community Center | Not monitored
asked 2021-06-23T09:25:09.473+00:00
Rakesh-0102 1 Reputation point
answered 2021-06-23T09:25:49.483+00:00
Andreas Baumgarten 123.6K Reputation points MVP Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Unable to make my first translation API request

Whenever I try and make a POST request to: https://api.cognitive.microsofttranslator.com/dictionary/lookup?api-version=3.0&from=en&to=[pl] I get the error: {"error":{"code":400003,"message":"One of the…

Azure AI Translator
Azure AI Translator
An Azure service to easily conduct machine translation with a simple REST API call.
485 questions
asked 2021-06-23T09:09:42.163+00:00
Kalin Rudnicki 96 Reputation points
accepted 2021-06-23T09:25:10.073+00:00
Kalin Rudnicki 96 Reputation points
4 answers

Is event ID in MS Graph API unique?

Is the ID of the event resource type unique across all user calendars? Or is the uniqueness only within a calendar? In other words: Can the appointment "Foo" in the calendar of user A and the appointment "Bar" in the calendar of…

Microsoft Security | Microsoft Graph
asked 2021-06-21T07:09:41.923+00:00
Gerald Consolidate 1 Reputation point
commented 2021-06-23T09:22:17.377+00:00
Gerald Consolidate 1 Reputation point
2 answers One of the answers was accepted by the question author.

No last name

I wish to appear the Microsoft AZ-900 certification. I have no last name but on the website it is compulsory to fill in the lastname. So what is the solution for that?

Community Center | Not monitored
asked 2021-02-08T06:14:07.617+00:00
Niveditha 21 Reputation points
answered 2021-06-23T09:21:23.76+00:00
Rakesh-0102 1 Reputation point
3 answers

SIlverlight app Error (Error HRESULT E_FAIL has been returned from a call to a COM component)

We have a lot of Silverlight apps running, recently we acquired new computers and we have just one application failing in the new computers, this app is running good in all the computer except the new ones, any idea? One of the errors is Error HRESULT…

Developer technologies | C#
asked 2021-06-18T15:31:02.913+00:00
Mahiquez Fuentes, Luis (ITD) 1 Reputation point
commented 2021-06-23T09:18:08.567+00:00
Daniel Zhang-MSFT 9,656 Reputation points
0 answers

How to restart Outlook.exe from within C++ plugin written for Outlook MAPI

Hi There I have my plugin for outlook written in MAPI C++. There is one requirement wherein if user does GAL delete, I want to clear the cache of outlook for which there is a switch /CleanAutoCompleteCache which will clear the whole AutoComplete list…

Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
Developer technologies | C++
asked 2021-06-20T05:45:17.107+00:00
Mahesh Amarelia 1 Reputation point
commented 2021-06-23T09:15:23.777+00:00
RLWA32 49,636 Reputation points
2 answers One of the answers was accepted by the question author.

Divide by zero

I have some formula, which returns result as 0.45: SELECT (1-(100-ROUND(100*(itemPriceitemQ-RPrice)/(itemPriceitemQ), 2))/100) Now I divide 1 with 0.45: 1.0/ (1-(100-ROUND(100*(itemPriceitemQ-RPrice)/(itemPriceitemQ), 2))/100) And I get an…

Developer technologies | Transact-SQL
asked 2021-06-18T16:12:23.013+00:00
simon 61 Reputation points
accepted 2021-06-23T09:13:34.053+00:00
simon 61 Reputation points
0 answers

Sporadic crash on iOS

Hi all, I see sporadic crashs of my Xamarin app on iOS with the following stacktrace: Last Exception Backtrace: 0 CoreFoundation 0x19cbf2754 __exceptionPreprocess + 220 (NSException.m:199) 1 libobjc.A.dylib …

Developer technologies | .NET | Xamarin
asked 2021-06-22T20:39:00.137+00:00
Markus Plail 1 Reputation point
commented 2021-06-23T09:07:21.917+00:00
Kyle Wang 5,531 Reputation points Microsoft External Staff
0 answers

Implementing Critical Alerts in Xamarin.iOS (with AppCenter and FCM)

Hi im trying to implement iOS Critical Alerts in my Xamarin.Forms App. For Push iam using Firebase Cloud Messageing, Compilation and Distribution is done via MS Appcenter. I thing ive reproduced all necessary steps from…

Developer technologies | .NET | Xamarin
asked 2021-06-22T08:53:46.48+00:00
FloGey 1 Reputation point
commented 2021-06-23T08:58:15.443+00:00
Kyle Wang 5,531 Reputation points Microsoft External Staff
0 answers

Different Jpegs with same name returning the first retrieved in IIS

Hi All, Im Migrating a Images server from a 2008 R2 to a 2019 server. It all seems to be working except for one odd thing that I cant figure out how to resolve. For reasons of the legacy system this feeds images to I cant rename files etc to be unique.…

Windows development | Internet Information Services
asked 2021-06-21T13:13:45.303+00:00
Ciaran Flanagan 1 Reputation point
commented 2021-06-23T08:49:25.32+00:00
Sam Wu-MSFT 7,561 Reputation points Microsoft External Staff
7 answers

Sharepoint "sites/search" api endpoint not returning some of the sites

We're using Sharepoint as a third-party service and at certain step we need to get the site by the part of it's name. The endpoint we're using to get it is "v1.0/sites/search=[partOfName]*" and it works, but not for all of the sites. I…

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-06-16T12:21:52.977+00:00
Yaroslav Bilan 1 Reputation point
answered 2021-06-23T08:46:03.967+00:00
MichaelHan-MSFT 18,126 Reputation points
1 answer

Package incompatible

Hi, I have been using VS 19 with SSDT installed, yesterday when I close my visual studio and re-opens, I am encountering with error message that my package is incompatible. The application is not installed.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
asked 2021-06-23T07:16:19.937+00:00
rajesh kumar 1 Reputation point
commented 2021-06-23T08:44:54.973+00:00
ZoeHui-MSFT 41,491 Reputation points
1 answer

Merging two Certification ID

Dear All, Could you please advise how I can have my two Certification ID merged? Many thanks, Kat

Community Center | Not monitored
asked 2021-06-23T08:42:40.833+00:00
Kat R M 1 Reputation point
answered 2021-06-23T08:43:54.237+00:00
Leon Laude 86,026 Reputation points
1 answer

Intune iOS - Managed apps, installation

Hi, I deployed Outlook as a Managed Apps and set it to be required. However it's not getting installed automatically and in the app installation reports its shows that it's not applicable. Device is treated as private one and secure work-related apps.…

Microsoft Security | Intune | Other
asked 2021-06-22T10:02:33.82+00:00
Pawels 71 Reputation points
answered 2021-06-23T08:38:39.763+00:00
Jarvis Sun-MSFT 10,231 Reputation points Microsoft External Staff