1,808,200 questions

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

Exchange 2016 activeSync Device not showing

Hello, I'm having an issue with mobile devices not connecting to their mailbox. We are on prem, Exchange 2016 CU 20. When I run Get-MobileDevice -mailbox xxx, nothing is returned When I run get-casmailbox "user", a few mobile devices IDs…

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

8,170 questions
asked 2021-04-07T17:51:01.057+00:00
ChrisG2911 21 Reputation points
accepted 2021-04-08T09:56:58.273+00:00
ChrisG2911 21 Reputation points
3 answers

Literally stumped - why does the Task Scheduler start an application, but doesn't start the application?

Right, I'm sorry but this is absolutely the most stupidest thing I have ever come across. I have create a Task Scheduler entry where a third-party application starts up whenever my system starts up, & regardless as to weather the user is logged…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-04-02T11:12:51.753+00:00
Todd Gilbey 11 Reputation points
answered 2021-04-08T09:40:11.527+00:00
Anonymous
4 answers

Frequent excel 2010 crashes by GdiPlus.dll (win7 64)

I am getting repeated crashes caused by GdiPlus.dll- when running a loop which saves the camera image as the 28 different png files. Do you think this error can be related to how the macro is grabbing the image from the camera image and saving it? Here…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-04-02T10:12:02.457+00:00
Dave 1 Reputation point
answered 2021-04-08T09:38:29.623+00:00
Carl Fan 241 Reputation points
2 answers One of the answers was accepted by the question author.

Slow SMB connection between server 2008R2 and server 2019

We have one server running an old piece of software that only supports server 2008R2 for now.. All of the other servers have been migrated to server 2019. When we login to the 2008R2 server we have something strange happening. The following actions…

Windows for business | Windows Server | User experience | Other
asked 2021-04-01T12:35:48.95+00:00
Caspar 281 Reputation points
commented 2021-04-08T09:37:00.747+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

.net 5 not show in the visual studio 2019 as a target framwork

I'm using visual studio 2019 version 16.9.3 I tried to change the .net version 4.8 to 5. But in my target framework dropdown list doesn't show version 5. I installed SDK also. Please tell me how to solve this problem?

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,167 questions
asked 2021-04-08T09:26:29.527+00:00
Chathuranga Liyanage 21 Reputation points
accepted 2021-04-08T09:31:05.677+00:00
Chathuranga Liyanage 21 Reputation points
1 answer

Set Text Size on Android Bottom Navigation View in android 9 and before

we have a few apps where we support android from Version 6 to 10. Now I have a bottom Navigation bar (tabbedpage) 5 tabs and when tapping on it , the title gets cut off. In android 9 I have implemented as recommended…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2021-04-08T06:20:45.67+00:00
Xamarin NewBie 121 Reputation points
answered 2021-04-08T09:28:56.22+00:00
JessieZhang-MSFT 7,721 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Does Azure Communication Services supports optimized stream ?

Hi Teams, We research, know MS team supports optimized stream, but don't know whether ACS has the above feature? And if so, what feature is it? We want apply for system with the purpose of having Meetings with many members, We want depending on…

Azure Communication Services
Azure Communication Services

An Azure communication platform for deploying applications across devices and platforms.

1,678 questions
asked 2021-04-07T08:04:35.9+00:00
Phạm Trường 141 Reputation points
accepted 2021-04-08T09:26:58.097+00:00
Phạm Trường 141 Reputation points
0 answers

EventID 1149 : inconsistent Source Network Adress

Hi, We have suffered a RYUK ransomware attack, and we are in the analysis of events. On a server, in the time slot of the attack, I see in the event of RDP connections, in event ID 1149, connections with the Source Network Adress corresponding to that…

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-04-03T17:28:14.337+00:00
Fafa_OSY 1 Reputation point
commented 2021-04-08T09:21:36.253+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Powershell .length not returning anything

Hi, I have the following code which populates an object in Powershell $products = Invoke-WebRequest -Uri $uri -contentType "application/json" -Method Get -Headers $headers -UseBasicParsing | ConvertFrom-Json $Length =…

Windows for business | Windows Server | User experience | PowerShell
asked 2021-04-08T09:16:36.69+00:00
Christopher Jack 1,616 Reputation points
accepted 2021-04-08T09:20:46.203+00:00
Christopher Jack 1,616 Reputation points
2 answers One of the answers was accepted by the question author.

Replacing sql seems to be causing failure

Hi, I have the following tsql code in SSIS. t.NoOfCatalogs = ISNULL(CAST(replace(s.NoOfCats,',','') as int),0), The line worked before I added the replace... Am I using it correctly? Full SQL is declare @t nvarchar(max) declare @tablename…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,792 questions
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
asked 2021-02-21T21:08:17.913+00:00
Christopher Jack 1,616 Reputation points
accepted 2021-04-08T09:19:12.177+00:00
Christopher Jack 1,616 Reputation points
2 answers One of the answers was accepted by the question author.

