344,224 questions

Sort by: Updated
0 answers

Can we load current url from the Chrome which started from VBA shell

I need to load the URL from the chrome which just opened from the VBA script EX: chrome = """C:\Program Files\Google\Chrome\Application\chrome.exe""" Shell(chrome & " -url " & url) so basically after i…

asked 2022-02-10T04:50:10.597+00:00
svv 26 Reputation points
1 answer One of the answers was accepted by the question author.

ADF Dataflow parametrize with query option

I am trying to use query option in ADF dataflow source . Since I need to pass a parameter, I am using dynamic sql as below concat(toString('select * from '),toString($ParamTable),toString(' WHERE ColA IS NULL AND COLB IS NULL ')) Error got while trying…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,617 questions
asked 2022-01-28T06:45:38.59+00:00
Vs2021 46 Reputation points
commented 2022-02-10T04:48:22.023+00:00
Vs2021 46 Reputation points
1 answer

Empty string and 200 returned from Translator API, EN-KO

Hi! When trying to translate a phrase "Issued in connection with" from English to Korean, we receive 200 from MS Azure Translator, but the result string is empty. Please find Curl to reproduce: curl --request POST \ --url…

Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
344 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,406 questions
asked 2022-02-09T13:51:58.17+00:00
Egor Scherbakov 1 Reputation point
answered 2022-02-10T04:45:58.9+00:00
GiftA-MSFT 11,151 Reputation points
2 answers One of the answers was accepted by the question author.

Windows 11 Pro to Enterprise Upgrade

Would changing the product key from win 11 pro to an enterprise edition key unlock enterprise features? Or would I have to use windows update to receive the features for enterprise?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,241 questions
asked 2022-02-09T20:53:35.403+00:00
RD81 21 Reputation points
answered 2022-02-10T04:44:46.43+00:00
Kapil Arya 7,756 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Oracle Database inventory

Hello, How to run an Inventory of the servers having Oracle Database on them? I tried already these queries: Select distinct v_R_System.Name0, v_GS_ADD_REMOVE_PROGRAMS.DisplayName0, v_GS_ADD_REMOVE_PROGRAMS.Version0 from v_R_System inner join…

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
459 questions
Microsoft Configuration Manager
asked 2022-02-08T00:38:17.927+00:00
Duchemin, Dominique 2,006 Reputation points
commented 2022-02-10T04:37:22.93+00:00
Duchemin, Dominique 2,006 Reputation points
2 answers

Not able to mount persistent volume in AKS with Azure File share

Hello, I am trying to provision some resources in Azure via terraform. With jenkins helm chart, I want to provision persistent storage that will be used by the jenkins application. All done via terraform. I am able to create azure storage…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,170 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,869 questions
asked 2022-02-04T13:31:54.117+00:00
Kailash 51 Reputation points
commented 2022-02-10T04:17:23.243+00:00
Kailash 51 Reputation points
1 answer

Conectar Excel a SQLite

Hola estoy intentando conectar Excel a SQLITE pero no hay manera. Mi sistema: Excel 365 y Windows 10- 64 bits Lo que tengo es lo siguiente: With cnn .Provider = "msoledbsql" .ConnectionString = "DRIVER=" & Driver &…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,774 questions
asked 2022-02-09T21:26:18.94+00:00
Marcial Castro Castelao 1 Reputation point
answered 2022-02-10T03:59:41.29+00:00
Tom van Stiphout 1,621 Reputation points MVP
2 answers One of the answers was accepted by the question author.

Support filtering messages by body content

I've constructed the query below on Graph Explorer and got no messages in reply. My query. https://graph.microsoft.com/v1.0/me/mailFolders('Inbox')/messages?$filter=subject eq '*****' and contains(body/content, '****')&$top=10 Do I understand…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,674 questions
asked 2021-07-30T06:53:07.577+00:00
Andrew Omondi 246 Reputation points Microsoft Employee
answered 2022-02-10T03:32:20.443+00:00
Keshav Kishore 1 Reputation point
1 answer

Error: This tax profile needs to be updated to apply to this program.

Q. Account settings | Payout and tax profile assignment Tax profile This tax profile needs to be updated to apply to this program. Click here to update profile. and then Server Error in '/' Application. Runtime Error Description: An…

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
282 questions
asked 2021-12-28T04:01:31.427+00:00
metafuture 1 Reputation point
commented 2022-02-10T03:30:21.08+00:00
tynepunk 1 Reputation point
1 answer

script to delete saved password for IE/Edge

Due to some compliance requirements, I am now required to disable the "save usernames & passwords" option for IE on all my systems. That part I have figured out via creating a GPO. However, part of the compliance requirement also states…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,148 questions
asked 2022-02-02T19:37:23.803+00:00
penguin_enforcer 11 Reputation points
commented 2022-02-10T03:22:44.993+00:00
XuDong Peng-MSFT 10,101 Reputation points Microsoft Vendor
1 answer

