406,370 questions

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

Deploy VM using ISO from Azure Portal Market

When doing new Windows 10 VM deployment in Azure VM Portal, found out that v2004 or newer version took longer time to initialize system before the Windows logon page appears. Using RDP into the VM, it stuck on 'Please Wait' screen for about 10 minutes.…

Azure VMware Solution
Azure VMware Solution
An Azure service that runs native VMware workloads on Azure.
378 questions
asked 2021-03-19T08:13:48.407+00:00
Allan Yap 41 Reputation points
accepted 2021-03-20T09:18:08.253+00:00
Allan Yap 41 Reputation points
0 answers

CrossMedia.Current.PickPhotoAsync change Title & Color

I'm using Changing Title and Title background to pickup a file. When navigated to show the Albums/Pick files, the default color of Action Bar is Blue. I tried to override the action bar color from my application but no Luck. In my main…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-19T04:24:23.39+00:00
AbhayL 6 Reputation points
commented 2021-03-20T08:50:20.337+00:00
RedShanks 11 Reputation points
1 answer One of the answers was accepted by the question author.

SharePoint 2016 error 500 (internal server error)

Hello Everyone, i am facing an issue with Sp16 when i upload many documents using rest API. when i upload many documents each one is 20mb i am receiving error 500 Internal server error. any idea about this error and how to solve it? i tried this…

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,633 questions
asked 2021-03-13T13:19:53.183+00:00
Michel AL HAYEK 187 Reputation points
commented 2021-03-20T08:49:50.513+00:00
Michel AL HAYEK 187 Reputation points
6 answers

Killing processes with no CPU usage in a specific time

Hi, There is a bug in an application that should be remediated but for now, this is what I'm going to do: Problem: Instances (processes) with the same name are produced (for example, worker.exe) The users create these instances to do their job…

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-18T16:07:56.203+00:00
Mohammad Ganji 1 Reputation point
answered 2021-03-20T08:24:46.343+00:00
Mohammad Ganji 1 Reputation point
1 answer One of the answers was accepted by the question author.

query regarding web application foundation service

Please clarify my below questions: when we add new URL to internal URL alternate access mapping, that new URL will redirect to public URL , and users would see actual URL only not new URL which we added for internal URL in AAM. then why the concept…

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,993 questions
asked 2021-03-17T11:32:21.327+00:00
sns 9,241 Reputation points
accepted 2021-03-20T08:15:59.163+00:00
sns 9,241 Reputation points
0 answers

How do I sign up for Microsoft365.cpm/setup Office?

Visit microsoft365.cpm/setup or Microsoft Cloud Partner site. Click on “create a new account” or “Sign Up” tab. Enter an email associating to Outlook or use a mobile number. Click next and create a password. Follow instructions and create…

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-03-20T07:27:09.873+00:00
Thomas shelby 1 Reputation point
0 answers

How do I sign up for Microsoft Office 365 or Microsoft365.cpm/setup?

Visit microsoft365.cpm/setup or Microsoft Cloud Partner site. Click on “create a new account” or “Sign Up” tab. Enter an email associating to Outlook or use a mobile number. Click next and create a password. Follow instructions and create…

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.
8,084 questions
asked 2021-03-20T07:16:07.41+00:00
Thomas shelby 1 Reputation point
2 answers

How to start Xamarin app on android platform at boot time

