18,357 questions

Sort by: Updated
0 answers

I have lost my user name

Hi Team, I have passed my exam Azure Data Engineer Associate (DP 203) I forgot the username that I have used to login. Its time for me to renew my certificate. It will be great help if you can help on the same. Regards, Suresh

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,955 questions
asked 2024-05-29T06:35:13+00:00
Venkata 0 Reputation points
0 answers

" Sorry, this site hasn't been shared with you. "-"Sharepoint - Server Error in “/” Application "- " HTTP error 404" - Sharepoint Subscription Edition

I can connect to the Sharepoint site with a user who has permission. After 1 day, when I want to access the site with the same user, ‘Sorry, this site hasn't been shared with you.’ When I want to log in with the administrator account, I get ‘HTTP error…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,259 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,311 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,890 questions
asked 2024-05-29T06:26:16.63+00:00
fTNh 0 Reputation points
0 answers

What is the recommended approach for checking low battery events in Windows?

Hi, I am developing an application and need to register for a low-battery event in Windows. I have reviewed the PowerSettingGUIDs documentation and found a value named GUID_POWER_SAVING_STATUS. Reference:…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,452 questions
asked 2024-05-29T06:22:42.56+00:00
Rohan Pande 335 Reputation points
edited the question 2024-05-29T06:23:22.5933333+00:00
Rohan Pande 335 Reputation points
0 answers

Creating an EventHub with capture configuration using Bicep script fails saying the user does not have the required data plane write permissions

I'm running a bicep script to create a couple of resources in my resource group. When it comes to event hub, I would like to use the capture functionality to store events inside a storage account gen 2. The bicep script is running from DevOps pipeline…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,770 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
571 questions
asked 2024-05-29T06:04:22.3266667+00:00
Stoian, Claudiu 0 Reputation points
0 answers

How to extract resource group name and subscription ID from containers in Azure Container Apps and Azure Container Instances

Is it possible to extract the resource group name and subscription ID from within containers running in Azure Container Apps and Azure Container Instances? If so, can anyone provide information on how to accomplish this?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
654 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
295 questions
asked 2024-05-29T06:01:47.6366667+00:00
PS 105 Reputation points
0 answers

Python msgraph-sdk returns "400 API Error, Unknown Error" occasionally

