342,881 questions

Sort by: Updated
3 answers

Get the Folder GUID using Power Shell

I am trying to get the folder GUID using its URL, i tried this power shell:- #Variables $SiteURL = "https://*****.sharepoint.com" $ServerRelativeUrl= "/Shared Documents/FolderA" Try { #Setup the context Connect-PnPOnline…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,658 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,377 questions
asked 2022-05-13T01:54:43.933+00:00
john john 946 Reputation points
commented 2024-05-01T14:58:31.7233333+00:00
Cheri Bell 1 Reputation point
0 answers

Where can I find a accurate overview of al the certifications, roles and prerequisites of the certifiactions

I need a total update on all the roles and needed certifications within Microsoft: like a tree diagram: which steps do I have to make for getting a azure architect e.g.. Can you help me out. Like the added file and then the complete overview. is that…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
879 questions
asked 2024-05-01T14:52:32.8266667+00:00
Rik Westera 0 Reputation points
1 answer

Updating app service from .NET 6 to 8

I'm trying to update my asp.net core backend from .NET 6 to 8. I've updated the target framework for the projects, changed the docker images to version 8, and updated the exposed ports. It runs as expected locally. (In the past month, I've updated a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,387 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,178 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2024-04-30T20:53:38.6433333+00:00
Rebekah Williams 0 Reputation points
commented 2024-05-01T14:51:45.8433333+00:00
Rebekah Williams 0 Reputation points
0 answers

Rest API call towards Azure Storage account (ADLSgen2) from Databricks (write to Delta) fails when Authentication is via ACL and SP

In the nutshell. I work in very sensitive and security intense environment. We have decided to use ACL (instead of RBAC/ABAC) for authorization to achieve finer control over Storage account. For our Databricks service, we use only job cluster and job is…

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,701 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
948 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
asked 2024-05-01T14:51:16.1566667+00:00
Senkyr, Oldrich 0 Reputation points
0 answers

Sharepoint online site not yielding search results

My Sharepoint online site is not yielding search results. I have checked the following: Allow this site to appear in Search results is set to Yes. Allow items from this document library to appear in search results? is set to Yes.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,658 questions
asked 2024-05-01T14:20:16.43+00:00
Danyelle 0 Reputation points
commented 2024-05-01T14:51:06.36+00:00
Danyelle 0 Reputation points
0 answers

64-bit conversion explanation what to do now?

https://learn.microsoft.com/en-us/previous-versions/office/troubleshoot/office-developer/automate-excel-from-visual-basic-net this does not work I read somewhere else that this is because of the 64-bit conversion and this code sample is written the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,616 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,500 questions
asked 2024-05-01T14:50:44.15+00:00
Richie Mathison 0 Reputation points
1 answer

Haven’t received a PL-300 certificate after completion of Level 4 Data Analyst with Power BI apprenticeship.

Good afternoon. Without giving any personal details: I have completed a apprenticeship program in the UK with a company called QA. That program included PowerBI certification and i should have received at the end the PL-300 certification. I have…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,082 questions
asked 2024-05-01T13:59:41.95+00:00
Marco Branco 0 Reputation points
edited the question 2024-05-01T14:48:55.14+00:00
kguntaka 405 Reputation points Microsoft Vendor
0 answers

Key Vault VM Windows extension deployment fails

Hi all, I am trying to deploy the KeyVault VM extension on my Virtual Machine. However, it fails with the below error message:"VM has reported a failure when processing extension 'KeyVaultForWindows' (publisher 'Microsoft.Azure.KeyVault' and type…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,120 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,146 questions
asked 2024-05-01T14:48:32.72+00:00
Internal 0 Reputation points
1 answer

Error in VSCode when connecting to Function Apps in some subscriptions but not others.

In VS Code, using the Azure Extension, when I click on a Function Apps there is an error generated for each function in two of my subscriptions but not two others. It makes no difference whether the functions are working or not. The error seems to come…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,283 questions
asked 2024-04-19T14:43:07.7933333+00:00
WildAl 25 Reputation points
edited the question 2024-05-01T14:47:34.16+00:00
WildAl 25 Reputation points
0 answers

Joining a VM to Microsoft Entra ID Tenant

Hello everyone, I recently set up an Entra ID tenant, which currently uses the default .onmicrosoft.com primary domain. For the purpose of this discussion, let’s refer to it as XYZ.onmicrosoft.com. Now, I’d like to join a virtual machine (VM) to this…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,523 questions
asked 2024-05-01T14:47:31.82+00:00
svs 0 Reputation points
2 answers

How to fill a ListView?

Dear all, I'm a beginner in C#. Could anyone tell me how to fill a ListView?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,266 questions
asked 2024-04-30T05:22:04.94+00:00
BenTam 1,561 Reputation points
answered 2024-05-01T14:46:59.7066667+00:00
Karen Payne MVP 35,036 Reputation points
2 answers

Calendar booking using datagridview

Good day everyone, I make a calendar booking using datagridview. Please take a look the image below. as you can see they have Book start and Book end. Now I want to put a color from date start to date end. Please take a look the image below. I don't…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,616 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,266 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
942 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
968 questions
asked 2024-04-21T12:46:33.5133333+00:00
Jay-R Hayashi 206 Reputation points
edited a comment 2024-05-01T14:43:30.4533333+00:00
Jay-R Hayashi 206 Reputation points
1 answer One of the answers was accepted by the question author.

How to block access to "Settings" and adding extensions in Visual Studio Code?

How to block access to "Settings" and adding extensions in Visual Studio Code? The program is used by many users on one workstation

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
173 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
968 questions
asked 2024-05-01T08:15:53.5966667+00:00
Jarek1020 0 Reputation points
accepted 2024-05-01T14:42:28.4866667+00:00
Jarek1020 0 Reputation points
0 answers

جـلب الحبيـب الـسعـودية| ٩٦ْ٦٥٧٨ْ٣٨٥ْ٧٧٠ ٠ِ٠ |محبة # وقبول# وخضوع

Select the product and service tags that relate most closely to your scenario

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,250 questions
asked 2024-05-01T14:40:35.56+00:00
ujhn 0 Reputation points
0 answers

I cant add my work account to authenticator

I try and add my work account to ms authenticator and it asks for verification from authenticator which I am trying to set up

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,513 questions
asked 2024-05-01T14:40:11.8433333+00:00
Ashwin 0 Reputation points
0 answers

How to tell if my Windows 11 Firewall is on?

I just got a brand new Victus laptop yesterday, and it runs Windows 11. I downloaded my McAfee Anti-virus security to it, but it is still telling me that I have viruses and that I need to turn on my Windows Firewall. I'm a novice at computer stuff, so I…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,191 questions
asked 2024-05-01T14:39:14.0333333+00:00
Jennifer Young 0 Reputation points
0 answers

ـجـلب الـحبيب | ٩٦ْ٦٥٧٨ْ٣٨٥ْ٧٧٠ ٠ِ٠ |رقمـ شيخـ روحاني

Include all the details of your issue in the Question Details block. Include what you are attempting to accomplish

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,618 questions
asked 2024-05-01T14:38:54.39+00:00
ujhn 0 Reputation points
0 answers

Allowed Permission Type for Shared Email Box reading.

Hi , I am trying to setup Azure Ad Client to support shared email Box access through MSGraph API. Should I use only app permissions on Azure Ad Client or shall deleted permissions are also valid?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,618 questions
asked 2024-05-01T14:37:42.6233333+00:00
Dudala, Madhusudhana 0 Reputation points
1 answer

Azure AI Documents integration into SharePoint

Hi. I'm trying to find a way to integrate Azure AI Documents into SharePoint and unfortunately can't find anything. Is it even possible today? Or it is, and I just didn't find? I'll be grateful for any advice or links. Thanks

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,658 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,379 questions
asked 2024-05-01T10:57:55.64+00:00
Mykyta Radziievskyi 0 Reputation points
answered 2024-05-01T14:37:22.9866667+00:00
Ioannis Katsaounis 176 Reputation points
1 answer

I'm able query event data of a resource account using calendarView delta, I receive events as well as deltaLink. But when I use the deltaLink to fetch incremental changes, I'm getting 403 error. What am I doing wrong?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,618 questions
asked 2024-04-30T09:29:57.7566667+00:00
Sivaprasad Derangula 5 Reputation points
edited a comment 2024-05-01T14:37:01.9366667+00:00
Віталій Мазуренко 20 Reputation points