1,813,762 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

What happens to Service Principals created by users no longer in active in Azure Active Directory?

Hi, I'm trying to come up with a plan or procedure to handle Service Principals users when a user is no longer active in the companies Azure Active Directory. For example: Ben creates a Service Principal on the Azure Active Directory. Bens…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2020-04-23T09:03:30.367+00:00
John Doyle 111 Reputation points
commented 2020-04-24T07:41:11.96+00:00
John Doyle 111 Reputation points
1 answer

What are the possibilities for a system cleaner in uwp?

I need a suggestion. I see a large gap between the capabilities and the requirements even for a simple system cleaner, since there are too many restrictions. Cleaning the recycle bin & un-installing unused apps are undoubtfully essential, but…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-17T05:02:16.713+00:00
Nasreen DGM 1 Reputation point
commented 2020-04-24T07:13:51.34+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

How to set Proxy in MessageWebSocket?

I want to set a proxy in MessageWebSocket..i got this "PasswordCredential ProxyCredential" but don't understand how to set proxy URL Example proxy: URL:- 127.0.01 Port:- 8888 Getting 403 error; Forbidden (403). (Exception from HRESULT:…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-14T14:07:25.5+00:00
MangoApps 91 Reputation points
commented 2020-04-24T07:13:30.203+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

Auto Suggest Box bound to a CDS table

I am attempting to create an Auto Suggest Box that works like a Lookup field in PowerApps. I want to bind it to the org Users table in CDS so you can start typing in a name and it will give you suggestions from that Users list. Is there a way to bind…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-09T18:18:14.26+00:00
Nathanael Woodhead 111 Reputation points
commented 2020-04-24T07:12:48.077+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
0 answers

What is this error? EETypeRva:0x00075618

Hi. When uwp player app develop, an error occurs with the MediaSourceOpenOperationCompletedEventArgs parameter of the OpenOperationCompleted event while attempting to open the mediasource. The error code is EETypeRva: 0x00075618. Please help…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-09T02:55:07.907+00:00
hacysean99 1 Reputation point
commented 2020-04-24T07:12:06.283+00:00
Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
1 answer

Control Outlook 2016 item list with GPO

Thank you for your help. I want to control the display method of the item list (④ of the attached image) of Outlook 2016 by GPO, but I asked a question because the setting value was not found. On the Outlook screen, you can select…

Community Center | Not monitored
asked 2020-04-24T04:58:01.853+00:00
ort_tt 21 Reputation points
answered 2020-04-24T07:05:17+00:00
Leon Laude 86,196 Reputation points
3 answers

How do I use an image from ImageCropper with Windows.Media.Ocr?

I am attempting to use an image from the ImageCropper in Windows Community Toolkit (https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/imagecropper) with Windows.Media.Ocr. This is my first time using either one of these, and my…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-20T16:36:23.347+00:00
Nathan Sokalski 4,111 Reputation points
commented 2020-04-24T06:31:50.757+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer

UWP app submission using package flights for certification only

I currently have an app in the Windows Store that I plan to update to be able to host UWP extensions. However, before I release this update to all my users, I'd like to have at least one extension available in the Store. But I'm not sure how to get…

Community Center | Not monitored
asked 2020-04-24T05:12:51.663+00:00
Alienator 76 Reputation points
answered 2020-04-24T06:30:35.83+00:00
Anonymous
4 answers One of the answers was accepted by the question author.

Unable to enable WSL2 on Windows 10 Home 1909

Virtualisation is enabled. Both Windows Subsystem for Linux and Virtual Machine Platform are enabled in windows features. One error shows up in event viewer: Log Name: System Source: Service Control Manager Date: 24/04/2020…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2020-04-23T22:28:34.03+00:00
3dWrecker 26 Reputation points
accepted 2020-04-24T06:08:36.623+00:00
3dWrecker 26 Reputation points
1 answer One of the answers was accepted by the question author.

Create mailbox folder with Graph API

I want to use the Graph API to create a folder in a mailbox that belongs to Exchange Online. After getting the token, I was able to create a folder with the following command. However, it cannot be created as a child folder of the specified…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2020-04-14T10:50:39.863+00:00
ort_tt 21 Reputation points
accepted 2020-04-24T04:37:13.163+00:00
ort_tt 21 Reputation points
0 answers

WPF : Cursor not visible in text box first position in RightToLeft flow direction

Hi, I have tried to remove all margin value in TextBox by accessing inner element and set Margin as 0. With this value cursor not visible in RightToLeft direction first place. But working fine in LeftToRight direction. LeftToRight: RightToLeft:  You…

