343,141 questions

Sort by: Updated
0 answers

Getting all users profile photo metadata via Get-MgUser

Hi all, I want to get all users profile photo's metadata via Graph API. I am aware you can get all users, then one by one get the profile photo metadata, like this using Graph Powershell SDK: $allMgUsers = Get-MgUser -All $allMgUsersPhotoMetadata =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,074 questions
asked 2024-05-02T13:21:34.3033333+00:00
Marc Hendrichsen 0 Reputation points
edited the question 2024-05-02T13:26:17.2233333+00:00
Marc Hendrichsen 0 Reputation points
1 answer One of the answers was accepted by the question author.

There is no create button on my Azure AI Service page

Dear all, I am using an Azure student subscription now, and I am trying to do AI900's lab but can not create a multi-service account resource due to the reason that there is no create button available on the page, Does my subscription not have the…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
926 questions
asked 2024-05-01T19:17:54.56+00:00
Fang, Xiuyue 0 Reputation points
accepted 2024-05-02T13:26:03.9+00:00
Fang, Xiuyue 0 Reputation points
2 answers

Allow user to open specific program with admin privileges

I have a software that requires admin privileges to run but the standard user needs to work with it. For now I gave the user admin privileges on those computers, but I'm looking for different solutions. I can schedule a task to run on event that the user…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,468 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,645 questions
asked 2024-02-25T16:49:54.3166667+00:00
שימי רוזנברג 1 Reputation point
edited a comment 2024-05-02T13:25:40.5233333+00:00
James Tong 0 Reputation points
0 answers

How to fix TEOC app deployment | teocazureapp.azurewebsites.net’s server IP address could not be found.

We followed the deployment guide to deploy TEOC https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide#6-create-the-teams-app-packages But after the installing app in Microsoft Teams we are getting an error:…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,109 questions
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.
2,862 questions
asked 2024-05-01T20:23:51.89+00:00
2eleven 0 Reputation points
commented 2024-05-02T13:25:34.9966667+00:00
Meghana-MSFT 3,771 Reputation points Microsoft Vendor
1 answer

Disable Microsoft sign in pop-up

We save files to an external SharePoint site and occasionally get this sign in pop up that stops the upload process. We do not need to sign into an account (if we close this sign in popup the files upload without issue) so is there any way to disable the…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,667 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,199 questions
asked 2024-04-22T11:43:23.85+00:00
Flashpoint Management, LP 0 Reputation points
edited an answer 2024-05-02T13:25:22.5+00:00
S.Sengupta 15,191 Reputation points MVP
0 answers

How can I enable per-app location based MFA>

Our organization recently launched a new Intranet and we require users to sign in using 365 credentials in order to access. We would like to set it up so that we can have trusted IPs for this app ONLY. I understand that you can set an overall…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
asked 2024-05-02T13:24:44.2933333+00:00
Oldfield, Gary 0 Reputation points
1 answer

How can I launch my application automatically on system reboot?

Is there an API or method that I can use to make sure my application launches automatically when the system restarts? I would appreciate any help or guidance on this matter.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,424 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,117 questions
asked 2024-05-02T13:09:11.53+00:00
Rohan Pande 265 Reputation points
answered 2024-05-02T13:24:29.77+00:00
RLWA32 40,471 Reputation points
1 answer

Active Directory Cross-forest authentication & EventID 4776 "The specified account does not exist"

Let's say we have forestA and forestB. There is 2-way transitive trust between these forests. A service tries to authenticate a user residing in forestB against a DC in forestA. This results in an authentication failure: EventID 4776 "The specified…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,891 questions
asked 2024-05-02T10:42:31.21+00:00
Tim-1789 0 Reputation points
edited a comment 2024-05-02T13:23:41.4033333+00:00
Tim-1789 0 Reputation points
2 answers

Table column reference in Excel

I am trying display column elements using "=Tracking[Type]" Tracking is table name and Type is column name. This gives value Error.

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,470 questions
asked 2024-05-02T10:31:05.1533333+00:00
Ehtisham Karim 0 Reputation points
edited an answer 2024-05-02T13:23:07.23+00:00
Andreas Killer 80 Reputation points
1 answer

Going round in circles

How does one make an enquiry about invoices, having disabled the subscription for fear of further charges? It seems you can't raise a support ticket if the subscription is disabled, but will we get additional charge if we enable it to raise the support…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,387 questions
asked 2024-04-19T04:47:00.27+00:00
Clark, Ivy 0 Reputation points
commented 2024-05-02T13:23:06.4733333+00:00
AshokPeddakotla-MSFT 27,401 Reputation points
1 answer One of the answers was accepted by the question author.

