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?
SSIS server/pkg upgrade from 2008 to 2017
As we are upgrading from 2008 to 2017, We need to upgrade existing packages to 2017. (we use file store deployment method.) We have 2017 SSDT installed as test environment setup. While directly opening existing package in 2017 ssdt as a part of…
some fonts doesn't work in program Word.
In program word, I tried to change the font to "Times New Roman" font, but it doesn't work and even changed to Korean styled font. And all the things that I write all have the red underline. Even it does not have any spelling mistakes. I…
Block blob files do not get displayed on web site
Hi, I just spent the whole night and day connecting the blob storage (block blob premium and standard) using blobfuse to my virtual machine (webserver) running on CentOS (Azure). I am using Centos/Plesk (BYOL) image. I am pretty sure I did…
(Azure VM) How to get the time duration of a deployment in a resource group
Hello, I am currently using Azure to create virtual machines, and I tried to find a way to get the time duration of creating a VM. As you can see in the picture below, I found that as I go to the deployments section of a resource group where I…
How to log in to Windows using Azure Active Directory with Remote Desktop from MacOS?
I tried to log in to the PC using Azure Active Directory using the Remote Desktop app of MacOS, but the message "Smart card inserted" is displayed even though there is no smart card. Is there any solution?
Virtual Machine Details
How can I list the VM's details like OS version (2008 2016 etc) SKU (A1 B2 ) processor type and number of cores (VCPU) for all the VM's in my subscription.
Authentication Loop use ADFS with CRM
I posted this in CRM Dynamics to no avail so I'm trying here. I have two users (one being me) who get an authentication loop when attempting to access our CRM system via our intranet. I used a SAML inspection program and I get ws-fed error …
Removing From ListView ItemTemplate
Hello, I have a ListView defined as: Now I want to Remove from ItemTemplate Button. I want to do this code behind. Tried to do this with code: ElementFactoryGetArgs efga = new ElementFactoryGetArgs(); Grid g =…
[UWP] SQLite.UWP.Native
Hello, I install from Nuget packages SQLite.UWP.Native, next i try to write declaration" using SQLite.UWP.Native; VS highlights this declaration as error. What am I doing wrong? How to use this package in UWP