345,502 questions

Sort by: Updated
0 answers

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,421 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,935 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
edited the question 2024-05-13T10:29:07.4466667+00:00
Kiran Mohanty 0 Reputation points
0 answers

Working with Date picker

Currently I am using the default date picker provided by MAUI , if i have to a select the year 2025 or 26 , I have to keep pressing the right arrow to get to the year , instead of tapping on the year should let me pick year and tapping on month should…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,935 questions
asked 2024-05-13T10:28:40.7833333+00:00
Manickam, Suraj 240 Reputation points
3 answers

Can I push to social media platforms from Media Services?

Just wondering if there is a doc or video on how to publish to facebook twitter etc from media services directly.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
305 questions
asked 2021-11-23T22:10:11.897+00:00
Pikulski, Austin 1 Reputation point
answered 2024-05-13T10:28:35.7533333+00:00
Helen Daniel 0 Reputation points
1 answer

Migration of the data(shared drive) from NetApp storage to Azure Files

We have 1Tb of data on the NetApp, which is basically mapped as a shared drive multiple windows server and user laptops. We need to migrate/sync these data from the shared drive which is hosted on the NetApp to Azure File shared via Storage Sync service…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,171 questions
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,723 questions
asked 2024-05-13T10:11:54.1633333+00:00
Raj 0 Reputation points
edited an answer 2024-05-13T10:28:26.5666667+00:00
Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
1 answer

535: 5.7.139 Authentification unsuccessful / SMTP Server in external application / *Entra*

Hi, I am trying to use an Office 365 User Mailbox as an outgoing server for our ERP Software. I am using the following information for the server: Host: smtp-mail.outlook.com Port: 587 TLS with certificate Username and Password are correct. I am getting…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,095 questions
Microsoft Entra
asked 2024-05-08T08:23:13.7633333+00:00
Hansjörg Weise 0 Reputation points
commented 2024-05-13T10:28:23.1033333+00:00
Xintao Qiao-MSFT 0 Reputation points Microsoft Vendor
1 answer

unable to add shared mailbox account as an exchange account

I have been able to add one shared mailbox as an Exchange account (to solve a searching issue) but the second shared mailbox keeps asking for a password and gives me the sign on error code below: Error Code: 50058 Request Id:…

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,883 questions
Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,047 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,372 questions
asked 2024-05-06T12:33:01+00:00
Chris Helms 0 Reputation points
commented 2024-05-13T10:27:49.37+00:00
Xintao Qiao-MSFT 0 Reputation points Microsoft Vendor
1 answer

Teams is creating duplicates of files in private channels when adding a file to a post

We run into a peculiar, but very annoying, bug that occurs in the new Teams regarding private channels: We create subfolder in files in a private channel to keep all files organized. We then create a post to alert people to a file in the subfolder. The…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,161 questions
asked 2024-04-25T13:46:34.4933333+00:00
Steven 20 Reputation points
commented 2024-05-13T10:27:29.53+00:00
Tomáš HREHUŠ 5 Reputation points
0 answers

azure vm password reset using python

I am trying to reset azure vm (both windows and linux) password using python as part of automation.Does azure.mgmt.compute module support VM password rotation. If so please help me with a basic snippet. when ever I try to do…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,281 questions
asked 2024-05-13T08:50:45.4966667+00:00
Vaishnav AV-FT 81 Reputation points
commented 2024-05-13T10:24:34.13+00:00
vipullag-MSFT 24,441 Reputation points
1 answer

Web App Deployment in Azure AI Studio stuck deploying for over a week, how can I cancel it?

I've been deploying a few web apps via Azure AI studio's 'Deploy to Web App' feature within the playground of the 'build your own co-pilot' feature over the last few months, never taken longer than a few minutes, I set one up on Tuesday (16th) last week…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,222 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,962 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,419 questions
asked 2024-04-24T10:20:05.7633333+00:00
Rich Merrett 0 Reputation points
answered 2024-05-13T10:24:03.4366667+00:00
Rich Merrett 0 Reputation points
0 answers

How to bring app to the top of all other apps in .Net MAUI mac catalyst

I want to bring the application to the top of all other apps, but i have tried all the below codes, but none of them working as expected. code snippet UIWindow window = UIApplication.SharedApplication.Windows[0]; if (window != null) { …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,421 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,935 questions
asked 2024-05-13T10:22:22.3533333+00:00
Kiran Mohanty 0 Reputation points
edited the question 2024-05-13T10:23:32.5933333+00:00
Kiran Mohanty 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to create multiple vm by using powershell

Hi Team, I am creating multiple virtual machine by using powershell script. I am getting below error. How can I fix this. New-AzNetworkInterface : Cannot attach a Standard public IP address…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,207 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,103 questions
asked 2024-05-13T08:47:48.07+00:00
Punitha Keswani 0 Reputation points
answered 2024-05-13T10:22:28.7433333+00:00
Virender Singh Rawat 67 Reputation points
1 answer

How to disable a user's mailbox in Microsoft Online Exchange to reject emails

What are the steps to disable a user's mailbox in Microsoft Online Exchange to make sure that emails sent to this mailbox are rejected with a notification that the mailbox no longer exists? Please provide details and recommended practices.

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,217 questions
asked 2024-05-07T19:21:03.4666667+00:00
Rita Bautista 0 Reputation points
commented 2024-05-13T10:22:12.19+00:00
Bruce Jing-MSFT 845 Reputation points Microsoft Vendor
1 answer

OrganizationConfig

Hi All I want to know what are the current settings set in our organization for the below. i.e True or…

Microsoft Exchange Online
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,217 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,372 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
397 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,904 questions
asked 2024-05-10T20:58:43.6133333+00:00
Glenn Maxwell 10,146 Reputation points
answered 2024-05-13T10:22:10.43+00:00
Xintao Qiao-MSFT 0 Reputation points Microsoft Vendor
1 answer

custom role

Hi All, I want to create a custom role in the Exchange Online Admin Center where I can provide specific users with Read access to Recipients. That is, under Recipients, I want to grant read access to the following: Please guide me. Mailboxes, Groups…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,095 questions
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,217 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,372 questions
asked 2024-05-06T22:10:12.1066667+00:00
Glenn Maxwell 10,146 Reputation points
commented 2024-05-13T10:21:09.5766667+00:00
Bruce Jing-MSFT 845 Reputation points Microsoft Vendor
2 answers

Unable to install optional feature

Hello, In our enterprise, we deploy windows updates through SCCM for our Windows 10 computers. It's working fine. To be able to install optionnal feature, we have a GPO that enable this parameter "Download repair content and optional features…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,708 questions
asked 2024-01-15T13:41:20.8166667+00:00
Brugnerotto Angélique 10 Reputation points
edited a comment 2024-05-13T10:20:40.44+00:00
Mue, Philipp 0 Reputation points