406,369 questions

Sort by: Updated
1 answer

Get the boundary for town.

Hi Team, We used the “Spatial Data service module” present on Bing map SDK in the following link https://www.bing.com/api/maps/sdk/mapcontrol/isdk/sdsloadmultipleboundaries to get the boundary of a region. We are facing one issue while getting the…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
788 questions
asked 2021-02-22T13:02:12.21+00:00
Balasaheb Molawade 136 Reputation points
commented 2021-02-26T18:09:34.593+00:00
QuantumCache 20,346 Reputation points
1 answer One of the answers was accepted by the question author.

naming a Excel VBA module

I have created several Excel VBA macros and would like to name the modules they reside in but cannot find how to do this. Help would be appreciated.

asked 2021-02-26T16:59:07.093+00:00
Ken Smith 21 Reputation points
accepted 2021-02-26T18:02:02.077+00:00
Ken Smith 21 Reputation points
1 answer

Is Azure registered for Japan ISMAP

Japan has a registration process called ISMAP. AWS has this registration and has completed their audit. Has Azure completed ISMAP auditing and registration and if so, is there a link for me to verify? Information System Security Management and…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,497 questions
asked 2021-02-08T19:46:25.977+00:00
Naylor, Angelique 1 Reputation point
commented 2021-02-26T17:59:32.187+00:00
Siva-kumar-selvaraj 15,691 Reputation points
1 answer

Azure AD IDP Salesforce Marketingcloud renewal certificate problem

Hello all, we are currently successfully using the sso feature via the enterprise application salesforce for marketing cloud. Now there is an announcement from salesforce that a new certificate has to be used. A temporary activation on the salesforce…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,283 questions
asked 2021-02-11T08:48:14.07+00:00
TKentrup 1 Reputation point
commented 2021-02-26T17:55:13.03+00:00
Siva-kumar-selvaraj 15,691 Reputation points
2 answers One of the answers was accepted by the question author.

Automate Elastic pool change for SQL DB

Whenever a new SQL database is imported into the Azure using bacpac , by default there is no elastic pool . If the user forgets to move it to elastic pool , it will cause unwanted costs. How can we schedule a script to check the databases and if it in…

Azure SQL Database
asked 2021-02-24T22:37:28.753+00:00
jatin pathak 111 Reputation points
commented 2021-02-26T17:43:57.467+00:00
jatin pathak 111 Reputation points
2 answers

Hybrid Azure AD Join information not registered in SCCM

Hi, We have recently configured CMG in our SCCM environment for internet based clients. We are running SCCM 2006 in our environment and managing both servers and workstations. All the VPN boundaries associated with CMG Management Point. I am having…

Microsoft Configuration Manager
asked 2021-02-25T13:12:48.463+00:00
Vijayaguru M 41 Reputation points
commented 2021-02-26T17:40:09.323+00:00
Jason Sandys 31,396 Reputation points Microsoft Employee
6 answers

Azure Media Services DRM screen capture protection

Referring to: https://social.msdn.microsoft.com/Forums/SECURITY/en-US/c009d689-8f4d-402b-ba16-e498e7b8bda3/does-azure-media-plataform-provides-any-protection-againts-screen-recording-by-mean-of-drm?forum=MediaServices He says "E.g., if you play…

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.
320 questions
asked 2021-02-15T08:48:32.09+00:00
Sony94 1 Reputation point
commented 2021-02-26T17:32:59.913+00:00
Sony94 1 Reputation point
1 answer

How to capture reboot alerts in SCOM 2016 for Unix servers

Hi Team, Please let me know how to capture reboot alerts in SCOM 2016 for Unix servers. For Windows servers, we monitor through event ID monitoring.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,530 questions
asked 2021-02-01T11:01:04.747+00:00
Dhruvika G 6 Reputation points
commented 2021-02-26T17:29:37.73+00:00
Dhruvika G 6 Reputation points
0 answers

Windows Touch Keyboard suggestions bar - interface available?

Dear support, We are buiding a .NET Core WPF tablet application that is only used with a touch screen. We are using the windows touch keyboard (NOT the On screen Keyboard OSK) which works fine but with lookup lists that have popups we do not like the…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,827 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,195 questions
asked 2021-02-25T14:48:46.517+00:00
Anthony Van De Sompele 1 Reputation point
commented 2021-02-26T17:19:34.487+00:00
Philchel-8024 106 Reputation points
3 answers One of the answers was accepted by the question author.

MSB3073 using variables in Post-Build Event

Hello, I have a Post-Build Event which looks like follows: $(BinDir)$(TargetName).$(Extension) --root_dir_abs=$(BinDir)..\cpp\UnitTestRoot This expands to: C:\Product\cpp\Solutions\..\..\bin64\Run_Tests.exe…

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-02-26T07:58:16.42+00:00
c0d35a107 41 Reputation points
accepted 2021-02-26T17:16:59.61+00:00
c0d35a107 41 Reputation points
1 answer One of the answers was accepted by the question author.

