97,340 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Get-EXOMailbox -> How to obtain all mailboxes with pagination

Hi, I am using cmdlet Get-EXOMailbox -resultSize unlimited. But this return a lot of data and it take a lot of time. I would like to use some skip or nextLink but it is not working. I tried this: Get-EXOMailbox | select-object -Skip 10 -First 10…

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,089 questions
asked 2024-04-30T09:33:18.1533333+00:00
Trubianska, Juliana 46 Reputation points
edited the question 2024-05-08T06:00:19.9633333+00:00
Jayce Yang-MSFT 1,251 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Work with SharePoint's REST API

Hi, To perform actions across all SharePoint sites within my Tenant using Power Automate, The SharePoint HTTP action can interact with SharePoint's REST API to perform operations on a single site only. So To extend this to all sites, I would typically…

Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
316 questions
asked 2024-04-11T12:44:27.0033333+00:00
Mohammed OUAHI 60 Reputation points
edited the question 2024-05-08T05:58:03.6666667+00:00
RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Not possible to get an empty response with the latest delta token for SharePoint lists /items/delta API

According to the documentation, it should be possible to get the latest delta token without values in a response:  ParameterTypeDescriptiontokenStringIf unspecified, enumerates the current state of the hierarchy. If latest, returns an empty response with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,677 questions
asked 2024-04-04T14:05:59.9233333+00:00
Vitalii Shudria 25 Reputation points
edited the question 2024-05-08T05:57:32.86+00:00
RaytheonXie_MSFT 31,606 Reputation points Microsoft Vendor
17 answers One of the answers was accepted by the question author.

Uninstall Phone link

Phone link uninstall is greyed out. How do I uninstall?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,243 questions
asked 2022-08-11T05:50:51.337+00:00
Arne Garvander 606 Reputation points
commented 2024-05-08T05:47:06.05+00:00
Gene Waldvogle 0 Reputation points
3 answers One of the answers was accepted by the question author.

No apply button in option convert to shared mailbox in Exchange Admin Center o365

Hello everyone ! I have a minor question about creating a new custom role for one of our IT groups. The assumption is that the above group should only have access to convert regular mailbox to shared mailbox and vice versa. Is it possible to grant…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,360 questions
asked 2022-04-28T08:54:46.023+00:00
AM 41 Reputation points
commented 2024-05-08T05:42:32.6366667+00:00
ButterS 0 Reputation points
1 answer One of the answers was accepted by the question author.

how can i call other applications through apis in my aoai chat application,what type of apis i can use?

i have aoai chat application that uses acs and azure openai,we trained model by giving FAQs related to some other applications,if user ask question it will give response based on the information provided in FAQ,but here i want real time data that is…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,441 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,203 questions
asked 2024-05-07T09:57:53.5966667+00:00
Chebolu Sai Manasa 100 Reputation points
commented 2024-05-08T05:40:36.2166667+00:00
Chebolu Sai Manasa 100 Reputation points
1 answer One of the answers was accepted by the question author.

Using X.509 certificates to authenticate devices to IoT hub

Hello , I am using X.509 certificates to authenticate devices to IoT hub using a MQTT client as shown in the code snippet below: TrustRootCER = "./DigiCertGlobalRootG2.crt" deviceCert = "./18B8C0FC73A9F382CE48FDAAB5A46E14.pem"…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,127 questions
asked 2024-05-06T11:54:38+00:00
Arun Kumar 40 Reputation points
accepted 2024-05-08T05:11:28.27+00:00
Arun Kumar 40 Reputation points
1 answer One of the answers was accepted by the question author.

Change password in Azure CosmosDB MongoDB Vcore