Xamarin.Forms.Datagird How to expand the data grid when a another value to the collection?

I'm using Xamarin.Forms.Datagrid. What I'm struggling with is displaying the second row. I suspect it is in the adding value part that I'm not specifying to add a new row to the Datagrid. But for the life of me I can't see it. Now if I scanned a…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 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,289 questions
asked 2022-02-09T06:29:13.893+00:00
Fourie Laing 1 Reputation point
commented 2022-02-10T03:15:31.863+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,551 Reputation points Microsoft Vendor
0 answers

In the Chinese OS, the speed of obtaining data through hostname is slower than connecting to the database with IP address

I have a Chinese OS and I create a small application to connect to SQL Server and query data. If I use the hostname of another machine which installed SQL Server, the query speed is slowly, if I use IP Address instead, then the speed is much quicker…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,774 questions
asked 2022-02-09T01:56:06.71+00:00
Ji Shirley 181 Reputation points
commented 2022-02-10T02:53:54.953+00:00
Ji Shirley 181 Reputation points
0 answers

Getting Values from EF Core Context with Dynamic Calls to Tables

I'm working in EF Core 5 with Razor pages connecting to SQL Server and am trying to develop a generic form that handles multiple lookup tables. So I'm trying to dynamically access the tables in my context. My problem is that I can access the Properties…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
asked 2022-02-09T20:10:16.38+00:00
Rozemyne 1 Reputation point
commented 2022-02-10T02:36:10.5+00:00
Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
0 answers

Failed to submit my app to the Microsoft Store

I keep having this error for a couples of days when I click "submit to the Microsoft Store": Unexpected error, we couldn't complete your request. Please try again later. Correlation ID: xxxx Can anyone help me to fix this?

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
875 questions
asked 2022-02-09T01:46:06.16+00:00
LITTOMA 1 Reputation point
commented 2022-02-10T02:33:16.397+00:00
Roy Li - MSFT 32,091 Reputation points Microsoft Vendor
2 answers

This expression on SSRS is failing

I am not sure if my expression is correctly edited AND ((:Owner )= 0 OR SIGN_OWNER IN (:Owner))

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,774 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,808 questions
asked 2022-02-09T15:05:03.717+00:00
PhillipK 121 Reputation points
answered 2022-02-10T02:31:02.463+00:00
Joyzhao-MSFT 15,566 Reputation points
0 answers

IIS and IISExpress NullReference exception with VS 2019 16.11.9 upgrade

After upgrading VS 2019 to 16.11.9, IIS (w3wp.exe) began throwing unhandled exceptions. Is there any IIS / Windows configuration to get around this exception? From the MS reference, the GetRandomBytes() method references a static member: private…

Internet Information Services
.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,125 questions
asked 2022-02-10T00:39:21.957+00:00
Charles-Here 1 Reputation point
commented 2022-02-10T02:25:31.577+00:00
Sam Wu-MSFT 7,036 Reputation points Microsoft Vendor
1 answer

Prevent user from calling certain numbers on Android

Hello, I already know the answer :) No, Intune can't do this. But perhaps someone found a way to prevent the user from making calls to certain numbers. Perhaps some kind of application. It looks like Knox plugin and Intune don't know how to do…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,730 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
879 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,376 questions
asked 2022-02-09T21:29:25.743+00:00
Mountain Pond 1,201 Reputation points
answered 2022-02-10T02:15:41.8+00:00
Crystal-MSFT 43,316 Reputation points Microsoft Vendor
0 answers

Issue to open file

Hi, Can you help to issue below due to the last line in the following F1 = "J:\ZIM A4 IT Site\A4 Projects\SO Number Creator\Index\db1.accdb" Dim Adb As Object: Set Adb = CreateObject("Access.Application") 'Call…

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.
3,517 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
823 questions
asked 2022-02-09T06:39:36.237+00:00
Peter_1985 2,526 Reputation points
commented 2022-02-10T02:07:12.813+00:00
Peter_1985 2,526 Reputation points
1 answer

prevent opening protected files with AIP labels at home

I have a confidential label that applies encryption to a file. Permanent employees of the company have access to these tags as authors. I found a weak spot. The user can send the file to his home, on his personal home computer, he can log in to the…

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.
519 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,546 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,254 questions
asked 2022-02-07T12:14:09.65+00:00
Shevchenko, Vladimir 41 Reputation points
answered 2022-02-10T01:59:15.183+00:00
JamesTran-MSFT 36,376 Reputation points Microsoft Employee
1 answer

UWP app not supporting .Netstandard 2.1 version

Hi, Currently working on UWP project, API i need to use is in .netstandard 2.1 framework. Where as UWP app is not supporting. Please Advise on this ASAP. Thanks & regards, Siva Y

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
Universal Windows Platform (UWP)
asked 2022-02-09T19:25:12.207+00:00
Siva 1 Reputation point
answered 2022-02-10T01:54:34.16+00:00
Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,856 Reputation points