509,868 questions

Sort by: Updated
2 answers

Unable to list the Azure Subcription id at Logic App designer -->New task does not list the subcription id

If I go to my logic app designer and configure a New task --> You can see below that my Visual Studio Enterprise Subscription is listed where i can select that . Now the above looks perfectively good . The case is i have a customer where…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,553 questions
asked 2021-07-28T08:45:26.467+00:00
kumar kaushal 176 Reputation points Microsoft Employee
commented 2021-07-29T02:35:28.527+00:00
MayankBargali-MSFT 70,941 Reputation points Moderator
0 answers

EWS Token Authority and Other Endpoints

Hi Team, We have build an application to fetch mails using EWS client services. Have few queries which need clarification from you Regarding Initial Authorization We are using below url for Authorization after app registration …

Exchange | Exchange Server | Development
asked 2021-07-28T12:44:47.36+00:00
Office365 Dev 1 Reputation point
commented 2021-07-29T02:33:00.07+00:00
KyleXu-MSFT 26,396 Reputation points
2 answers

Determine TLS Registery Entries

Hello https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-server-tls-guidance-part-2-enabling-tls-1-2-and/ba-p/607761 as per this article is it possible to create a power shells script that will check the registery settings and report…

Exchange | Exchange Server | Management
Windows for business | Windows Server | User experience | PowerShell
asked 2021-07-28T14:28:43.99+00:00
berketjune2012 376 Reputation points
answered 2021-07-29T02:26:37.99+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

difference between azure sql database and azure database server

Hello There, Can anyone please explain me difference between (Azure) single database and (azure) database server in Azure-sql creation (please the attached screenshot). My objective is to maintain adventureworksdw in azure, access it from…

Azure SQL Database
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
asked 2021-07-28T22:18:56.937+00:00
ArunRaaman 1,001 Reputation points
commented 2021-07-29T02:20:12.893+00:00
ArunRaaman 1,001 Reputation points
1 answer

Does outlook exchange online support MAPI over HTTP2?

I am trying to explore if MAPI can work with HTTP/2. And since HTTP is just a transport wrapper on top of MAPI, I believe it should have no problem working with HTTP/2 as well. While checking the exchange online(outlook.office365.com) I found that it…

Outlook | Windows | Classic Outlook for Windows | For business
asked 2021-07-21T07:27:20.243+00:00
Avinash Ranjan 1 Reputation point
commented 2021-07-29T02:19:39.68+00:00
JeffYang-MSFT 6,261 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Windows Failover cluster SQL server Reset failure count

Is there any way to reset the failure count within 6 hours ? I have two node cluster , node 1 failure and the failover to node 2 (failure count 1) , however node 2 also can't bring up the roles . I fix the issue and the on node 1 bring the role…

SQL Server | Other
asked 2021-07-28T07:56:38.257+00:00
sakuraime 2,346 Reputation points
commented 2021-07-29T02:17:57.653+00:00
sakuraime 2,346 Reputation points
0 answers

System.ObjectDisposedException: Cannot access a closed Stream when running this statement MemoryStream stream = (MemoryStream)data.GetData(cbExpression, false)

