Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
How to get client ID and client Secret other than Azure Portal ?
Hi Team, As I don't have access to Azure portal for EA customer, is there any way to fetch the Client Id and Client Secret using the billing account/enrollment number of the customer. I need this creds to get the access token for Cost Report API .


Office 365 | How to enable the Office add-in store
Hi, I am trying to use office add-in store in office 365 Powerpoint However, it returned "Sorry, Office 365 has been configured to prevent individual acquisition of Office Store Add-ins" As a IT admin I have tried changing the setting of…


excel2016选中单元格中部分文字的同时,按Ctrl+C复制,表格会卡死,无法保存无法关闭,只能任务管理器关掉
例如这样,选中部分文字同时按Ctrl+C,表格就会卡死
Not found error -Microsoft Graph API
I am facing below issue while trying to get "Communication details".Please guide.


Email Hygiene for internet mails.
Dear MS Office, I would like to check how to enforce within a business organization domain an email separation rule centrally. For example: if my org staff sends an email, it will be from @abc.com and others will be from gmail, hotmail and etc. I want a…


How to view/get email sent from our organisation without being our own domains?
Hello People of the web, I need to know how to view/get emails sent from our organization without being our own domains? Example: emails sent without being *@xxxxx.com, *@yyyyy.com and *@zzzzz.com ? it doesn't matter days back. We have a mail relay…


I changed the startup form but not applied in visual studio 2022
Hi, I changed the startup form but not applied in visual studio 2022, also any other changes I make doesn't take place although there is no errors in the error list, please help
exclude users from GPO
Hi All i have a user based group policy applied on a Top Level OU, with in this OU i have 50 plus Sub OUs. I have 3000 plus users getting this Group Policy and they are spread across this 50 OUs. i have 10 users i dont want this Group policy to be…


How to fix The security log on this system is full. Only administrators can log on to fix the problem
Whenevr i try to login into Windows XP, i experience “The security log on this system is full. Only administrators can log on to fix the problem” error. This erorr problem prevents me from logging into Windows desktop for some reasons. Is there any…


String interpolation using $ throws System.NullReferenceException on .Net7
We have in my team just upgraded to .net 7 from 6, but we have run into a issues with string interpolation using $"Text {sample}" We are all developing on Intel Macbook Pro's using both Visual Studio or JetBrains Rider. But since the upgrade…


Two-way Mirror and Three-Way Mirror
Hi Please I need help. I have 2 questions: first question: When selecting a layout either (Simple, Mirror, or Parity), after it, it creates a virtual disk and volume. A column is created, but I don't know in which sense does it mean, where is it, and how…


wpf download file with progress bar
Hello All thank you for taking the time to read, so i have upgraded my project from windows forms to wpf because the better ui and you have total control however i have a issue, the download code is, public async Task downloaderpython(string path) …


How do i use outlook calendar in teams?
I have 365 teams and outlook on my laptop but the calendar in teams is not the same as my outlook calendar. How do i use my outlook calendar in teams? Now it is 2 separate agendas which is very invonvenient. Thanks!


user status
Hi All One of my user shows disabled in Dynamics 365. We are using exchange 2016 hybrid environment. In onprem AD user is enabled, i see in Azure AD also user is enabled . The user was disabled mistakenly and enabled back. The sync happens from Azure AD…


Change server name in IIS after renaming server
What's the best way to rename the server name within IIS, ISS is preinstalled on the new 2022 OS, nothing has been created yet, but would like to rename the server before we do. Is the best way to do the rename in IIS, by right-clicking and then…


MS Teams: Is there a way to configure duration of announcement?
Team, Can you please assist us knowing: If there's any place to configure the duration of announcement made for callers entry and exit? Like only for 1 minute this announcement be played? Any place to configure the duration of people waiting in the…


Teams Guest changed to Member in Azure stil showing as guest in Teams
Hello! I have added a new member to my Organisation via Azure AD. For some reason it was added as a guest so I changed that in Azure but it is appearing as Guest in Teams. Any idea why and how to solve it? Thanks! Ana


LINQ OrderByDescdending for date field is not working razor pages
Hi, i want to display records based on booked dates. For that i used OrderByDescending in LINQ query, but it is not sorting based on date field. ManageBooking = await _context.ManageBooking.Where(e => (e.BookingDate >= DateTime.Today &&…


gMSA and "log on as batch job" privilege to run a scheduled task not mandatory ?
Hi folks, I was definitely sure that a gMSA needs "logon as a batch job" to run a scheduled task. But I've noticed on one of our servers that a scheduled task launch by a gMSA was running fine although the gMSA was missing this privilege ! …


What is the alternative of GetWebLoginClientContext in the current PnP.Framework?
Following this issue, I have copied the code for GetWebLoginClientContext and implemented it in my project. However, I get this out-of-date browser error because the code uses System.Windows.Forms.WebBrowser which uses the old built-in browser. What…