406,369 questions

Sort by: Updated
2 answers One of the answers was accepted by the question author.

Getting Picklist values from D365 OData Metadata API

Hello Q&A Forum, I have a question about the Dynamics 365 metadata API. We are trying to get values from a Picklist attribute of a Dynamics 365 Entity. For example when we describe the attributes of an Account using the following URL …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-03-25T20:48:11.717+00:00
Ben Smith 26 Reputation points
accepted 2021-03-26T14:38:55.553+00:00
Ben Smith 26 Reputation points
2 answers

Angular JS 1.6.1 supported on Azure App Service

Can we deploy Angular JS 1.6.1 on Azure Web Apps ? What versions of Angular JS is supported on Azure Web App ?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,319 questions
asked 2021-02-24T10:06:43.8+00:00
MS Techie 2,721 Reputation points
answered 2021-03-26T14:37:49.75+00:00
Pranam K 6 Reputation points
2 answers

Powershell cmdlet for SCCM throwing error when executing from ServiceNow but working directly from SCCM server

cmdlet: Add-CMDeviceCollectionDirectMembershipRule -CollectionId $CollectionID -ResourceId $rid When I run above cmdlet from ServiceNow, it gives error: "The specified resource Id '12345678' is of the wrong type." But when I run the same…

Microsoft Configuration Manager
asked 2020-10-27T17:34:40.157+00:00
Mudit 101 Reputation points
answered 2021-03-26T14:34:20.303+00:00
Mudit 101 Reputation points
1 answer

Xamarin Forms Content View - unsubscribing from OnPropertyChanged when view unloads

I have a page in which I load a number of content views One of those views has a binding context which is different to that of the parent page Because the view is dynamic (loading comments, allowing users to like / unlike and post), it has…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-26T07:47:38.363+00:00
Journeyman42 1 Reputation point
commented 2021-03-26T14:32:55.01+00:00
JarvanZhang 23,966 Reputation points
2 answers One of the answers was accepted by the question author.

Looping Question with indexes - Powershell

Hi, I am trying to get a loop working for one order - I am having issues because the index of the array starts at 0 $null = For ($i=0; $i -le $OrderNumbers.count-1; $i++) { } I have tried using a temp variable to say if order numbers .count = 1 to set…

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,627 questions
asked 2021-03-26T10:59:39.83+00:00
Christopher Jack 1,616 Reputation points
answered 2021-03-26T14:31:48.623+00:00
Rich Matheisen 47,596 Reputation points
1 answer

Caching Token in SOAP-based Web Service

I developed a SOAP-based web service for internal consumption. It takes a SOAP-based web request and converts it to a JSON-based external, third-party RESTful web API request. It then takes the JSON-based external, third-party RESTful web API response…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,108 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,599 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,306 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
375 questions
asked 2021-02-25T05:05:00.987+00:00
Julio Bello 221 Reputation points
answered 2021-03-26T14:29:10.253+00:00
Pranam K 6 Reputation points
1 answer

How to sort Azure IoT central App and find out their main categories?

There are many apps in Azure IoT Central, is there any main categories? For example, just like the template: Retail, Energy, Government, Healthcare? Thank you

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
369 questions
asked 2021-03-24T03:27:18.11+00:00
Leo Huang 黃鴻翔 1 Reputation point
commented 2021-03-26T14:24:42.287+00:00
AshokPeddakotla-MSFT 35,931 Reputation points
1 answer

Android APK only works on Emulator

Hello all, I'm a bit desperate at the moment, my app works fine in the emulator, but as soon as I export/archive it and install it on my smartphone, the app gets stuck in the white splash screen and then crashes. What could be the reason for this? I…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 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,306 questions
asked 2021-03-26T09:12:47.213+00:00
Kahle, Janik, SEVEN PRINCIPLES 1 Reputation point
commented 2021-03-26T14:22:37.043+00:00
Kahle, Janik, SEVEN PRINCIPLES 1 Reputation point
1 answer One of the answers was accepted by the question author.

collecting performance counter system using DMVs

Hello, i want to find all perfmon counters just using DMVs. With sys.dm_os_performance_counters i obtain just SQL Server counters. But thing is, i also want performance counters system for these categories CPU, LogicalDisk, Memory, Network,... …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,690 questions
asked 2021-03-26T08:32:59.673+00:00
Miiimy7 41 Reputation points
accepted 2021-03-26T14:20:53.86+00:00
Miiimy7 41 Reputation points
1 answer

Azure synapse serverless external table for json

From the MSDN library, it says So is it still possible to create external table for a json ? The following has a work around using openrowset , but still using format as CSV.. …

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.
5,191 questions
asked 2021-03-17T07:48:32.84+00:00
sakuraime 2,336 Reputation points
commented 2021-03-26T14:11:19.88+00:00
Saurabh Sharma 23,826 Reputation points Microsoft Employee
0 answers

Cannot initialize WASB file system