Developer technologies | Windows Presentation Foundation
asked 2020-04-21T04:16:07.127+00:00
Muneesh Kumar 1 Reputation point
commented 2020-04-24T01:58:27.463+00:00
Alex Li-MSFT 1,096 Reputation points
2 answers One of the answers was accepted by the question author.

ContentDialog PrimaryButtonClick closes the dialog before the async operation completes.

Hi I have a ContentDialog, when I click on the primary button the PrimaryButtonClick event is raised which then calls an async operation. But before the async operation completes the dialog is closed. Is there a way to prevent this? private async void…

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-24T01:11:20.68+00:00
Gavin 116 Reputation points
accepted 2020-04-24T01:27:51.957+00:00
Gavin 116 Reputation points
0 answers

Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application

Good day! I attempted to the Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application. I took several approaches and came up with the same issue. Error Acquiring Token: …

Developer technologies | Universal Windows Platform (UWP)
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2020-04-21T16:22:37.297+00:00
Keith Nicholson 36 Reputation points
commented 2020-04-24T01:26:53.597+00:00
Anonymous
1 answer

AAD & G Suite Question

I just have a simple question. I work for a school district and we use G Suite for email, device management, etc. We are a Mac district and wanting to make a switch to Azure AD for domain services. I know that we can setup Azure AD to interface with G…

Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2020-04-21T14:17:29.43+00:00
Ron Storey 1 Reputation point
answered 2020-04-23T23:45:05.117+00:00
Marilee Turscak-MSFT 37,396 Reputation points Microsoft Employee Moderator
2 answers

ADFS Authentication with Multiple Forests for Remote Desktop Services

Hello, How can I do ADFS Authentication with Multiple Forests for Remote Desktop Services? I have an on-premises Remote Desktop environment and now we are merged with other company and they want to access our Remote Desktop Environment with their AD…

Microsoft Security | Active Directory Federation Services
asked 2020-04-15T05:49:34.347+00:00
Hardeep Singh 1 Reputation point
commented 2020-04-23T20:25:52.483+00:00
Pierre Audonnet - MSFT 10,206 Reputation points Microsoft Employee Moderator
1 answer

Standard d4 vm support less NIC's then D3

Hi, Does anyone know why the older d3 series supports more NiCs then the newer D4_v3. We wanted to resize to d4_v3but can't due to the limit on NICs which makes no sense surely the d4 should be better then the d3_v2

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

10,166 questions
asked 2020-04-23T08:41:40.17+00:00
Robert Glass 1 Reputation point
answered 2020-04-23T19:22:30.667+00:00
Philippe Levesque 5,846 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Trying to run a detection test on a newly onboarded Microsoft Defender ATP machine

Am trying to to run a detection test on a newly onboarded Microsoft Defender ATP machine following below article. https://learn.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/run-detection-test It never seem to work..not…

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

10,166 questions
asked 2020-04-23T15:19:19.76+00:00
Vinod SR 21 Reputation points
commented 2020-04-23T17:19:49.077+00:00
Vinod SR 21 Reputation points
1 answer One of the answers was accepted by the question author.

Error bc30574 Option strict on disable late binding

Hi I get this error when i try to assign the content of a combobox item to a string comboyear is a combobox dim title as string title = comboyear.items(comboyear.SelectedIndex).content Thanks

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-22T14:05:26.587+00:00
Shay Wilner 1,746 Reputation points
accepted 2020-04-23T10:10:21.877+00:00
Shay Wilner 1,746 Reputation points
1 answer

WebView.InvokeScriptAsync code examples

Can someone provide some code examples for using WebView.InvokeScriptAsync I am successfully using simple code like Dim scriptString As String = "document.getElementsByName('submit')[0].click()" …

Developer technologies | Universal Windows Platform (UWP)
asked 2020-04-22T16:57:01.327+00:00
ansalc 451 Reputation points
commented 2020-04-23T09:05:51.01+00:00
Fay Wang - MSFT 5,231 Reputation points
1 answer One of the answers was accepted by the question author.

What is a "Unit" in Azure Signal R pricing?

Im currently planning on building my very first blazor application and I noticed that in order to scale up I need to use Azure Signal R services. Id like to know what a Unit is as I noticed the free package allows up to one unit and the standard allows…

Community Center | Not monitored
asked 2020-04-23T04:38:39.163+00:00
Munesh Kumar 21 Reputation points
accepted 2020-04-23T08:56:21.407+00:00
Munesh Kumar 21 Reputation points