1,809,586 questions

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

SharePoint List Security

Hi, Looking for some feedback from the community. We have a list that users can upload items to. The items in the list should only be viewable/editable by users of a security group and each user who upload their items should only be able to view/edit…

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-09-17T20:49:17.58+00:00
Ajay Mandal 21 Reputation points
commented 2021-09-22T07:29:28.12+00:00
Echo Du_MSFT 17,346 Reputation points
2 answers

Exchange Online License Issue

Can the purchased Exchange Online License for an email Id be reused for the same same email id being restored after 1 week of the id deletion?

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-09-09T11:57:06.113+00:00
Solomon Bamidele 1 Reputation point
commented 2021-09-22T07:25:58.77+00:00
Joyce Shen - MSFT 16,706 Reputation points
1 answer One of the answers was accepted by the question author.

how to remove throttling policy?

I did something wrong. I created a throttle policy (exchange 2016) but was distracted and the name is something totally wrong. So when I now ask get-throttlingpolicy I get So I thought I could remove it with this: get-throttlingpolicy…

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

7,214 questions
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-09-22T06:50:01.06+00:00
Kurt Stichelmans 676 Reputation points
accepted 2021-09-22T07:22:43.373+00:00
Kurt Stichelmans 676 Reputation points
3 answers

Exchange 2016 for Multiple Tree Domains

Dear Experts, One of my client is asking to configure multiple AD Domains on single Exchange Server (2016). Domain1.com AD Domain with PDC & ADC Domain2.com AD Domain with PDC & ADC Exchange Server is configured for Domain1.com and…

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-09-04T14:36:13.27+00:00
Shafaqat Ali 2 Reputation points
commented 2021-09-22T07:17:02.72+00:00
Joyce Shen - MSFT 16,706 Reputation points
2 answers

Blocking external iframe embedding via powershell

Hello, I am trying to write a script that automatically changes the html field security settings to block external iframe embedding. I've googled some guides and tried the attached code. But as you can see it keeps erroring out. Any ideas on…

Microsoft 365 and Office | SharePoint | For business | Windows
Windows for business | Windows Server | User experience | PowerShell
asked 2021-09-21T17:50:49.753+00:00
Spencer Cooper 11 Reputation points
accepted 2021-09-22T07:16:59.543+00:00
Spencer Cooper 11 Reputation points
0 answers

MP control Manager detected user service is not responding to HTTP requests (error 403, 404, 500)

I'm experiencing issue with SCCM CB 2002 where the MP status shown as red warning with the error messages below are being thrown randomly in the logs MP control Manager detected user service is not responding to HTTP requests. The http error is 403 …

Windows development | Internet Information Services
asked 2021-09-21T08:00:15.703+00:00
Arranda Saputra 6 Reputation points
commented 2021-09-22T07:02:23.433+00:00
Bruce Zhang-MSFT 3,776 Reputation points
3 answers

Creating PowerShell Script for auto login in O365 (MS Teams) using MFA - Admin side

The idea is to create a script to automatically login to MS Teams and whenever or someone changes the settings in meeting policy it will triggered an alert or email and also run the script to revert back the changes. P.S I'm using MFA and please if…

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

4,982 questions
Windows for business | Windows Server | User experience | PowerShell
Microsoft Teams | Microsoft Teams for business | Other
asked 2021-03-11T18:40:04.92+00:00
AMaDAC 81 Reputation points
commented 2021-09-22T06:59:54.423+00:00
Rasith vahith 1 Reputation point
1 answer

Ecxel Destination - nvarchar(max)

Hi all, Your assistance is needed. There is a problem that I have not been able to resolve. Here is the situation: A table named "Notes" in SQL Server with a field named Text and a data type of nvarchar(max) The longest text in…

SQL Server Integration Services
SQL Server Integration Services

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

2,793 questions
asked 2021-09-20T15:35:35.86+00:00
Johannes Hohmann 1 Reputation point
answered 2021-09-22T06:58:04.163+00:00
ZoeHui-MSFT 41,551 Reputation points
1 answer One of the answers was accepted by the question author.

Azure function logging with python library

I have a few function under one function app and I am doing some process flow logging using python standard library like from logging.handlers import RotatingFileHandler I saved the log files in the fileshare. I am expecting all the log files…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,471 questions
asked 2021-08-31T10:36:22.687+00:00
Yang Chowmun 411 Reputation points
accepted 2021-09-22T06:52:28.117+00:00
Yang Chowmun 411 Reputation points
1 answer

Determining Height Of View(s) That Use layout_rowWeight

I have a View that uses layout_rowWeight in a GridLayout. However, I need to know how much space this actually is. How can I determine the amount of space available in this cell (what is the largest height I can use for a View in this cell)? I need to…

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-09-18T21:21:52.91+00:00
Nathan Sokalski 4,111 Reputation points
answered 2021-09-22T06:46:35.657+00:00
JarvanZhang 23,971 Reputation points
2 answers One of the answers was accepted by the question author.

