403,932 questions

Sort by: Updated
1 answer

Creating New Azure Active Directory Domain Services Instance

I have an existing Azure Active Directory instance that was created when we created our Office365 account. I would now like to add Active Directory Domain Services so that we can add some virtual machines and add them to this domain. Is it advisable to…

Microsoft Entra
asked 2020-04-12T03:51:45.14+00:00
Stephen Stark 26 Reputation points
answered 2020-04-12T15:01:41.063+00:00
James Dumont le Douarec 36 Reputation points MVP
1 answer

Making a custom touch keyboard that can be used instead of the other on screen keyboards

Is this possible? I want to design a custom keyboard to enter text when using Windows in touch & pen mode. This would not be just a custom keyboard layout. I want novel functionality using the pen and a series of radial menus. Cheers

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,891 questions
asked 2020-04-12T11:06:41.6+00:00
Will Young 1 Reputation point
answered 2020-04-12T11:34:22.803+00:00
Anonymous
1 answer

XAML > Binding SelectedValue to a concatenation of 2 properties

Hi, I've a Person class public class Person { public string location; public string name; ... } ...and a list of Person List<Person> list1 = new List<Person>() { new Person() { location = "Chicago", name =…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,823 questions
asked 2020-04-12T08:04:22.117+00:00
JM Deb 1 Reputation point
answered 2020-04-12T09:15:55.863+00:00
Peter Fleischer (former MVP) 19,331 Reputation points
1 answer

Is it possible to have Windows 10 AzureAD joined machines allow different users to login?

Hi there - I have remote offices all over the world where we're trying to slim down on the footprint but not having local domain controllers or any physical servers. I have AzureAD setup and I can join machines to it remotely over the internet. It…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,145 questions
asked 2020-04-10T14:33:52.483+00:00
Ward Anderson 11 Reputation points
answered 2020-04-11T21:07:57.663+00:00
Pavel Otych 81 Reputation points
1 answer One of the answers was accepted by the question author.

Azure AD Registration workflow with 3rd Party App

My company distributes a desktop application for law offices with a background service component that sends and receives mail from a client email account (one email account per law firm that they provision for the application on their own mail server). …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,145 questions
asked 2020-04-02T22:19:52.217+00:00
Granville Rex 21 Reputation points
commented 2020-04-11T20:21:37.03+00:00
Granville Rex 21 Reputation points
1 answer

Windows server 2019 WDS installation

I am kinda new in the world of servers and setting off for this career. I started afresh. I am installing my windows server 2019 with WDS. But here is the problem: I am on a Windows 10 Laptop on which I am using VBox to run my Windows server 2016. …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,891 questions
asked 2020-04-11T16:40:50.173+00:00
Niyinzigamiye Parfait 1 Reputation point
answered 2020-04-11T17:15:31.333+00:00
Anonymous
5 answers

Azure Virtual Server over site to site VPN - Need a static route to access?

I have an Azure cloud server and I have set up the site to site vpn according to our routers online document. https://customer.cradlepoint.com/s/article/NCOS-Cradlepoint-to-Azure-Site-to-Site-VPN-Tunnel I have a Connected status in Azure but I am…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,325 questions
asked 2020-04-09T22:29:10.253+00:00
JC 1 Reputation point
answered 2020-04-11T16:14:17.44+00:00
JC 1 Reputation point
1 answer

Document share to employees in field by phone. Is there software or app for this?

I work in construction, I need to send safety training material, company updates and documents for signature from my PC to their mobile phones. Is there software or and app for that?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,257 questions
asked 2020-04-09T15:51:09.44+00:00
Troy Chaudoin 1 Reputation point
answered 2020-04-11T08:26:35.99+00:00
brtrach-MSFT 17,391 Reputation points Microsoft Employee
1 answer

SCIM Role Provisioning For AWS SSO App

Would it be possible to share the config associated with the provisioning service which reads AWS roles and imports them to the Azure AD servicePrincipal representing the AWS SSO app? I see that I can copy the synchronization template from an existing…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,145 questions
asked 2020-04-09T14:17:07.29+00:00
Kazuma 1 Reputation point
answered 2020-04-11T07:26:23.69+00:00
Danny Zollner 10,496 Reputation points Microsoft Employee
1 answer

UWP sideloaded apps - encrypred appx (eappx)