MSB3073: Easy mistake which can break the Post-Build Event

Create an empty project with this in main.cpp c++ #include <iostream> int main(int argc, char** argv) { std::cout << " error exception : " << std::endl; exit(0); } Call this: RetVal.exe…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
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
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,023 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-02-26T15:59:35.993+00:00
c0d35a107 41 Reputation points
accepted 2021-02-26T17:13:13.867+00:00
c0d35a107 41 Reputation points
2 answers One of the answers was accepted by the question author.

Assigned Access will not start

I've setup a dozen or so Assigned Access Windows 10 systems (MS Kiosk) in the past. A recent system purchased required a Kiosk interface but the kiosk consistently fails to start. "We weren't able to start your app. Press Ctrl + Alt + Del to sign…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
asked 2020-12-20T16:42:33.313+00:00
Allan J. Ashinoff 526 Reputation points
commented 2021-02-26T16:59:28.933+00:00
Luke Schwingler 21 Reputation points
1 answer

Trying to use Get Items: OData filter with a managed meta data column

Hi The use case here is when I want to use a meta data column to on document library A to do a lookup against the Title column ( which mirrors Product Label) in my lookup list B - thought title would be easier than a ( Metada column A eq meta data…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,352 questions
asked 2020-10-05T16:21:16.727+00:00
Daniel Westerdale 1 Reputation point
commented 2021-02-26T16:55:32.663+00:00
1 answer One of the answers was accepted by the question author.

Active directory domain controller in Azure

We are planning to extend AD Domain controller to Azure, Master DC will remain ON-Premise but additional DC will be hosted in Azure. Any VM we create in Azure should get authenticated with DC in Azure. Can anyone please explain to me how i can achieve…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,896 questions
asked 2021-02-25T20:59:54.677+00:00
Prakash Modak 111 Reputation points
accepted 2021-02-26T16:50:16.24+00:00
Prakash Modak 111 Reputation points
1 answer

Graph API Licensing

Is there any specific licensing requirement to call /teams/getAllMessages and /chats/getAllMessages API endpoint . Do we need E5/A5 or E3 /A3 These are still in Microsoft Graph Beta

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,068 questions
asked 2021-02-24T18:07:28.19+00:00
AJ 1 Reputation point
commented 2021-02-26T16:44:17.73+00:00
AJ 1 Reputation point
0 answers

Pictures and text are not in sync with each other in Microsoft Edge

The pictures and the text are not in sync with each other in Microsoft Edge

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,463 questions
asked 2021-02-24T18:33:41.047+00:00
Windows Live ™ Team 1 Reputation point
commented 2021-02-26T16:41:53.86+00:00
Reza-Ameri 17,031 Reputation points
1 answer

Error code: 20 printer not activated on windows 10

A couple days ago, Microsoft updated by Windows 10 software on my laptop. Subsequently, I have lost the ability to save a PDF file from my QuickBooks software. When I attempt to save an invoice as a PDF, I now get this error message: Printer Not…

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
487 questions
asked 2020-10-06T10:12:51.257+00:00
Steven Smith 1 Reputation point
answered 2021-02-26T16:40:00.367+00:00
Reza-Ameri 17,031 Reputation points
1 answer

Azure AD Connect - Cannot Retrieve Single Sign-on Status

Hello, I need to make a change to our configuration and get these error messages. [15:43:11.489] [ 1] [ERROR] ConfigDesktopSsoPage: Exception caught in GetDesktopSsoStatus One or more errors occurred.. Skipping configuration [15:43:11.489] [ 1] [ERROR]…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,283 questions
asked 2021-02-25T16:47:08.643+00:00
Geoff Major 21 Reputation points
commented 2021-02-26T16:37:39.623+00:00
Geoff Major 21 Reputation points
1 answer

automate key rotation for azure resources

i want to create a funcntion that can automate the rotation of keys when they are about to expire in keyvault. basically i want that when a key is about to expire in keyvault it generates an event which in turn regenerate the key for the specific…

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,376 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,424 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,309 questions
asked 2021-02-23T10:15:39.827+00:00
Tushar 1 Reputation point
commented 2021-02-26T16:35:38.357+00:00
JamesTran-MSFT 36,811 Reputation points Microsoft Employee
1 answer

Require MFA every protect document using Azure Information Protection

Hi, I wonder if there's any option to protect and require users and/or external guests to use MFA on every protect document they going to open, if not, is that possible to limit the requirement in time? i.e. after 1 hour of use with valid MFA auth to…

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.
556 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,283 questions
asked 2021-02-23T18:31:04.027+00:00
Netanel Ben-Shushan 1 Reputation point
commented 2021-02-26T16:34:15.907+00:00
JamesTran-MSFT 36,811 Reputation points Microsoft Employee