I created the database mentioned above and I want to change the password. I checked online and this was the way to do it. But it seems Azure is not supporting it. So how do we change the password? db.changeUserPassword("accountUser",…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,449 questions
asked 2024-05-03T01:49:10.5333333+00:00
Ziggy Zulueta 455 Reputation points MVP
accepted 2024-05-08T04:57:56.79+00:00
Ziggy Zulueta 455 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Why is the following page refusing to submit my answers, https://learn.microsoft.com/en-us/training/modules/security-copilot-embedded-experiences/6-knowledge-check?

The Knowledge check page refuses to submit answers, I have reloaded and refreshed but ht button just keeps loading. Please assist. This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
955 questions
asked 2024-05-07T08:06:11.7966667+00:00
Victor Mutenda 20 Reputation points
commented 2024-05-08T04:46:58.3866667+00:00
aatheeque 1,480 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Modily site URL into csv for granting permission to document library

I wan to run following script by modifying SiteURL in csv same as the following csv How can I modify site URL into csv so I could use script smoothly #Config Variables $SiteURL = "https://tsubaki518.sharepoint.com/sites/allcompany" $CSVFile =…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,705 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,089 questions
asked 2023-06-28T06:17:43.4166667+00:00
ネパリ サンデャ 380 Reputation points
commented 2024-05-08T04:36:27.44+00:00
Tường Văn 0 Reputation points
1 answer One of the answers was accepted by the question author.

Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we acheive this without getting proxy timeout error.

Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we achieve this without getting proxy timeout error.

Microsoft Entra
asked 2024-04-19T21:14:33.38+00:00
Aravindh Ganesan 20 Reputation points
accepted 2024-05-08T04:27:02.7+00:00
Aravindh Ganesan 20 Reputation points
1 answer One of the answers was accepted by the question author.

Which password i should input on Azure CLI while installing nginx and while typing sudo apt-get install -y nginx

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
955 questions
asked 2024-04-30T10:56:39.6133333+00:00
AMAR 20 Reputation points
commented 2024-05-08T04:12:04.98+00:00
VarunTha 3,445 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Grammar/sentence flow issues

https://learn.microsoft.com/en-us/training/modules/m365-security-threat-protect/introduction Unit Title: Introduction to Microsoft Defender for Endpoint At the bottom of the page, there are 3 bullet points. The first sentence of the first bullet point…

Microsoft 365 Training
Microsoft 365 Training
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.Training: Instruction to develop new skills.
30 questions
asked 2024-05-05T02:23:36.2266667+00:00
Daniel Schwarzentraub 60 Reputation points
edited the question 2024-05-08T04:11:54.7+00:00
kguntaka 580 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

implementing IoT Central application

Hello, I created IoT central application and trying to implement device onboarding from IoT device source code. How could we register a device in IoT Central application with DPS Service from device source code.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
543 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
349 questions
asked 2024-04-29T05:57:56.6166667+00:00
Gorantla Srikanth 40 Reputation points
commented 2024-05-08T03:57:19.85+00:00
Gorantla Srikanth 40 Reputation points
3 answers One of the answers was accepted by the question author.

How to Create simple HTML/CSS project in Visual Studio 2022

I'm so used to creating simple HTML projects in 2019. How do I do the same thing in 2022? I don't want Core at all, just a project that will launch from a basic index.html. I can't even find a way to add an HTML file to an empty project. What's the best…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,401 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,281 questions
asked 2024-05-07T19:07:57.77+00:00
Coreysan 1,631 Reputation points
commented 2024-05-08T03:51:44.01+00:00
Coreysan 1,631 Reputation points
1 answer One of the answers was accepted by the question author.

EXO online archive

Hi all I'd like to ask some questions regarding the EXO online archive. I have a user that has currently reached the 99GB mark (we're on M365 E3) I am currently testing the online archive feature before configuring it to the user. While googling online i…

Microsoft Exchange Online
asked 2024-04-12T03:49:59.3266667+00:00
tommy soo 61 Reputation points
accepted 2024-05-08T03:41:20.41+00:00
tommy soo 61 Reputation points
1 answer One of the answers was accepted by the question author.

After I wiped a device in Intune, the user is brought to a Windows Recovery screen and can't access the laptop

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
411 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,243 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,377 questions
asked 2024-05-06T15:27:24.76+00:00
Daniel Teschko Jr 25 Reputation points
commented 2024-05-08T02:58:52.72+00:00
Crystal-MSFT 43,311 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Creating A Dynamic Group for InTune Enrolled Devices

Hello, I'd like to figure out the dynamic membership rules for a group I'm trying to create. I'd like the group to include only Windows 10 and 11 devices, no servers, and I'd like it to include only devices that are enrolled in InTune. Does anyone have a…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,377 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,603 questions
asked 2024-05-07T23:22:04.8733333+00:00
Richard Long 301 Reputation points
commented 2024-05-08T02:37:53.7333333+00:00
Richard Long 301 Reputation points
1 answer One of the answers was accepted by the question author.

Removing IAM Assignments - Unable to find identity

Hi, We have circa 200 subscriptions, organised via management groups, with a lot of IAM assignments at various levels. The problem - there are a lot of nonexisting / legacy objects, which I'd like to clean-up / remove RBAC assignments. Identity not…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,603 questions
asked 2023-08-18T08:44:53.1233333+00:00
YogiBear 125 Reputation points
commented 2024-05-08T02:12:45.2533333+00:00
EnterpriseArchitect 4,801 Reputation points
1 answer One of the answers was accepted by the question author.

Sharepoint Online - Cannot move folder

Hi all, My user has "Full Control" permission to all folders in image , but when she tried to move "BOOK KEEPING" into "04. XU LY KE TOAN" , she got error as below I want to know why and how to fix it ? I can do moving with…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,705 questions
asked 2024-05-07T05:23:42.9366667+00:00
Jack Chuong 331 Reputation points
commented 2024-05-08T02:12:21.7233333+00:00
Jack Chuong 331 Reputation points