spark.conf.set( "fs.azure.account.key.<storage-account-name>.blob.core.windows.net", "<storage-account-access-key>") val df =…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,088 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,331 questions
asked 2021-03-17T14:03:04.537+00:00
Tobias 21 Reputation points
commented 2021-03-26T14:10:31.133+00:00
Saurabh Sharma 23,826 Reputation points Microsoft Employee
1 answer

How to capture/log source & target rowCount in Azure Data Factory Pipelines

Hi Team I've created a Azure Data Factory pipeline which copies data from csv to Azure Sql db. I've configured the custom loggings. I've one piplelines with data flow task. And another Execute pipelines which executes the inner data flow task or the…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,257 questions
asked 2021-03-17T18:31:14.407+00:00
Synergy 1 Reputation point
commented 2021-03-26T14:09:38.17+00:00
Saurabh Sharma 23,826 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Powershell and EAC still connects to old servers after migration

I just mygrated from Exchange 2013 to Exchange 2019 and everything went well. But one thing starts to annoy me. When I use EMS and/or EAC it still connects to the Exchange 2013 environment and the server on which my admin account "lived" before…

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,795 questions
asked 2021-03-25T15:08:15.49+00:00
Michael Eriksson 126 Reputation points
accepted 2021-03-26T14:07:18.677+00:00
Michael Eriksson 126 Reputation points
2 answers One of the answers was accepted by the question author.

How to use Datetime offset in U-SQL?

Hello All, i am trying to get current system time as DECLARE @Anonymous Datetime= DateTime.Now(); Here I am getting PST time but i want to display EST time. So how can I achieve this?

Azure Data Lake Analytics
asked 2021-03-24T14:35:32.163+00:00
Subhodeep Chakraborty 21 Reputation points
commented 2021-03-26T14:03:22.45+00:00
Subhodeep Chakraborty 21 Reputation points
0 answers

Getting the V1.0 token for access token (but getting v2.0 token for id token) - Azure AD - B2B

Scenario:- Created an App registration. Exposed permission for Graph API with scopes ["openid", "profile", "offline_access", "User.Read"]. In the Authentication blade I have configured SPA (and not Web). I…

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,283 questions
asked 2021-03-22T13:29:23.527+00:00
Mathew James 26 Reputation points
commented 2021-03-26T13:55:36.2+00:00
Jitendra Rai 231 Reputation points
2 answers One of the answers was accepted by the question author.

Win Update KB5000802 is causing PCs to crash and reload

Is anyone having issues with Security Update for Microsoft Window (KB5000802)? I'm the IT guy for a small Louisiana State agency. This update is causing someof our Dell PCs to crash when trying to print to a shared Kyocera TASKalfa 6053ci. I called our…

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.
3,004 questions
asked 2021-03-25T18:27:36.36+00:00
John Graham 21 Reputation points
answered 2021-03-26T13:43:43.483+00:00
John Graham 21 Reputation points
1 answer One of the answers was accepted by the question author.

Deleteting Hyper V Checkpoint deletes .vhdx files of detached virtual drives.

Hi We are using S2D Cluster to host our VMs. On one of our VM we have done the following steps, which produced data loss: The VM has 3 VHD (Drive C, E, G) attached on it We created Hyper V production checkpoint. We shut down the vm and…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,818 questions
asked 2021-03-23T12:44:36.313+00:00
Jey Kadirgamanathan 21 Reputation points
accepted 2021-03-26T13:39:42.95+00:00
Jey Kadirgamanathan 21 Reputation points
2 answers One of the answers was accepted by the question author.

How do I join my Windows 10 devices as "Azure AD Joined" and the proper way for Users to login to these devices.

Hello, As with many other institutions, we are planning to join our Windows 10 desktops to Azure AD and autoenroll into MS Intune. We have an on Prem AD and would like to Hybrid Join our Workstations. We have a VPN setup for remote access to the office.…

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-03-24T00:48:56.057+00:00
Danny Arroyo 41 Reputation points
accepted 2021-03-26T13:31:23.32+00:00
Danny Arroyo 41 Reputation points
3 answers One of the answers was accepted by the question author.

Windows 10 shortcut keys

When i presss ctrl+P am getting Print dialog. So as per my requirement i wanted to disable ctril+P shortcut key. Is there any registry or any setting to disable it in windows 10

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
asked 2021-03-17T14:23:57.577+00:00
Anonymous
accepted 2021-03-26T13:12:41.82+00:00
Anonymous
1 answer

You can't submit to the Store until your account has been verified.

When creating a personal developer account and submitting windows applications, other settings are fine, and at the end it displays "You cannot submit to the Microsoft Store until your account is verified.", check the Microsoft development…

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,563 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-03-26T09:47:10.743+00:00
kang yang 1 Reputation point
answered 2021-03-26T13:08:09.913+00:00
Sridevi-MSFT 261 Reputation points