About the same SQL Server query get different result in two PCs

Hello guys , there is a problem when I run my SQL query When I run the follow query in my PC , USE SSMES select coreData.,TTData. from( SELECT * FROM ( SELECT s.c_ProductSN, s.c_MatrlName, s.c_MatrlValue, s.c_Check …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,744 questions
asked 2021-03-31T07:06:49.613+00:00
wang xiaodong 21 Reputation points
commented 2021-04-08T09:17:29.627+00:00
wang xiaodong 21 Reputation points
5 answers

server2012 wsus Synchronization state failed。

The synchronization status of server2012r2 WSUS server failed, and the offline patch import also failed. The following are the failure logs and pictures. How to solve the problem? thanks. 83092-%E9%94%99%E8%AF%AF.txt

Windows for business | Windows Server | User experience | Other
asked 2021-03-31T03:52:51.89+00:00
wang long 1 Reputation point
commented 2021-04-08T09:14:39.837+00:00
Rita Hu -MSFT 9,666 Reputation points
3 answers

'access_denied', error_description: 'AADSTS650052: The app needs access to a service ('https://vault.azure.net') that your organization ...

Hi, we have problem to connect from active directory to key vault during authentication. Something in Azure or in AD has to change, because we used the same way of authentication including key vault as before and now we are unable to proceed with…

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,570 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-03-31T15:29:20.627+00:00
Lubomir Juriga 1 Reputation point
answered 2021-04-08T09:13:53.207+00:00
Lubomir Juriga 1 Reputation point
2 answers

Behavior of quick access in Windows 10

A few questions on Quick Access: How exactly does Windows decide to put recently used folders in Quick Access? Sometimes it seems like I access a folder many times and it doesn't get added, while other times it seems like I access a folder once and…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-04-07T15:50:45.93+00:00
Matthew Schwarz 1 Reputation point
answered 2021-04-08T09:12:23.07+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Can create an sub-domain and add user uder the created sub-domain in the same AD DC.

Hi all, I have an AD DC and domain is domainone.com and i need to add sub domain like as child "child.domainone.com" on the same AD DC. I searched we need to create an another windows server and add the new AD DC to exits one as "add…

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
asked 2021-04-02T07:06:16.843+00:00
manavalan R 101 Reputation points
accepted 2021-04-08T09:08:37.587+00:00
manavalan R 101 Reputation points
0 answers

Nuget Packages needs to be restored.

Hi Everyone, I did a fresh installation of Mac Os 10.13.6 and then I installed the visual studio 2017 on the Mac machine but after the installation I create a new project.when I opened that project I am getting the below error.. Nuget packages…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2020-12-12T17:08:09.947+00:00
Shubham Agrawal 1 Reputation point
commented 2021-04-08T09:07:52.753+00:00
Niels Cup 1 Reputation point
1 answer One of the answers was accepted by the question author.

Teams - "Meet Now" link expiry time

Hi, I would need a (Teams) link that does not expire. I need to insert this link in a public document, but I can't change it every time. So I creates a url shortner, with the ability to change the url destination, that is to say the Teams link. …

Microsoft Teams | Microsoft Teams for business | Other
asked 2021-04-01T08:12:45.797+00:00
Eric C 131 Reputation points
commented 2021-04-08T09:02:13.877+00:00
Sharon Zhao-MSFT 25,771 Reputation points Microsoft External Staff
3 answers

detect Windows 10 edition

Hi... I'm developing a software, that can only run on Windows 10 or Server 2016/2019 and not on the Home edition of Windows 10... now. What's the official way that Microsoft suggests to use to detect if I'm running on the correct system? If possible,…

Windows development | Windows API - Win32
asked 2021-04-06T22:28:26.647+00:00
Rudolf Meier 291 Reputation points
commented 2021-04-08T08:55:44.297+00:00
Song Zhu - MSFT 906 Reputation points
0 answers

Speech to text - Diarization Batch API does not work

Hi, I am using STT API 3.0 (endpoint : https://southcentralus.api.cognitive.microsoft.com/speechtotext/v3.0/transcriptions) I am using the API Batch Transcription API since I am working with audio files. I am then retrieving the JSON results and…

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

4,572 questions
asked 2021-04-07T20:31:07.75+00:00
Hi 11 Reputation points
commented 2021-04-08T08:52:52.94+00:00
Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

Does Azure Communications Service support Simulcast?

Hello Microsoft Teams, Now, We deployment system Call , we want deployment using Azure Communication Services ? We not found document about features : Multi-stream and SimulCast when Call . Does Azure Communications Service support Simulcast ? …

Azure Communication Services
Azure Communication Services

An Azure communication platform for deploying applications across devices and platforms.

1,678 questions
asked 2021-04-07T03:29:51.963+00:00
Phạm Trường 141 Reputation points
commented 2021-04-08T08:52:34.647+00:00
Phạm Trường 141 Reputation points