what is the user in `Clients.User(user)` in signalr?

Clients.User(user).SendAsync() what is the user? user id or user name?

Developer technologies | ASP.NET Core | Other
asked 2021-09-17T09:57:48.34+00:00
mc 7,106 Reputation points
accepted 2021-09-22T06:37:41.627+00:00
mc 7,106 Reputation points
1 answer One of the answers was accepted by the question author.

cannot use strongly-typed hubs in signalr?

I created a interface public interface IOrder { Task StartingFailed(string message); } and create Hub: public class MyHub:Hub<IOrder> { public async Task CreateOrder() { //here I can not use Clients //Clients is…

Developer technologies | ASP.NET Core | Other
asked 2021-09-18T06:46:33.867+00:00
mc 7,106 Reputation points
commented 2021-09-22T06:37:07.01+00:00
mc 7,106 Reputation points
1 answer One of the answers was accepted by the question author.

How to add a border in bottom menu in xamarin.forms shell?

I set the bottom menu tab bar to #ffffff. and can add a border in it?

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-09-15T08:28:21.097+00:00
mc 7,106 Reputation points
commented 2021-09-22T06:35:40.14+00:00
mc 7,106 Reputation points
3 answers One of the answers was accepted by the question author.

Sort-Object 'Top' parameter in powershell version 5

Dear All, I am having a problem with following command when working with powershell in version 5: $Folder = "C:\Temp" Get-ChildItem $folder | Sort-Object -Descending -Property LastWriteTime -Top 1 Below error message that i am receiving: …

Windows for business | Windows Server | User experience | PowerShell
asked 2021-09-21T13:44:37.287+00:00
Lukas Piech 21 Reputation points
answered 2021-09-22T06:30:57.17+00:00
Lukas Piech 21 Reputation points
2 answers

SSAS Tabula Dynamic cube partition Automation By using Windows Powershell script

Hi, I am trying to develop a code for dynamic SSAS Cube partition automation by using windows power shell script. But I am getting compatibility issues with my version. I found the code for SQL 2017 version but mine version is 2016. Step 1. Function…

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,372 questions
Windows for business | Windows Server | User experience | PowerShell
asked 2021-09-09T09:32:47.51+00:00
sudheer 1 Reputation point
commented 2021-09-22T06:29:21.783+00:00
sudheer 1 Reputation point
4 answers

Example needed

Hi, Further to details below, is there one example to prompt the Calendar due to one click to a date field? <asp:Calendar ID="Calendar1" runat="server" SelectedDate="<%# DateTime.Today %>" />

Developer technologies | ASP.NET Core | Other
asked 2021-09-14T04:55:21.48+00:00
Scott Huang 3,511 Reputation points
answered 2021-09-22T06:26:57.513+00:00
Yijing Sun-MSFT 7,106 Reputation points
0 answers

Unified Label Client support for MAC OS

What do I need to my MAC OS Users can protect and consume AIP protected mails? We moved from AD-RMS to AIP with Unified Labels and now they can´t use the solution.

Azure Information Protection
Azure Information Protection

An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.

571 questions
asked 2021-09-22T00:44:53.79+00:00
Carlos Giacaglia 1 Reputation point
commented 2021-09-22T06:26:16.183+00:00
ChristyZhang-MSFT 26,226 Reputation points Microsoft External Staff
0 answers

How should I find out why my website crashed?

My website made by asp.net core 5 is running on IIS now. Yesterday night it crashed. When I access it, it reports 503 service unavailable. I used the Nlog in it before. However, the logger doesn't log any error about it. Here are the last log of…

Developer technologies | ASP.NET Core | Other
asked 2021-09-15T00:09:51.027+00:00
melon NG 296 Reputation points
commented 2021-09-22T06:25:10.22+00:00
melon NG 296 Reputation points
1 answer

How to show location permission screen for application using Xamarin forms

i am using Xamarin forms and want to open following Location permission page of my app. It would be great help if someone can suggest I need this screen in both #IOS & #Android using #xamarinforms. Thanks in adavnce. ]1

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-09-21T08:26:31.54+00:00
Rajat Jaiswal 6 Reputation points
answered 2021-09-22T06:24:03.587+00:00
JarvanZhang 23,971 Reputation points
0 answers

[UWP] Bug report: DataTable with extended properties deserialization crashes in release mode

When I call this method in an UWP main page in debug (x86) mode everything is works fine the extended properties shown in the message dialog. But when I called in release (x86) mode the ReadXml() method crashes. The target platform version:…

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C#
Developer technologies | 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.

11,800 questions
asked 2021-09-21T08:34:34.777+00:00
Dimitrievits Gergely 1 Reputation point
commented 2021-09-22T06:21:40.047+00:00
Anonymous