public ResolvedExpression GetClipBoardExpression() { try { IDataObject data = Clipboard.GetDataObject(); if (!data.GetDataPresent(cbExpression, false)) return null; using (MemoryStream stream =…

Developer technologies | C#
asked 2021-07-27T07:47:11.967+00:00
HARISH VN 1 Reputation point
commented 2021-07-29T02:12:45.4+00:00
Daniel Zhang-MSFT 9,656 Reputation points
0 answers

Winspool libraries VS System.Printing namespace

I just started working on a WPF application (with .NET Core 3.1). It has a print module implemented using Winspool through DllImport("winspool.Drv"). I have the following questions. Any documentation links on how to implement Winspool…

Developer technologies | Windows Presentation Foundation
asked 2020-07-13T12:43:29.533+00:00
Dinesh valavala 1 Reputation point
commented 2021-07-29T02:09:53.45+00:00
Deepali Shah 1 Reputation point
4 answers

On Premisis Exchange 2019 EAC text only, no pictures after CU9

EMS works, OWA works, EAC shows logon page, allows logon, but opens to a text only page and none of the links are functional. The timing was after CU9 installed via the Microsoft Update (was not manual installation). CU9 Installation showed as successful…

Exchange | Exchange Server | Management
asked 2021-07-22T19:15:52.23+00:00
KK 1 Reputation point
commented 2021-07-29T02:09:35.113+00:00
JeffYang-MSFT 6,261 Reputation points Moderator
5 answers One of the answers was accepted by the question author.

MS Teams screen sharing option not available Ubuntu 20.04

I'm using MS Teams on Ubuntu 20.04.1 LTS x86_64, kernel version 5.4.0-58-generic. I have installed MS Teams from apt package manager. Whenever I start a meeting and open the share tray, I'm not given any options for sharing my screen or any specific…

Microsoft 365 and Office | Skype for Business | Linux
Microsoft Teams | Microsoft Teams for business | Other
asked 2020-12-20T16:54:00.777+00:00
msuserkrl 51 Reputation points
commented 2021-07-29T02:08:29.367+00:00
faisal 1 Reputation point
1 answer

Access IIS https website from outside network

Currently I have a https website setup locally on the Azure VM with a custom hostname : <websitename>.<domainname>.com and bound to the localhost 127.0.0.2 in the hosts.etc on port 443 Consider example hostname as web.microsoft.com …

Windows development | Internet Information Services
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
Windows for business | Windows Server | User experience | Other
asked 2021-07-28T18:08:10.787+00:00
coder5670 1 Reputation point
commented 2021-07-29T01:57:38.59+00:00
HuryShen - MSFT 321 Reputation points
1 answer

ASP.NET Core Run Middleware behave differently with different browser.

Below is my middleware code: app.UseStaticFiles(new StaticFileOptions { OnPrepareResponse = ctx => { ctx.Context.Response.Headers[HeaderNames.CacheControl] = "public,max-age=10"; // Here I placed my first breakpoint } }); …

Developer technologies | ASP.NET | ASP.NET Core
asked 2021-07-24T13:16:08.137+00:00
Amit Singh Rawat 731 Reputation points
answered 2021-07-29T01:57:32.877+00:00
Fei Xue - MSFT 1,111 Reputation points
1 answer

Properties.Settings.Default does not work

Hello everybody. In a Windows Forms program i am trying to save a string. Well, the method does not save it. Please help. what i've written: string abc = "abcdefghijklmnopqrs"; Properties.Settings.Default.a_value = abc; …

Developer technologies | Windows Forms
Developer technologies | C#
asked 2021-07-27T16:16:49.667+00:00
swodniW 141 Reputation points
commented 2021-07-29T01:48:04.59+00:00
Daniel Zhang-MSFT 9,656 Reputation points
1 answer

Looking for a particular version of Windows Defender update

Hi all, I am looking for a particular version of Windows Defender update. KB2267602 (Version 1.325.782.0) Is there any archive where I can get this particular version? The reason being that I have a VPN host information profile checks which says…

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
asked 2021-07-28T05:53:07.24+00:00
alan lee 1 Reputation point
answered 2021-07-29T01:41:50.033+00:00
Teemo Tang 11,466 Reputation points
1 answer One of the answers was accepted by the question author.

Outlook calendars one or more users cannot be added to the folder access list non local users cannot be given rights on this server

Hello All, Can anyone help me with the subjected issue. Users cannot be added others calendar's gettiing attached error

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,182 questions
Outlook | Windows | Classic Outlook for Windows | For business
asked 2021-07-28T03:41:18.543+00:00
Ragala 18 91 Reputation points
commented 2021-07-29T01:37:32.967+00:00
JeffYang-MSFT 6,261 Reputation points Moderator
0 answers

Change of company details

Beacon has now become a registered ltd company:- Beaconuk Group Ltd How do I change the accounts and the payment details please

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-07-28T08:47:22.547+00:00
Les 1 Reputation point
commented 2021-07-29T01:37:08.243+00:00
Anonymous
1 answer

Examen DA-100: Analyzing Data with Microsoft Power BI, can I pay fee with credit card?

Examen DA-100: Analyzing Data with Microsoft Power BI, can I pay fee with credit card? Thnaks a lot!

Community Center | Not monitored
asked 2021-07-29T01:14:50.253+00:00
Maximiliano Bugarin 1 Reputation point
answered 2021-07-29T01:33:42.553+00:00
Anonymous
0 answers

From VB19 Data-Sources, cannor find a Server-Explorer database

When Rebuilding my VB Project code I get the errer message: Could not find file [file address] The file is an accdb file in my Explorer Server

Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
asked 2021-07-25T21:28:38.913+00:00
Nicki Cliffer 1 Reputation point
commented 2021-07-29T01:28:17.52+00:00
Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
1 answer

Windows 10 | OOBE | Office 365 Education | Hybrid AD Azure

Upon setup Windows 10, at the sign in with Microsoft Page we enter our work office 365 account and presented with "Your organization doesn't allow users to setup Windows this way. Use another email address or set up Windows with a local…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-07-29T00:28:11.407+00:00
Lee2220 1 Reputation point
answered 2021-07-29T01:23:59.373+00:00
Teemo Tang 11,466 Reputation points
1 answer

RDS gateway: MFA challenge comes slow after password is entered.

I've setup remote desktop gateway service in server 2019, the NPS server with nps extension for azure mfa in another server. MFA plugin through Azure. The problem is MFA challenge comes ~25 seconds after password is entered, I cannot figure out why…

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-07-28T03:40:09.603+00:00
Dzung Tien 6 Reputation points
commented 2021-07-29T01:23:30.073+00:00
Jenny Yan-MSFT 9,356 Reputation points