349,729 questions

Sort by: Updated
0 answers

logmein and windows based remote access security reputation

How do windows based remote access apps such as logmein ‘shape up’ in terms of security in a sensitive corporate environment, when connecting to windows based servers and workstations. We have observed some 3rd party technical support suppliers…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,841 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,783 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,752 questions
asked 2024-05-30T09:28:23.4266667+00:00
crib bar 641 Reputation points
edited the question 2024-05-30T09:40:51.4433333+00:00
crib bar 641 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI: Background color is not updating when changing the mode (iOS)

When changing the mode I am updating the background color and text color of the UI via code. It was working fine on Android side but when I check it on iOS, the Listview background color is not updating properly. Expected Output of light and dark mode is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,999 questions
asked 2024-04-29T13:42:50.5933333+00:00
Sreejith Sreenivasan 691 Reputation points
accepted 2024-05-30T09:39:52.6166667+00:00
Sreejith Sreenivasan 691 Reputation points
1 answer

How is the Redis usedmemorypercentage calculated?

Please explain how Redis usedmemorypercentage is calculated? After reviewing the Azure documentation, we did not find any introduction to its calculation method. Please help explain, thank you.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
222 questions
asked 2024-05-27T01:43:48.1733333+00:00
Gallatin 21V 166 Reputation points
edited a comment 2024-05-30T09:39:06.1566667+00:00
Gallatin 21V 166 Reputation points
0 answers

Error Handling in ForEach-Object -Parallel CMDLET.

I Use a PowerShell 7 Script to Validate Resource Group and its JSON contents DisplayName, ObjectID and Role Definition Name. My Script will use Parallel block to loop through the subscriptions and validate RG First and then foreach Role Definition it has…

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,416 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,179 questions
asked 2024-05-30T09:39:05.6366667+00:00
Ramakrishna Abhijeet P 70 Reputation points
1 answer

Insufficient Permissions for Import Certificate into Key Vault

I am an external user for one of my client accounts. I have owner permissions. I am trying to import a certificate into a key vault. The key vault has the Vault Access Policy. As the owner, I have full access to this resource. However, when I try to…

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,147 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,006 questions
asked 2024-05-30T06:32:40.9466667+00:00
Carolyn Schroeder 186 Reputation points
commented 2024-05-30T09:38:50.13+00:00
Deepanshu katara 5,760 Reputation points
2 answers

Icone raccourci par GPO blanche windows 11

Bonjour, Dans notre infrastructure, nous avons des postes sous Windows 11 et Windows 10. Nous avons un serveur 2016 qui héberge le DC et donc les GPO. Nous avons différents raccourcis vers des pages web avec l'icône de l'application, l'icône est hébergée…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,841 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,406 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,008 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,468 questions
asked 2023-08-28T10:08:49.5+00:00
LDEDSIY 10 Reputation points
commented 2024-05-30T09:38:12.5466667+00:00
JJ69 0 Reputation points
0 answers

GPT-4o Chat Completion API with Image Input Extremely Slow and Timing Out