Source link: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/27941ba9-a6b7-448f-b5e1-a7ab5807a120/uwp-sideloaded-apps-encrypred-appx-eappx?forum=wpdevelop Hi guys, Just want to know if side-loaded apps can also use eappx (encrypted…

Universal Windows Platform (UWP)
asked 2019-12-12T08:36:39.157+00:00
Roy Li - MSFT 33,851 Reputation points Microsoft Vendor
commented 2020-04-10T22:44:34.387+00:00
pinox 6 Reputation points
3 answers

Creating a custom image skips the extra attached disk

I've created a VM in a DevTest lab. This VM has it's main OS disk and a second data disk attached. When i'm creating a custom image, all is well. But when i create a new VM based on the custom image, the extra attached disk isn't created for the new…

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
283 questions
asked 2020-04-08T09:25:30.563+00:00
Reitse Eskens 21 Reputation points MVP
answered 2020-04-10T18:22:02.727+00:00
Reitse Eskens 21 Reputation points MVP
3 answers One of the answers was accepted by the question author.

Toggle Button Color Bound Property Not Concistant

Can't get my color property's bind logic right. I get odd color behavior and occasionally the toggle switch switches back on its own. Can anybody help Thanks Madaxe <UserControl x:Class="WpfApp5.ToggleButtonUserControl" …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,823 questions
asked 2020-04-09T19:37:23.907+00:00
Marc Jeeves 386 Reputation points
answered 2020-04-10T16:44:44.11+00:00
Marc Jeeves 386 Reputation points
1 answer

How to change the color of endpoints of route in bing map

Hi, I am new to bing maps and have one requirement, any help would be appreciated I want all the waypoints(Alphabets if i am not wrong) present inside a route should have same color as their respective route color. Such that if i have a route with…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,257 questions
asked 2020-04-10T07:21:04.703+00:00
James Umap 1 Reputation point
answered 2020-04-10T14:55:16.337+00:00
SnehaAgrawal-MSFT 22,181 Reputation points
1 answer One of the answers was accepted by the question author.

Access to Sharepoint 2019 OnPrem Web Services using NodeJS app

Hi In my company I/T has just set up a new Sharepoint 2019 OnPremise, that is hybrid, using Azure AD for authentication. I'm a site collection admin for my Sharepoint site collection. Let's say the URL to Sharepoint is…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,145 questions
asked 2020-03-26T17:24:06.64+00:00
Aymeric de Montpellier 96 Reputation points
accepted 2020-04-10T13:03:55.41+00:00
Aymeric de Montpellier 96 Reputation points
1 answer

microsoft Wireless Keyboard C3K1559

The keyboard does not work properly. Periodically, as you type, you type, and it is either partially typed, or all .... It feels like the keyboard is losing touch with the PC. You may need to change the communication channel. Very bad keyboard work for…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,891 questions
asked 2020-04-10T07:53:57.453+00:00
D A 1 Reputation point
answered 2020-04-10T11:24:04.583+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

How to change the color of the arrow of the combobox in uwp

Hi I would like to modify the color of the arrow of the combobox how can i do ?

Universal Windows Platform (UWP)
asked 2020-04-07T12:01:58.543+00:00
Shay Wilner 1,746 Reputation points
accepted 2020-04-10T10:16:41.927+00:00
Shay Wilner 1,746 Reputation points
0 answers

How to select all the child nodes without selecting the parent node of a treeview in 1803 version

I am using a treeview control in my uwp project which supports 1803 version. I will add the nodes to selected nodes programmatically when it is clicked. Consider a parent node with a single child node. When the child node is clicked, I will add it to the…

Universal Windows Platform (UWP)
asked 2020-04-08T05:50:52.57+00:00
budding_developer 156 Reputation points
commented 2020-04-10T08:12:15.353+00:00
Fay Wang - MSFT 5,221 Reputation points
1 answer One of the answers was accepted by the question author.

HTTP ERROR 500, not able to run durable function example

Create serverless applications Create a long-running serverless workflow with Durable Functions Exercise - Create a workflow using Durable Functions Stack: Error: The operation failed with an unexpected status code: 500. Details:…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,891 questions
asked 2020-04-07T10:22:37.213+00:00
Kumar, Atul 21 Reputation points
accepted 2020-04-10T07:53:30.937+00:00
Kumar, Atul 21 Reputation points
1 answer One of the answers was accepted by the question author.

SCCM - Cloud Management Gateway

Hi, I'm trying to configure an cloud management gateway in SCCM. When I try to create a new server app , I get the following error after sign in: AADSTS50107: The requested federation realm object 'http://<"domain…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,257 questions
asked 2020-04-10T07:09:50.487+00:00
KEVIN DE DIER 21 Reputation points
accepted 2020-04-10T07:48:49.447+00:00
KEVIN DE DIER 21 Reputation points
1 answer

App Domains: Advanced Management Portal is Broken?

Wanted to set up subdomain forwarding for my app custom domain through Azure. Note that I want a redirect, not DNS, and the only possible way to do this was through the 'Advanced Management Portal' on the domain resource. Going to this portal, clicking…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,257 questions
asked 2020-04-05T03:00:58.837+00:00
ZeroState 1 Reputation point
commented 2020-04-10T02:39:21.047+00:00
SnehaAgrawal-MSFT 22,181 Reputation points