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…
Windows for business | Windows Client for IT Pros | User experience | Other
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…
Developer technologies | Universal Windows Platform (UWP)
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?
Microsoft Security | Microsoft Entra | Microsoft Entra ID

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: …
Azure Virtual Machines

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
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Other
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
Community Center | Not monitored
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…
Community Center | Not monitored
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?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
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…
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID


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?
Azure App Service
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…
Community Center | Not monitored
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…
Community Center | Not monitored
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 Virtual Machines
(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…
Azure Virtual Machines
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?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
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.
Azure Virtual Machines
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 …
Microsoft Security | Active Directory Federation Services
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 =…
Developer technologies | Universal Windows Platform (UWP)
[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
Developer technologies | Universal Windows Platform (UWP)
[UWP] [EF] How to deal with database in specified folder
Hello, In my UWP app I create a folder: StorageFolder appFolder = ApplicationData.Current.LocalFolder; databaseFolder = await appFolder.CreateFolderAsync(databaseFolderName, CreationCollisionOption.OpenIfExists); now I use EF to deal…