I am experiencing extremely slow response times and frequent timeouts when using the Chat Completion API with the GPT-4o model and image inputs. The issue persists across different US regions (US West, US East) and deployment types (Standard,…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,323 questions
asked 2024-05-30T09:22:00.81+00:00
Robin Wong 0 Reputation points
commented 2024-05-30T09:37:37.6733333+00:00
navba-MSFT 17,980 Reputation points Microsoft Employee
0 answers

Datatime value issue

Hi, How to correct it below? tb_apply_date.Text = Datetime.Now.ToString();

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,717 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,410 questions
asked 2024-05-30T08:28:23.0166667+00:00
Peter_1985 2,546 Reputation points
commented 2024-05-30T09:37:22.24+00:00
Peter_1985 2,546 Reputation points
0 answers

Unable to delete API Management Resource

Hello, I created an Azure API Management (APIM). I've been trying to delete it, but it seems to be locked or stucked in a transition state, and after more than 12 hours I could not delete it. I'm getting the following error message: Code:…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,817 questions
asked 2024-05-30T07:58:17.36+00:00
Rodrigo Liberoff Vázquez 31 Reputation points MVP
commented 2024-05-30T09:37:10.7066667+00:00
Rodrigo Liberoff Vázquez 31 Reputation points MVP
1 answer

Retrieving Refresh Token with OAuthPrompt in Microsoft Teams Bot

I am currently developing a Microsoft Teams bot and using the OAuthPrompt in my DialogSet to obtain the access token. The token retrieval works as expected, but I am facing an issue where the refresh token is not being retrieved along with the access…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
759 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,272 questions
asked 2024-05-30T09:04:57.85+00:00
Palak Agarwal 0 Reputation points
commented 2024-05-30T09:37:01.4266667+00:00
Gowtham CP 1,970 Reputation points
0 answers

unable to connect azure cli from my local machine

Hi team, I am unable to connect azure cli from my local my machine, i have updated configuration path in system variable but still not working. could you please connect will explain in the call. Thanks,Leela, leela.pampana@hiscox.com 9182881003

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,006 questions
asked 2024-05-30T09:36:38.69+00:00
Leela Pampana 0 Reputation points
0 answers

how to show image2 in gridview

Hello This is my aspx page <asp:TemplateField HeaderText="IMAGE1"> <ItemTemplate> <asp:Image ID="Image1" runat="server" /> </ItemTemplate> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,325 questions
asked 2024-05-29T13:35:22.69+00:00
RAVI 936 Reputation points
commented 2024-05-30T09:36:04.55+00:00
AgaveJoe 26,246 Reputation points
0 answers

i am not able to open the lab can u pls help me

i am not able to open the lab its loading continuously. This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
86 questions
asked 2024-05-30T09:24:06.95+00:00
Vrashabnath hanmanthrao kulkarni 0 Reputation points
commented 2024-05-30T09:36:02.4266667+00:00
RNareddy 800 Reputation points Microsoft Vendor
1 answer

How to ignore the records by applying an auditing filed column condition using ADF Data Flows

Hi All I am building a data transamination using mapping data flows ,I have a time stamp field Like TimeStampUpdated in the target table. I want to lockup historical data with incremental data transamination and ignore the records coming in the…

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,492 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,980 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,785 questions
asked 2024-05-30T09:28:46.6066667+00:00
venkat rao 45 Reputation points
answered 2024-05-30T09:35:29.0866667+00:00
Amira Bedhiafi 16,696 Reputation points
1 answer

How to recover Archive in Exchange server?

Hi. I have on premise exchange server 2016. We have one user with archive . Unfortunately it got disappeared . I could see (0 MB in EAC) .I believe it is because Archive GUid so changed to Exchange online archive guid . The archive guid was different…

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,263 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,407 questions
asked 2024-05-23T10:53:55.09+00:00
Jonathan Priyaraj 120 Reputation points
commented 2024-05-30T09:34:44.48+00:00
Jake Zhang-MSFT 1,610 Reputation points Microsoft Vendor
1 answer

Email that is sent using Microsoft Graph REST APIs shows a different From name than account name in the email that is received because of which it always is being redirected to SPAM. How to change the name so it is understandable instead of a random name?

Hello Folks, Email that is sent using Microsoft Graph REST APIs shows a different From name than account name in the email that is received because of which it always is being redirected to SPAM. The email addresses look like…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,136 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,891 questions
asked 2024-05-30T06:48:03.4733333+00:00
Abhishek Vadakattu ProtonMe 0 Reputation points
answered 2024-05-30T09:34:40.2233333+00:00
Yakun Huang-MSFT 785 Reputation points Microsoft Vendor
2 answers

Unable to search for wikis in SharePoint server

When a customer searches for something in the wiki search box in sharepoint, the corresponding content is not found. And, when she creates a wiki, there is no publish button, just a save button.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,259 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,901 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,729 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
526 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,582 questions
asked 2024-05-29T01:40:26.9066667+00:00
Zoey Liang 165 Reputation points
commented 2024-05-30T09:34:24.58+00:00
Zoey Liang 165 Reputation points
0 answers

About Quota of gpt models

I am building a Retrieval-Augmented Generation (RAG) system using various GPT models and text-embedding models on the Azure OpenAI Studio playground. As I use it, the quota for a specific region has become full, so I have been moving to other regions to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,323 questions
asked 2024-05-30T09:30:10.1933333+00:00
tsuzuki-s 0 Reputation points
edited the question 2024-05-30T09:33:14.8733333+00:00
AshokPeddakotla-MSFT 28,501 Reputation points
0 answers

VPN Network degradation on 28 May

Hi, I see from the chart that although the connection was maintained, the bandwidth was dropping for more than 10 hours, as seen from the chart below. The drop started 1pm and at 11pm began to slowly recover. May I know if there was some maintenance /…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,412 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,006 questions
asked 2024-05-30T08:28:00.7266667+00:00
Iwan NUGRAHA 20 Reputation points
edited the question 2024-05-30T09:32:31.9766667+00:00
Iwan NUGRAHA 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to use AAD authenticated notificationUrl to Create subscription for MS graph notifications?

In my Client App, I am using Graph API to create subscriptions as follows to get the status of the TEAMS users: const subscription = await client.api('/subscriptions').create({ changeType: 'updated', notificationUrl: `my own API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,891 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,908 questions
asked 2023-10-03T09:54:15.4733333+00:00
Shashikant Sharma 65 Reputation points
accepted 2024-05-30T09:31:57.96+00:00
Shashikant Sharma 65 Reputation points