406,716 questions

Sort by: Updated
2 answers

vlookup not choosing correct values

I am using "vlookup" function in vba, but the returned values aren't correct. Does anyone know why I am not getting the right row for the inputted string? Dim x As String Dim rg As Range Set rg =…

Office Visual Basic for Applications
Office Visual Basic for Applications
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Visual Basic for Applications: An implementation of Visual Basic that is built into Microsoft products.
1,494 questions
asked 2021-04-07T13:53:09.033+00:00
ConS10 1 Reputation point
commented 2021-04-07T19:15:02.867+00:00
Viorel 120K Reputation points
2 answers

Invalid Username and password error when I enable per-user MFA for local accounts

I enabled MFA on my local account and I followed this documentation , then I tried to login with my local account but I am getting invalid username and password. but in the sign-in activity is logging that the failure reason is User needs to…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,039 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,297 questions
asked 2020-03-22T06:03:26.297+00:00
Ayat Idris 1 Reputation point
commented 2021-04-07T19:14:48.74+00:00
House of Giants, LLC 21 Reputation points
0 answers

CalendarView REST API returns empty response for Office365 calendar

NOTE: we still use REST API v2 to query events from the calendar but I don't think it matters in this case We're observing a problem querying events from one of the calendars of one of our customers. Let me showcase the issue by example. Requesting…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,086 questions
asked 2021-04-07T19:13:40.98+00:00
Anton Koval 21 Reputation points
1 answer One of the answers was accepted by the question author.

Exchange (2016) Hybrid Migration

I recently deployed a new Exchange server (2016). The end goal is to get rid of my 2010 server. The hybrid config wizard comes back with an autodiscover error, but the remote connectivity analyzer works without issue. The bigger problem, is I can't…

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,235 questions
asked 2021-04-07T17:00:20.133+00:00
Andrew Sarratore 21 Reputation points
commented 2021-04-07T18:46:17.953+00:00
Andrew Sarratore 21 Reputation points
0 answers

Create folder in Google chrome bookmark manager

How to create folder in Google chrom bookmark manager using powershell I can add bookmark using script but if folder not exists then I need to add folder and then add bookmark in it that folder creation is not happening using PowerShell The bookmark…

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,629 questions
asked 2021-04-07T18:38:55.793+00:00
Himanshuk 161 Reputation points
1 answer

Azure ML Hyperdrive

When running the hyperdrive step, I would like to get the hyper parameters that were selected for the best model and export them to use in a subsequent model. How would I got about doing that? I saw a method get_hyperparameters but from what I can tell…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,137 questions
asked 2021-04-06T15:34:40.093+00:00
Adrian Cartier 6 Reputation points
commented 2021-04-07T18:38:21.523+00:00
YutongTie-MSFT 53,891 Reputation points
2 answers

Convert C++ to C#

Hi All, I need a help to convert below C++ code to C#. include <stdio.h> include <stdlib.h> int top = 10; struct node { char ch; struct node *next; struct node *prev; } *stack[11]; typedef struct node node; void push(node *str) …

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,856 questions
asked 2021-04-06T08:21:19.233+00:00
mden 1 Reputation point
answered 2021-04-07T18:33:08.49+00:00
WayneAKing 4,926 Reputation points
1 answer One of the answers was accepted by the question author.

Stuck trying to connect rpc/tcp after mailbox move

Hi everyone, I'm running into an issue with Outlook connectivity after mailbox moves from Exchange 2010 to Exchange 2016. Hoping someone can clarify where I've gone wrong. Basically the new Exchange 2016 server is isolated by strict firewall policy…

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,799 questions
asked 2021-04-07T15:11:30.877+00:00
AdamTyler-3751 431 Reputation points
accepted 2021-04-07T18:32:28.727+00:00
AdamTyler-3751 431 Reputation points
1 answer One of the answers was accepted by the question author.

globally detecting mouse pressed

I do for (; ; ) { if (System.Windows.Input.Mouse.LeftButton == System.Windows.Input.MouseButtonState.Pressed) { MessageBox.Show("hgg"); } } It is not uesponding…

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.
11,308 questions
asked 2021-04-07T16:45:39.263+00:00
Piotr Rybak 21 Reputation points
commented 2021-04-07T18:31:13.927+00:00
Piotr Rybak 21 Reputation points
4 answers One of the answers was accepted by the question author.

Exchange Server 2016 with Oracle Primavera

Hi, I have Exchange 2016 and Oracle Primavera Unifier application. I want to send an email to the internal user using Exchange Server. I created a receive connection with the following settings. Name: Oracle587 Authentication: Basic / Integrated…

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,799 questions
asked 2021-04-05T21:01:53.97+00:00
Muhammad Faheem 21 Reputation points
accepted 2021-04-07T18:19:29.663+00:00
Muhammad Faheem 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to scroll by one using mouse wheel instead of the default value ' 3 ' in Listview VB.net