Custom Webview Renderer in MAUI- Android

In Xamarin forms we are using custom WebView renderer. using Dev.Controls; using Dev.Droid.Controls; using Android.Content; using Xamarin.Forms; using Xamarin.Forms.Platform.Android; using WebView = Android.Webkit.WebView; [assembly:…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,890 questions
asked 2024-02-09T10:23:21.5766667+00:00
Bhuwan 616 Reputation points
edited a comment 2024-05-02T13:21:36.25+00:00
Keerthana Krishna 0 Reputation points
0 answers

Azure Synapse Analytics Workspace And its Dedicated SQL Pool Cross Subscription Migration

I just Want to know that how can I migrate synapse workspace and its dedicated SQL pool from one subscription to another subscription during cross subscription migration

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.
4,388 questions
asked 2024-05-02T13:20:37.0333333+00:00
Maaz Ahmed Nagori 0 Reputation points
1 answer

How to block the "open with" option of all files, or the "property option" of files

Hi! I would like that all my "csv" files are open with only one "specific program" and the option to change this "specific program" and choose another program to open any CSV file is password protected or blocked to the…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,199 questions
asked 2024-05-02T00:28:25.81+00:00
Sebastiàn Saldarriaga Ringwelski 0 Reputation points
commented 2024-05-02T13:19:08.1566667+00:00
MotoX80 31,581 Reputation points
0 answers

Unable to see tomorrow's appointment under Assistant section on the right side of the screen

I am going through Exercise: Manage customers and activities and on of the tasks is to complete the Appointment as follows: Subject: Meeting with Jackson Start Time: Tomorrow at 10:00 AM End Time: Tomorrow at 11:00 AM After creating the above…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
26 questions
asked 2024-05-02T13:18:58.2733333+00:00
Namz 0 Reputation points
1 answer

Approval to Reschedule Exam-PL-900 - Microsoft Power Platform Fundamentals - English (ENU)

Hello, Reaching out to get approval to reschedule the PL-900 Microsoft Power Platform Fundamentals Exam. Per Pearson Vue, as it is not less than 24 hrs before exam, I need MS approval to reschedule or cancel. Requesting approval to reschedule…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,820 questions
asked 2023-11-17T17:58:21.2066667+00:00
F G 0 Reputation points
commented 2024-05-02T13:17:58.0466667+00:00
Tiwari, Prashant 0 Reputation points
1 answer

Azure Provisioning Log: Understanding "TargetObjectActionDisabled"

Hi there, I'm trying to find out what following SkipReason means. TargetObjectActionDisabled The log entry is as follows: Result: Skipped Description: User 'xxx' will be skipped. Skip Reason: The Add operation was not performed because the Add…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,543 questions
asked 2024-04-30T09:29:45.22+00:00
Daniel F 0 Reputation points
commented 2024-05-02T13:17:30.1866667+00:00
Givary-MSFT 28,236 Reputation points Microsoft Employee
1 answer

Do you need to have single sign on to setup MFA on Azure radius vpn?

Do you need to have single sign on to setup MFA on Azure radius vpn? If not, how can you enable MFA for Azure VPN?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,387 questions
asked 2024-05-02T11:05:33.2166667+00:00
Mital Lakhani 0 Reputation points
commented 2024-05-02T13:17:18.7566667+00:00
Deepanshu katara 4,980 Reputation points
0 answers

Facing issue while sending invite using Microsoft Graph API With spfx react

I am using the below code to sending invite but facing issues while sending email. can someone help me to identify the issue public SendInvitationtoExternalUsers = async (ExternalUserEmail, ID): Promise<[]> => { this._graphClient =…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,629 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,667 questions
asked 2024-05-02T13:04:36.6366667+00:00
Shashidharan S 0 Reputation points
edited the question 2024-05-02T13:17:08.1266667+00:00
Shashidharan S 0 Reputation points
0 answers

Needs to send an email Notification whenever instance is restarted.

I currently have a container instance in my Azure subscription. This container instance is set to restart on failure. I want to get notified when it gets restarted so I can notify those entities that they have to change their firewall rules.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
643 questions
asked 2024-05-02T13:16:05.8566667+00:00
Subbaiah vempati 0 Reputation points
0 answers

Testing one

testing one

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
26 questions
asked 2024-05-02T13:11:04.07+00:00
Namz 0 Reputation points
edited the question 2024-05-02T13:14:32.0633333+00:00
Namz 0 Reputation points