53,813 questions

Sort by: Updated
0 answers

Select Delete commands

Hello, I've been given this samples for insert into and update: Using command As New OleDbCommand("INSERT INTO Table (Column1) VALUES (?)", connection) command.Parameters.AddWithValue("@param1", field1) …

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,270 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,575 questions
asked 2024-05-02T14:23:13.35+00:00
StewartBW 305 Reputation points
0 answers

How can I make it so that a standard user can install graphic drivers/open pre-specified apps with administrative permissions?

I have intentions of making it possible for a standard user on my computer to be able to install drivers without the constant need for UAC prompting for admin password. I'm 90% sure this is possible with the right solution, I just haven't been able to…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,647 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,202 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,382 questions
asked 2024-05-02T14:22:39.3933333+00:00
James Tong 0 Reputation points
0 answers

Unable to see tomorrow's appointment under Assistant section on the right side of the screen

I am going through Exercise: Manage customers and activities and on of the tasks is to complete the Appointment as follows: Subject: Meeting with Jackson Start Time: Tomorrow at 10:00 AM End Time: Tomorrow at 11:00 AM After creating the above…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
26 questions
asked 2024-05-02T13:18:58.2733333+00:00
Namz 0 Reputation points
commented 2024-05-02T14:19:18.5933333+00:00
Kiran P 395 Reputation points Microsoft Vendor
0 answers

az vm start cli command starts the linux VM but doesnt exit rather it hangs forever

Azure CLI command to start a linux VM in Azure does not exit but rather gets stuck (forever). Do we know if thats a limitation with cli or am I missing something here? Thanks for the help

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,152 questions
asked 2024-05-02T14:18:26.4566667+00:00
Rathnam Karthik 0 Reputation points
0 answers

Error When Pressing "Send Code" During Microsoft 365 Developer Program E5 Subscription Creation

After an 18-month hiatus from development, during which my Microsoft 365 Developer Program E5 subscription was deleted. I am attempting to create a new E5 sandbox. When I press the "Send Code" button while completing the "Add phone number…

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,504 questions
asked 2024-05-02T14:18:25.89+00:00
Michael Scott 0 Reputation points
0 answers

Filter emails that have category 1 AND category 2 using microsoft graph

Hi, I am trying to filter emails by 2 categories with microsoft graph, I found this thread that gives me the query to filter by category 1 OR category…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,999 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,631 questions
asked 2024-05-02T14:17:14.9933333+00:00
Rafa 0 Reputation points
0 answers

Testing one

testing one

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
26 questions
asked 2024-05-02T13:11:04.07+00:00
Namz 0 Reputation points
commented 2024-05-02T14:15:47.8833333+00:00
Srinud 1,150 Reputation points Microsoft Vendor
0 answers

Microsoft 365: Kontofehler

Beim Start von Word, Excel, PowerPoint, OneNote erscheint mir immer ein Kontofehler. Siehe Bild im Anhang. Wie löse ich das? Wenn ich erneut anmelden wähle, dauert es einige Minuten, erscheint dann aber wieder.

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,821 questions
asked 2024-04-28T07:47:39.4033333+00:00
Anita Loretan 5 Reputation points
commented 2024-05-02T14:14:53.9133333+00:00
Dominik 0 Reputation points
0 answers

Application gateway backend targets

Hi, Hopefully someone can assist me with this question which I cannot find a solution for currently. I am configuring something like the following:…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
960 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
766 questions
asked 2024-04-30T14:56:52.0233333+00:00
Eddie Vincent 0 Reputation points
commented 2024-05-02T14:12:58.2166667+00:00
Eddie Vincent 0 Reputation points
0 answers

Querying Audit log in Microsoft purview portal

Hi Team, We have requirement to display recently viewed pages by currently logged in user in SharePoint. We found that there is beta version of graph API available. It can be used to query the audit logs from Purview portal. We are able to create search…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,669 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
938 questions
asked 2024-05-02T14:11:13.8266667+00:00
Dattatraya Kamthe, Anita 20 Reputation points
0 answers

User logout from all devices after change/forgot password is not working.