I have a modified list view (VB.net). When I scroll using the mouse wheel. It scrolls by 3 rows. I want it to scroll by one row at time using mouse wheel. Any help would be appreciate it. Public Class listviewEx Inherits ListView Private Declare…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,783 questions
asked 2021-04-07T15:01:59.26+00:00
Mark Ismail 21 Reputation points
commented 2021-04-07T18:17:14.947+00:00
Mark Ismail 21 Reputation points
1 answer One of the answers was accepted by the question author.

Access URL inside Hub

Hello, I am new in Azure SignalR. My question is how can I get Request URL inside Hub so I can get the host name that contain alias. I need alias because we use it to isolate our tenant. Thank you !

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
157 questions
asked 2021-04-07T17:42:11.317+00:00
Marco Fillion 96 Reputation points
accepted 2021-04-07T18:16:24.97+00:00
Marco Fillion 96 Reputation points
1 answer One of the answers was accepted by the question author.

I split my USB to two parts. How can i join it back?

Hello Everybody. I somehow split my USB to two separete parts. When i plug my USB to computer it basicly show E: and F: driver instead only one driver. Can i join the two USB parts back two one with powerhsell commands? Thanks for answare.

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,629 questions
asked 2021-04-07T11:39:26.447+00:00
Filip 831 Reputation points
accepted 2021-04-07T18:05:25.473+00:00
Filip 831 Reputation points
1 answer

D365 v9 Plug-In Pre and Post Images

On-Premise Registration Tool PostUpdate Plug-In Assembly, Registered Step PostUpdate, Registered Image (PreImage), Registered Image (PostImage). When Debugging Plug-In Context.PreEntityImages is NULL and Context.PostEntityImages is NULL. Removed and…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,109 questions
asked 2021-02-09T19:29:15.25+00:00
Glenn Harlan 1 Reputation point
answered 2021-04-07T18:03:37.467+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Support for Real Time Chat Notifications in .NET for Azure Communications Service

This question is specifically centred around support for chat-based events broadcast from Azure Communication Services (ACS). Currently, ACS supports Real-Time Notifications using the JavaScript SDK - "Real-time notifications (enabled by…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,012 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.
11,308 questions
asked 2021-04-01T09:58:27.243+00:00
Justin Rogowski 26 Reputation points
accepted 2021-04-07T18:02:04.277+00:00
Justin Rogowski 26 Reputation points
2 answers One of the answers was accepted by the question author.

Office 2013 & 2019 not displaying graphics in Excel, PowerPoint, Word after upgrade from Windows 7 to Windows 10

Upgraded Dell Precision Tower 7910/NVIDIA Quadro M5000 from Windows 7 to Windows 10. After upgrade, Office Apps do not display graphics. We have upgraded multiple machines, and this is the only one that has the issue. Troubleshooting steps completed: …

Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
952 questions
PowerPoint Management
PowerPoint Management
PowerPoint: A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.Management: The act or process of organizing, handling, directing or controlling something.
236 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,759 questions
asked 2021-04-01T20:54:12.757+00:00
SamDiz 21 Reputation points
commented 2021-04-07T17:47:00.287+00:00
SamDiz 21 Reputation points
7 answers

Hyper-V machines always take host IP

Without setting a local static IP in each machine, the machine will first take the host IP. Even though, I have a) set a static IP in host adapter and in router admin. My issue with this is that with one particular machine, I cannot set the IP within…

System Center Virtual Machine Manager
asked 2021-04-05T15:12:47.517+00:00
Scott S 6 Reputation points
answered 2021-04-07T17:38:49.133+00:00
Anonymous
1 answer

Azure AD: How to integrate Customer's SSO into my Tenant/Application?

I am not particularly sure of the correct question to ask, so I apologize in advance if the question appears slightly vague. I am looking to learn concepts and then implement the solution. I have an Azure AD tenant, and an application within it (it…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,039 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,297 questions
asked 2021-03-31T02:20:48.67+00:00
Chiranjib 6 Reputation points
commented 2021-04-07T17:34:43.83+00:00
Mario Worwell 11 Reputation points
2 answers

Help with Function App connectivity to on-premise resources through VLAN.

I have a VLAN connected via a S2S VPN connection. On this VLAN is a VM that is successfully able to ping our local on-premises resources. We've recently added another subnet to this VLAN and dedicated that subnet to an App Service with Azure Functions.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,430 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,645 questions
asked 2021-03-30T14:18:47.393+00:00
Jordan Fulford 1 Reputation point
commented 2021-04-07T17:29:51.367+00:00
SaiKishor-MSFT 17,326 Reputation points
1 answer

Outlook advanced rules for client codes

My advertising company has client codes for Radio and TV: for example PRAE00001T for TV spots or PRAE00002R for radio spots. There is always a 4 letter client code followed by 5 digit spot number that ends with a R for radio or T for TV. Is it…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,275 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,503 questions
asked 2021-03-10T15:12:19.88+00:00
Joel 1 Reputation point
commented 2021-04-07T17:19:35.75+00:00
Joel 1 Reputation point