339,936 questions

Sort by: Updated
0 answers

How to lose the focus of the selected cells when it is done with the 'Clipboard.Clear()' command in Visual Basic?

hi Private Sub tsmFillNumberMerged_Click(sender As Object, e As EventArgs) Handles tsmFillNumberMerged.Click 'Trying to (Fill Auto Namber) cells when they are merging If Clipboard.GetText IsNot Nothing Then Dim sttClip As…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,437 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,563 questions
asked 2024-04-18T17:02:16.4433333+00:00
Mansour_Dalir 1,491 Reputation points
edited the question 2024-04-18T17:06:44.8666667+00:00
Mansour_Dalir 1,491 Reputation points
1 answer

Error Passing Variable to Where-Object

I get no output when running the following command: $Server = Read-Host -Prompt 'Input your Computer name' $Appx1 = Read-Host -Prompt 'Enter Application Name' If($Server) { Invoke-Command -ComputerName $Server -ScriptBlock { Get-AppxPackage…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,030 questions
asked 2024-04-18T15:55:12.9733333+00:00
Jack Ring 0 Reputation points
answered 2024-04-18T17:06:41.45+00:00
MotoX80 31,556 Reputation points
0 answers

How to Remove Filters from Teams Board

Within a team's channel board there are filters. The filters can be cleared but only momentarily and they apply automatically whenever any board is opened again. Is there a way to remove this setting?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,032 questions
asked 2024-04-18T17:04:51.7566667+00:00
Asante Morris 0 Reputation points
1 answer

FilesFolder is not created automatically for newly created private channels

When I create a new private channel and then try to get the FilesFolder, it is always null. Even a few hours after creation, the FilesFolder is still null. It will only be created, when a user manually clicks on the Files tab in Microsoft Teams. Expected…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,032 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,502 questions
asked 2024-04-15T07:49:14.8733333+00:00
Matthias Habegger 0 Reputation points
commented 2024-04-18T17:04:15.55+00:00
Matthias Habegger 0 Reputation points
1 answer One of the answers was accepted by the question author.

SQL Server fails to start on Ubuntu 22.04

I created a new instance of Azure VM running Ubuntu 22.04 just to reproduce this issue. I'm following this guide to install the SQL server on my freshly deployed VM. There should be definately enough resources to run it with 8GB RAM and 2 CPU cores. I…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,077 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,633 questions
asked 2024-04-18T09:23:20.59+00:00
Sebastian Meckovski 0 Reputation points
accepted 2024-04-18T17:03:50.9066667+00:00
Sebastian Meckovski 0 Reputation points
1 answer

How to contribute to MAUI Development/Bug fixing

Hi everyone, I'm developing some apps with .NET MAUI. I'm facing some issues related for example with CollectionViews and Labels. I would really enjoy being able to see the root cause of this issues in MAUI source code and try to fix them and contribute…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,838 questions
asked 2024-04-18T10:15:15.3166667+00:00
Pereira, Bruno 0 Reputation points
answered 2024-04-18T17:03:20.94+00:00
Bruce (SqlWork.com) 54,866 Reputation points
0 answers

Utilizing Azure Key Vault secrets for secure password management in Apache spark connector for SQL Server

In the provided code example, our team demonstrates using a hard-coded username and password for connecting to SQL Server using the Apache Spark connector. However, for enhanced security, I want to utilize a password stored in Azure Key Vault instead of…

Azure SQL Database
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,340 questions
asked 2024-04-18T16:57:26.27+00:00
Thomasville99 240 Reputation points
edited a comment 2024-04-18T17:03:01.2466667+00:00
Thomasville99 240 Reputation points
2 answers

Connect-Exchange Online (Error while sending the request)

Hello, I'm getting the below Error while connecting to Exchange Online (PowerShell Script) when called from .Net Application. #Import-Module ExchangeOnlineManagement #Connect-ExchangeOnline -Credential $Creds An error occurred while…

Microsoft Exchange Online
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
505 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,873 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,353 questions
asked 2023-11-20T10:17:36.3+00:00
AW13-2828 10 Reputation points
commented 2024-04-18T17:00:52.2566667+00:00
Aws Ayad 0 Reputation points
0 answers

Should I install an older version of Visual Studio to work on an old ASP.NET app?

I prefer to use Visual Studio 2022, because I've been working with newer, .NET projects. However, I may be assigned to do some maintenance on an older, .NET Framework ASP.NET WebForms application. I've been familiarizing myself with the app this morning…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,242 questions
asked 2024-04-18T17:00:47.3866667+00:00
Falanga, Rod, DOH 60 Reputation points
0 answers

Getting error "The client with object id does not have authorization to perform action" using azure-sdk-for-go

Getting following error while trying to read/write privateDNSzone which is in the subscription "4a224af2-b22d-4a92-a556-fd0d0aa06847" from another subscription "017b8edd-1cb1-4c3e-aa2a-2f62880b1d3d" using azure-sdk-for-go. GET…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
592 questions
asked 2024-04-17T18:37:23.15+00:00
Akhil PB 0 Reputation points
edited the question 2024-04-18T16:59:40.93+00:00
Akhil PB 0 Reputation points
2 answers

What are the roles required to create namespace in Azure Kubernetes Service?

I am getting "namespaces is forbidden: User cannot create resource "namespaces" in API group " at the cluster scope: User does not have access to the resource in Azure. Update role assignment to allow access"

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,847 questions
asked 2023-04-28T04:44:09.7933333+00:00
Rachana K P 0 Reputation points
answered 2024-04-18T16:59:40.85+00:00
Curtis Barrett 0 Reputation points
0 answers

Looking for guidance on integrating third-party data into our domain

Hi, My company's transactional system is MS Dynamics 365. We need to import various third-party data into our domain. I'm a Power BI developer but have been assigned this project. I'm looking for guidance on a suitable database and integration tool. …

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,476 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,450 questions
asked 2024-04-18T16:54:37.4433333+00:00
Anon101 51 Reputation points
edited the question 2024-04-18T16:59:12.73+00:00
Anon101 51 Reputation points
5 answers One of the answers was accepted by the question author.

Graph upload large file with powershell

I have looked at previous posts on this topic and still have not managed to be able to upload a large file to SharePoint using the Resumable Upload. I have some specific areas where I have questions. My current code is: $fileName =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,502 questions
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,656 questions
asked 2021-10-12T16:46:12.797+00:00
Rick Brown 96 Reputation points
edited a comment 2024-04-18T16:56:37.0166667+00:00
Mike Crowley 116 Reputation points
2 answers One of the answers was accepted by the question author.

In New MS Lists, How to get a Description to Display on Hover When In 'Grid View'

@Yanli Jiang - MSFT posted an excellent solution to a very similar question here: https://learn.microsoft.com/en-us/answers/questions/948890/hover-box-to-display-discription-on-modern-sharepo?comment=answer-954932&page=1#comment-1331204 . It works…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,558 questions
asked 2023-07-21T16:48:51.5033333+00:00
Gutelius, Patrick 25 Reputation points
answered 2024-04-18T16:55:02.8433333+00:00
Stephanie Harris 20 Reputation points
0 answers

hii want to run stored procedure in synapse but ima getting an error ,can anyone help me

query: USE gold_db GO CREATE OR ALTER PROC CreateSQLServerlessView_gold @ViewName nvarchar(100) AS BEGIN DECLARE @statement VARCHAR(MAX) SET @statement = N'CREATE OR ALTER VIEW '+@ViewName+' AS SELECT * FROM OPENROWSET(BULK…

Azure SQL Database
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,663 questions
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,340 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,476 questions
Azure Data Lake Analytics
asked 2024-04-18T16:53:48.23+00:00
naveena kankipati 0 Reputation points
3 answers

After KB5026363 "Remote Desktop Easy Print" stopped working

Microsoft Windows Server 2016 Standard, 10.0.14393 on PowerEdge R530 "Remote Desktop Easy Print" was working until KB5026363 was installed. We confirmed that by restoring a backup before installing the Update, confirm that Easy Print is working…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,225 questions
Windows Server Printing
Windows Server Printing
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Printing: Printer centralized deployment and management, scan and fax resources management, and document services
640 questions
asked 2023-05-20T09:35:38.1166667+00:00
Andreas Weber 10 Reputation points
commented 2024-04-18T16:52:26.3933333+00:00
Anthony Deseno 0 Reputation points
1 answer

Recognize whether the user is logged in

In Windows 10 and Windows 11, apps that are started automatically at startup are already started before the user has logged in. In Windows 8.1, such automatically launched apps were only started after the user had logged in. At least this is the case on…

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,666 questions
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,412 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,194 questions
asked 2024-04-18T15:03:37.3466667+00:00
Heiko 1,191 Reputation points
commented 2024-04-18T16:52:00.37+00:00
RLWA32 40,021 Reputation points
2 answers One of the answers was accepted by the question author.

Maintenance Mode for Exchange 2019 Hybrid Servers in a DAG

We have 2 2019 Hybrid Servers in a DAG. The majority of our mailboxes are online. We have a few on prem mailboxes on the 2019 servers. I need to apply Microsoft patches to the hybrid servers. In the past, I ran a script when I put my 2013 servers in…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,161 questions
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,331 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,873 questions
asked 2024-01-04T23:37:54.68+00:00
mara2021 976 Reputation points
answered 2024-04-18T16:51:26.3733333+00:00
Edy Werder 6 Reputation points
3 answers

Unable to connect to Azure VM via RDP from second machine

I have successfully set up an Azure VM instance and configured the NSG to allow an inbound security rule for the RDP service over port 3389. I am able to connect to the VM using my laptop on RDP without a problem. However, a colleague of mine is not. We…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,077 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,225 questions
asked 2024-04-17T17:07:17.39+00:00
ITManager8815 0 Reputation points
answered 2024-04-18T16:50:29.8866667+00:00
deherman-MSFT 33,056 Reputation points Microsoft Employee
0 answers

How to implement bulkhead in APIM instance?

How to implement bulkhead in APIM instance? Can someone explain the architecture on how can we achieve it. Thanks!

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,740 questions
asked 2024-04-16T05:49:33.4033333+00:00
Chinmay Sonawane 45 Reputation points
commented 2024-04-18T16:47:39.21+00:00
JananiRamesh-MSFT 20,836 Reputation points