Hi, My Xamarin app has a global backgroud thread that needs to be started when the app starts. This is working well on windows platform invoking the background thread on Activated event or Launched event according the way the app is started (I configured…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-16T17:46:11.42+00:00
DUCOS Eric (DEXIP) 116 Reputation points
commented 2021-03-20T05:06:00.88+00:00
JessieZhang-MSFT 7,711 Reputation points Microsoft Vendor
1 answer

Access denied when fetching mails of organization users

Assume the organization is abc.onmicrosoft.com. After having logged in as a user with Global Administrator and having granted all the required permissions in the Graph Explorer, the following query- …

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-03-19T12:20:43.003+00:00
Rajat M Jain 41 Reputation points
answered 2021-03-20T04:20:42.06+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
0 answers

download outlook attachment via api in angular 10

I am trying to access outlook mail api and trying to download attachment in mails. For smaller attachments, it works fine. For something more than 1MB it just fails. async downloadAttachment(mail: ET.IOutlookMailItem, att: ET.IOutlookMailAttachment)…

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-03-18T14:01:40.717+00:00
HPrakash 1 Reputation point
commented 2021-03-20T03:55:26.757+00:00
Deva-MSFT 2,266 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to wait for speech recognition callback

I've got the Android speech recognition stuff working well but have a question. I've got a method called StartListening(). It's starts the speech recognition mechanism and when the OnResult call back gets fired the caller is notified via an event…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-15T03:18:51.773+00:00
Brian Erickson 346 Reputation points
accepted 2021-03-20T02:49:20.493+00:00
Brian Erickson 346 Reputation points
0 answers

Run a python module from C++

I am trying to run a VS python file from VS C++. The following ... PyObject* pName, * pModule,.... pName = PyUnicode_FromString("<filename>.py"); pModule = PyImport_Import(pName); .... Py_Finalize(); The pModule is always NULL. pName have…

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-03-19T19:52:40.447+00:00
Duane Perry 1 Reputation point
commented 2021-03-20T02:30:13.817+00:00
Duane Perry 1 Reputation point
1 answer

Have Microsoft dropped all support for VBA?

It's very hard to find VBA support (Excel & Access), no recent books and nothing to find om Microsofts' sites.

asked 2021-03-19T22:14:19.997+00:00
Martin Iversen 1 Reputation point
answered 2021-03-20T02:24:00.387+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

How to take Certified Excel Expert exam

Good evening I hope this finds you well. I have been planning to take Excel Expert exam and I want to be certified. I have been searching where to take the exam and I am tired from searching and I really need your help. Whenever I search for the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-03-20T01:32:13.227+00:00
Mohamed A. Mohamed 21 Reputation points
accepted 2021-03-20T02:03:36.863+00:00
Mohamed A. Mohamed 21 Reputation points
0 answers

MSVS 2019 v16.9.2 Debug shows incorrect string value.

The string in question is: string pattern = ".*" + fs + ')' + '"'; // fs = ':' Debug shows pattern = " ENDFILE\n". Same for string pattern(".*" + fs + ')' + '"'); Same for string& pattern = *(new…

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-03-19T22:16:13.683+00:00
slipbits 16 Reputation points
commented 2021-03-20T02:02:58.573+00:00
Igor Tandetnik 1,106 Reputation points
3 answers

My Facebook account did not carry over on authenticator when i switched companies and now I'm locked out of Facebook

I recently changed my Facebook account to the higher security setting of two party authentication. When I switched to a new phone and provider my authenticator app no longer has the Facebook account on it and I didn't previously have it on backup. My…

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.
8,084 questions
asked 2021-03-19T22:37:25.853+00:00
phillip creason 1 Reputation point
answered 2021-03-20T01:52:18.13+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Get time from a TimePickerRenderer on Android

I am using the code below for firing an event in my mvvm page. Problem is that i don't know how to get time from a timepickerdialog public class MyTimePickerRenderer : TimePickerRenderer { public MyTimePickerRenderer(Context context) :…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-16T12:43:25.533+00:00
Dimitris Christoforidis 301 Reputation points
accepted 2021-03-20T01:51:26.473+00:00
Dimitris Christoforidis 301 Reputation points
2 answers

RTD in excel #N/A error

I'm trying to do the setup of using API from my financial broker. However when attempting to run example spreadsheets in Excel or building simple RTD functions to bring financial instrument prices I get #N/A error code. I've been working with tech…

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-03-13T06:18:30.623+00:00
Svalbard 11 Reputation points
answered 2021-03-20T01:43:27.307+00:00
Svalbard 11 Reputation points
1 answer

Azure App Service to DB on Azure VM using Managed Identity ?

If my Azure Web App is connecting to the SQL 2019 database on SQL Azure VM, then can i use Managed identity authentication ? Yes or No Any articles would be helpful

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
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,282 questions
asked 2021-03-19T15:03:48.187+00:00
MS Techie 2,721 Reputation points
commented 2021-03-20T00:49:12.33+00:00
brtrach-MSFT 17,396 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Best way to get a windows server 2016 iso file onto a usb drive

I downloaded a Windows Server 2016 iso file, as I'm interested in configuring a computer as a server, as a learning experience. The problem is, the size of the file is 5.6GB, which does not fit on a dvd. I have a 64GB usb drive, but research showed that…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,576 questions
asked 2021-03-19T01:56:13.937+00:00
CynthiaD 21 Reputation points
accepted 2021-03-20T00:24:22.497+00:00
CynthiaD 21 Reputation points