How to Get Brush or Color that System Uses for Selected Controls?
I want to get the Brush or Color that is used in UWP applications for controls that are selected. When a control is selected by the user the system sets the background color to indicate that the control is selected and while it's possible to flash a…
IsTabStop is Ignored in ControlTemplate
I have a UWP app that contains TextBox(s) using the following Template: <ControlTemplate TargetType="TextBox"> <Grid Background="{TemplateBinding Background}"> <Grid.ColumnDefinitions><ColumnDefinition…
![](https://techprofile.blob.core.windows.net/images/5da524cc22d64bf480edd8d86c64a8f5.png)
Will Spot VMs ever be available for sponsored accounts?
I was wondering if sponsored accounts will ever be allowed to create Spot VMs. This would be useful for students trying to save their $100 credit/year as much as possible. thanks!
How to set custom claims to aad token using C# code
I have a webapi which generates aad token and I have written token generation logic in Get() method in webapi. I'm able generate aad jwt token from webapi get() method but, now I want to include some custom claims into the token. How can I set…
How to correct an unidentified network problem after installing Windows 10 1909?
After installing Windows 10 update 1909 I no longer have internet access. With troubleshoot I have: device is connected but cannot access the network. With the problem solving I have: Ethernet does not have a valid ip configuration. I checked the…
How to solve this Azure App Service error querying Azure SQL DB
I have a Xamarin app that hits an Azure App Service that queries a SQL DB in Azure. I'm using the Nuget Microsoft.Azure.Mobile.Client package in my app I started with the standard Quick Start code and modified it to fit my app. I believe the…
Revoke-AzureADUserAllRefreshToken not working for one account
Hello I can successfully run Revoke-AzureADUserAllRefreshToken -objectid <guid> for one particular account, and it works. However running the same command against a different account i get the below error. The account i am using to run the command…
![](https://techprofile.blob.core.windows.net/images/a1395d6d60e64acc8c1bfc104037f1aa.png)
Remove user from Windows and UAC list
Occasionally users will sign into a shared computer. We are able to remove the user account, but the UAC still list the user. Is there a way to completely remove an Azure AD user account from showing up in the UAC list of users?
Azure Web App for Multi-Containers - No Access to Authentication / Authorization Tab
I am attempting to add Azure Active Directory Authentication (or some kind of Authentication / Authorization) to my docker-compose web app but unfortunately the tab on the left pane is greyed out for me. I haven't been able to find any information online…
A redundant GET request is sent in MS Edge
Please pay attention to the GET request in the rectangles. MS Edge: (Work Failed)There are two same GET requests are sent. FireFox: (Work Well)There is only one GET request is sent. Chrome: (Work Well) The fist GET request is cancelled. Only…
Laptop stuck in infinite loop after changing size of a partition
I just resized one of my partition F on my laptop using resizer server tool to allocate some of the unallocated space of my hard disk to partition F. After doing so my laptop required restart so I did it but now my laptop is stuck in an infinite loop…
how resize a batch of pictures just by marking them in explorer and right-clicking when the app is not the default for jpg
Hi, my app is not the default one for opening pictures - it is MS Photos. When the user selects a bunch of pictures in windows explorer - right clicks on it, it should display an additional context menu entry like "resize". This is…
Query exchange customattribute in an AAD group
I need to be able to somehow create a group in AAD that can query customattributes in exchange. it is for an fully online environment, so I don't have the tenant admin app available to query as appid in extensionproperty, what do I need to?
![](https://techprofile.blob.core.windows.net/images/a1395d6d60e64acc8c1bfc104037f1aa.png)
New to Azure custom VMs - a bit different than GCE
Good afternoon. I just successfully uploaded my first Linux custom image and, following the directions here: …
![](https://techprofile.blob.core.windows.net/images/0e1a96a31add4229ad2403a493ab0b85.png)
Azure AD DS upgrade ?
Hi, If we deploy Azure AD DS Standard, is it possible later to upgrade to the Enterprise or Premium SKU without destroying the service ? Thanks Nicolas
BSOD FOR Help
Very frequent blue screen as long as you use Dx11 to start the software, even i have reinstalled the system . I don't know what to do.Here is the dumpfile:https://drive.google.com/file/d/1YlmdlfPbZVyHbbisQTlHLzDLKSNUfRck/view?usp=sharing
What is the process to develop MDM for windows devices 10?
Hi All, We are planning to develop MDM for Windows devices (laptop and mobiles) and have searched for the process and the APIs/services to use on devices or server But could not find any? IF anyone knows it please let me know Thanks in…
Bypassing Azure AD MFA by adding machine IP address in MFA Trusted IPs throws error
I have added my machine's IPv4 address in MFA Trusted IPs and added CAP. But, it is not recognized and throws error. PFA. How to bypass Azure AD MFA by adding machine IP address in MFA Trusted IPs?
Retrieve an access token for Graph using a B2C tenant and delegated privileges
Hi, I'm trying to retrieve a valid access token to get to the user's audit log. As of right now, I've tried to retrieve that information both from the Azure Active Directory Graph and Microsoft Graph. Certainly, using an application scope and a…
![](https://techprofile.blob.core.windows.net/images/P-FLhf5_AwAAAAAAAAAAAA.png?8D7FD2)
![](https://techprofile.blob.core.windows.net/images/kEaBzx2NUUuiIiWIzwa6Qw.png?8D9F54)
How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?
How function app triggered by Azure Queue decides the method succeeded or not? How to verify the same?