Hi, we are trying to logout user from all the devices after change/forgot password. We are using custom policy for it. We started with this documentation: https://github.com/azure-ad-b2c/samples/tree/master/policies/revoke-sso-sessions And using…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,544 questions
asked 2024-05-02T07:22:44.0133333+00:00
Sukhdeep Singh Gill 0 Reputation points
edited the question 2024-05-02T14:09:57.13+00:00
Monalla-MSFT 11,646 Reputation points
0 answers

How to get current memory usage by OS/device in a UWP Windows10 app programmatically?

Hi Everyone, I am working on a Windows 10 UWP app and I am trying to get to current memory usage by OS in an app like we see the memory in task manager. I am unable to find a solution. Did anyone come across such a requirement or worked on it? Please…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,647 questions
Universal Windows Platform (UWP)
asked 2024-05-02T14:09:20.57+00:00
ANURAG24 0 Reputation points
0 answers

How to change authentication number if you can't login at all

Hello, i'm trying to help someone who lost access to their email. I was able to reset their password, authenticated through the secondary email on file and authenticated again via a phone call verification. It appears the new password was accepted,…

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,821 questions
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,521 questions
asked 2024-05-02T14:08:22.86+00:00
Jay 0 Reputation points
0 answers

Synapse workspace deployment node-js supported versions

Hi, I would like to know the list of node.js versions supported for Synapse workspace deployment (Synapse Workspace Deployment@2 task). I can't seem to find any documentation describing the same.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,389 questions
asked 2024-05-02T13:33:01.2333333+00:00
Raghul Kannan 106 Reputation points
commented 2024-05-02T14:06:54.0733333+00:00
Smaran Thoomu 9,685 Reputation points Microsoft Vendor
0 answers

How to use openxml and c# to generate 100% stacked bar graph code using powerpoint where bar data can be modified.

using .net 6 and openxml to generate powerpoint , how to generate the bar graph code in powerpoint and modify code according to requirement of data

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,270 questions
asked 2024-05-02T12:44:36.0733333+00:00
Bhaskar Jyoti Das 0 Reputation points
commented 2024-05-02T14:04:25.05+00:00
Jiale Xue - MSFT 32,076 Reputation points Microsoft Vendor
0 answers

How to extract checkbox answer as value and question as key?

I am very new to azure document intellegence studio. I am using this form as input to General Document in Document Intellegence Studio and extracting key value pairs. As you can see in the left bottom cornor of this form there is one question " Did…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,381 questions
asked 2024-05-02T14:04:15.2966667+00:00
Muhammad 0 Reputation points
0 answers

Difference in azure portal and VS code for the dataverse connector

Having issues using VS code with the Dataverse connector and when I'm using the Bound to Action method. In Azure Portal it seems to work fine, but when using VS code I suddenly get additional required parameters that are mandatory. I need to manually…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
asked 2024-05-02T14:03:18.9433333+00:00
Jonas Karlsson 6 Reputation points
0 answers

IoT Edge Module gives Unable to retrieve logs error

Hi, I have deployed a custom c# IoT edge module and I can see the module as running in the IoT Hub. But the module is not running, on checking the logs from IoT hub troubleshoot option it gives the following error: How can I fix this issue ?

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.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
asked 2024-05-02T13:59:28.3733333+00:00
Satyam Chauhan 492 Reputation points
0 answers

What is event 20227 error code --1878457588

I am trying to find out why users keep disconnecting from MS AOVPN. They have user tunnel created on Intune configuration profile, that gets a 1 hour cert from the Azure VPN Conditonal Access 1 hour certifcates, which the client then uses to connect to…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,388 questions
asked 2024-05-02T13:58:46.6166667+00:00
James Gledson 160 Reputation points
0 answers

Category Colors in Outlook Calendar

why do the category colors keep disappearing from outlook?

Outlook
Outlook
A family of Microsoft email and calendar products.
2,999 questions
asked 2024-05-01T20:18:28.59+00:00
MeredithCubero, Yvette M 0 Reputation points
commented 2024-05-02T13:58:08.8833333+00:00
MeredithCubero, Yvette M 0 Reputation points