I use Python Graph API to search my meeting time by find_meeting_times(). Below is a part of my code, and they are from a class method: async def find_meeting_time( self, start_time: str, end_time: str, duration:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,876 questions
asked 2024-05-29T05:43:15.25+00:00
Shaun Yang (Medalsoft) 0 Reputation points
0 answers

Microsoft Entra ID - Provisioning Log API Maximum Page Size

Hello Team, Could you please let us know the default and maximum page size of provisioning log API - https://learn.microsoft.com/en-us/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0&tabs=http Thanks, Ravi P.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,897 questions
asked 2024-05-29T05:29:37.22+00:00
Ron Weasley 0 Reputation points
0 answers

how to know which application or update reason for system restart device managed by SCCM

Hello Expert, I have deployed Windows 365 PC that is co-managed in sccm. I have deployed a task sequence on this pc collection but found that this task sequence is not get started showing status in Progress in sccm deployment status of Task sequence. …

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,004 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,493 questions
Microsoft Configuration Manager
asked 2024-05-29T05:26:18.4633333+00:00
Richa Kumari 286 Reputation points
0 answers

How do I resolve an Insufficient privileges to complete the operation error while sending PostAsCheckMemberGroupsPostResponseAsync?

I want to check if a certain user ID is present in a specified list of AD groups. I am using the code snippet available for C# from the documentation:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,876 questions
asked 2024-05-29T05:23:20.0966667+00:00
Kripa Tharakan 0 Reputation points
0 answers

Navigating to an Azure AD B2C tenant results in a Limited or No Access prompt even though my account is a member of that tenant

When navigating to an Azure AD B2C tenant results in a Limited or No Access prompt even though my account is a member of that tenant. Navigating to this tenant worked for previous admins. The prompt says, "You are not a member of this tenant and do…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,004 questions
asked 2024-05-29T05:14:40.5366667+00:00
G7536 0 Reputation points
0 answers

Sending via authenticated SMTP failing for one tenant but not the other

I have two tenants, one a prod tenant and one is a test tenant. The user's in both tenants have Authenticated SMTP allowed under 365 Admin Center user settings > mail > managed email apps: In org settings, the global authenticated SMTP setting is…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,982 questions
Microsoft Exchange Online
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,173 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,897 questions
asked 2024-05-29T05:10:55.3266667+00:00
JohnTristam 20 Reputation points
0 answers

Event trigger inside Outlook Addin when Outlook logout or close

We are using SSO for our ADDIN in outlook using OfficeRuntime JS. We created our own token using below steps. step 1-> Read the Token from OfficeRuntime.auth.getAccessToken({ allowSignInPrompt: true, }) step 2-> Passing the received token to…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,130 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,593 questions
asked 2024-05-28T03:40:39.7866667+00:00
RAVI TEJA GUGGILAM 0 Reputation points
edited the question 2024-05-29T05:01:54.11+00:00
kguntaka 1,015 Reputation points Microsoft Vendor
0 answers

안녕하세요. SSO 연동 관련 문의를 남겨 드립니다.

안녕하세요. 저희는 자사 IDP 솔루션을 보유 하고 있습니다. 자사 IDP 솔루션과 azure Saas 앱을 SSO 연동을 하고 싶습니다. 그런데, azure 사이트 어디에서 세팅을 하면 되는지 찾지 못하고 있습니다. 자사 IDP 솔루션은 LG U+ 에서 사업을 주도 하고 있으며, 추후 사업 고도화도 생각 중에 있습니다. 확인 부탁 드립니다.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,903 questions
asked 2024-05-29T04:56:11.8166667+00:00
이상민 0 Reputation points
0 answers

MFA sign-in request approval pops up every day in Azure Virtual Desktop enviroment

Hi All, A company recently migrated from Citrix XenApp to Azure Virtual Desktop environment. Now 2 users get Microsoft MFA sign-in request approval popping up every day when they open Outlook \ OneDrive or Teams. What could be a reason of that?

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,391 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,897 questions
asked 2024-05-29T04:54:15.0466667+00:00
Cloud_Geek_82 811 Reputation points
0 answers

MS Teams Room on Android issues

we have a neat board meeting room device running android. We have created a resource account and assigned the account a teams room pro license but we are unable to register the device in intune/azure. All the articles seem to imply that the only way to…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,262 questions
asked 2024-05-29T04:49:46.54+00:00
NP 396 Reputation points
0 answers

Deployment Timeout Issue with Azure OpenAI Service using Bicep and azd up

I am attempting to deploy the Azure OpenAI service using Bicep with the azd up command as of May 29, 2024, Japan Standard Time. However, after waiting for over two hours in the following regions, I encounter the error message "The resource provision…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,309 questions
asked 2024-05-29T04:41:51.3033333+00:00
陽平 中山 0 Reputation points
0 answers

Office documents convert to PDF show error PPTCannotOpenDocumentIRM , WordDocumentIsIRMProtected, XLSIRMProtected

I have a Purview label where all users have EXPORT right but when I try to export it to PDF with Graph, I get error: Error from Office Service. Url=https://pptcs.officeapps.live.com/document/export/pdf HttpCode=UnsupportedMediaType…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,876 questions
asked 2024-05-27T16:20:56.4266667+00:00
Gal, Ofer (Israel) 131 Reputation points
edited the question 2024-05-29T04:39:24.24+00:00
PRADEEPCHEEKATLA-MSFT 80,096 Reputation points Microsoft Employee
0 answers

bthmodem.sys corrupted - sfc /verifyonly

Dear all, I was recommended to bring my question over to Microsoft Q&A ask from the Microsoft Community Forums. This a verbatim copy of my original question posted on the Community Forums…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,864 questions
asked 2024-05-29T04:27:25.0233333+00:00
Andreas Heinzel 0 Reputation points
0 answers

How can i keep the selection while clicking somewhere out of gallery view ?

Hi, all. I'm working in Sharepoint list and use one gallery view as filter for another list. If i click somewhere else while a card is selected, the selection will be automatically removed and another list also be reseted. Is there a way to keep the…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,726 questions
asked 2024-05-29T02:49:33.44+00:00
崔洪林 / Cui,Honglin 0 Reputation points
edited the question 2024-05-29T04:13:39.2866667+00:00
崔洪林 / Cui,Honglin 0 Reputation points
0 answers

Failed to push repo due to too many entries in one commit

Hello, I am migrating a TVFC repo to Git. Because we don't follow the branching policy very well, it's not possible to use git-tfs to download the branches from legacy TFS server. Then we just download some changesets and convert each changeset to one…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
731 questions
asked 2024-05-28T10:02:53.6433333+00:00
Lei, Rick 0 Reputation points
edited the question 2024-05-29T04:13:29.4433333+00:00
Sumarigo-MSFT 44,096 Reputation points Microsoft Employee