339,958 questions

Sort by: Updated
2 answers

Error Passing Variable to Where-Object

I get no output when running the following command: $Server = Read-Host -Prompt 'Input your Computer name' $Appx1 = Read-Host -Prompt 'Enter Application Name' If($Server) { Invoke-Command -ComputerName $Server -ScriptBlock { Get-AppxPackage…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,030 questions
asked 2024-04-18T15:55:12.9733333+00:00
Jack Ring 0 Reputation points
answered 2024-04-18T19:02:35.1566667+00:00
Rich Matheisen 44,621 Reputation points
1 answer

How to discover unused file permissions in Azure Files

Does Microsoft offer any solution to detect unused FILE permissions in Azure Files so that IT can take a least-privilege approach to file access? I had hoped that Entra Permissions Management would do this, but best I can tell it is more about detecting…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,156 questions
asked 2024-04-17T17:49:41.07+00:00
Curtis Jackburn 0 Reputation points
commented 2024-04-18T19:02:19.4033333+00:00
Marcin Policht 9,040 Reputation points MVP
1 answer One of the answers was accepted by the question author.

I'm unable to create a Virtual network gateway with Basic SKU

I'm Unable to create a Azure VPN gateway with Basic sku.

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,368 questions
asked 2024-04-18T04:57:57.5766667+00:00
network 0 Reputation points
accepted 2024-04-18T19:00:54.35+00:00
network 0 Reputation points
1 answer One of the answers was accepted by the question author.

ACS - Rooms - Unauthorized AND Forbidden

I have a context with 6 participants, all attendees. I can see the webcam feeds of everyone after calling callAgent.join(). However, I don't have the audio, even after adding the audioStream track to be used. Does callAgent.startCall() exclusively handle…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
675 questions
asked 2024-04-17T15:35:15.7166667+00:00
Alexandre Gurgel 60 Reputation points
commented 2024-04-18T19:00:30.99+00:00
Alexandre Gurgel 60 Reputation points
1 answer One of the answers was accepted by the question author.

Data Collection Endpoint and Log Analytics Workspace - Private Endpoint Support

Hi, As part of my job, I need to create a custom table and send data to it via Log Ingestion API. The custom table lives in a Log Analytics Workspace. My InfoSec folks told me that the Data Collection Endpoint shouldn't be exposed directrly to internet,…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,783 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
460 questions
asked 2024-04-16T04:18:27.1966667+00:00
Jona 315 Reputation points
accepted 2024-04-18T18:58:59.1666667+00:00
Jona 315 Reputation points
1 answer

How to copy big file 5g with task and within impersonation

Hi, How to copy big file 5G from source to destination using impersonation: WindowsIdentity.RunImpersonated( ImpersonationHelper.Token Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,344 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,837 questions
asked 2024-04-18T08:06:36.18+00:00
דני שטרית 2,686 Reputation points
edited the question 2024-04-18T18:58:53.0133333+00:00
Rob Caplan - MSFT 5,412 Reputation points Microsoft Employee
0 answers

IIS QUIC Errors

Is anyone else seeing QUIC errors with IIS? I receive a lot of errors on several servers with it enabled. It is very easy to reproduce the issue on any IIS server I have access to. Here's how create a batch file @echo off :start C:\Progra~1\curl\curl…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,812 questions
asked 2024-01-28T19:02:06.04+00:00
Kimbo Slice 0 Reputation points
edited the question 2024-04-18T18:57:44.2766667+00:00
Kimbo Slice 0 Reputation points
7 answers One of the answers was accepted by the question author.

For Windows 11, my Processor an Intel Core i5-3470 is Not Supported

For Windows 11, my Processor Intel Core i5-3470 is Not Supported, so how can I upgrade it? I have an HP Small Form Factor desktop, and can replace the motherboard, but where do I start? Fry's is DEAD, so I need some advice. I can get the motherboard…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,094 questions
asked 2021-10-10T18:42:43.6+00:00
WTurnley 36 Reputation points
commented 2024-04-18T18:57:33.6166667+00:00
Ketchup 0 Reputation points
0 answers

I would like to make a program in which you have to guess the letters and when you guess all the letters, you have to guess the word. When I enter a wrong letter, the word "wrong" is constantly displayed on the screen.

#include <iostream> #include <windows.h> using namespace std; int main() { int i = 3; int b; char a; string c; system("cls"); int d; cout << "Choose game:" << endl << "1. Zgadnij wyraz"…

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,517 questions
asked 2024-04-18T18:53:58.11+00:00
xayanooo 0 Reputation points
0 answers

Developer Portal - "Publish to your org" page not loading

I'm trying to publish a newly created App to my org via the Developer Portal: https://dev.teams.microsoft.com/apps... Everything is seems to be setup correctly. The package validates with the online validator. But when I go to "Publish to your…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
925 questions
asked 2024-04-18T18:51:14.4+00:00
Michael Karampalas 0 Reputation points
1 answer

Plot postal codes on a map

Hi, We received a requirement to plot Canadian postal codes on a map. While we have a similar functionality for US postal codes, which we achieved using the Bing Maps public data source available at the following link…

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
587 questions
asked 2024-04-12T09:56:34.0933333+00:00
Balasaheb Molawade 116 Reputation points
commented 2024-04-18T18:50:26.2966667+00:00
LeelaRajeshSayana-MSFT 13,456 Reputation points
2 answers

How to I save a document from Word to PDF in SharePoint?

How do I save a Word doc from the Word on my computer as a PDF directly into SharePoint without saving it to my computer first?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,560 questions
asked 2023-06-22T13:59:57.51+00:00
RamageTravisJ-5861 0 Reputation points
commented 2024-04-18T18:48:47.92+00:00
Jay Maechtlen 0 Reputation points
1 answer

How do I add a Table of Contents to a SharePoint list page

I have a list of folders which contain lists of records. I'd like a table of contents to be on the initial page where the folders are. So, if someone wants to find a folder pertaining to Honda cars, the TOC will tell them what folder it's in.…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,560 questions
asked 2024-04-18T18:16:17.67+00:00
Debbie Tidmore 0 Reputation points
answered 2024-04-18T18:48:36.2633333+00:00
Andrew Geddes 646 Reputation points
1 answer

How to protect Flask API routes with Azure AD B2C?

This is not that well known so I thought I may come up with an article but first, let's see if others from the community can contribute. Copilot/AI is fine but do not forget your personal touch :)

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.
2,634 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,377 questions
asked 2024-04-17T18:04:12.5966667+00:00
answered 2024-04-18T18:46:13.4566667+00:00
Carlos Solís Salazar 16,351 Reputation points
25 answers One of the answers was accepted by the question author.

Are the problems with remotewebaccess.com domain and Dynamic DNS service?

Using Windows Server 2016 Essentials setup with the standard (Microsoft provided) <server>.remotewebaccess.com domain for remote access - for the past few days DynDNS has been failing. Are there wider issues with supporting services? If I…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,078 questions
asked 2021-03-17T10:37:56.727+00:00
Andrew Macaulay 141 Reputation points
commented 2024-04-18T18:46:12.75+00:00
ChrisWY27 126 Reputation points
0 answers

Calendar history- how can we pull up calendar history 9 i.e. 2020-2021

I have a person who has information on her boss's calendar back in 2020 and 2021 (which she had been granted access) but it is no longer on her calendar. Is there a way I can access the past calendars? Thank you.

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,734 questions
asked 2024-04-18T18:44:40.11+00:00
Lacy Smith 0 Reputation points
2 answers

Can't install app from company portal

A few users report that they can't install our apps from the company portal. Get below error message: "Your company hasn't made any apps available to you on this device" How to troubleshoot this issue?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,559 questions
Microsoft Configuration Manager
asked 2024-04-17T14:38:59.22+00:00
kevin jimand 305 Reputation points
commented 2024-04-18T18:44:01.4033333+00:00
kevin jimand 305 Reputation points
1 answer One of the answers was accepted by the question author.

After successfully publish function app but nothing appear in the azure portal function tab

Hello, im encountering an issue where after i successfully published my event grid trigger function app( in the azure portal functions tab nothing is appearing?) Any solution to that? Thanks in advance.

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
217 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,208 questions
asked 2024-03-29T16:55:09.1566667+00:00
TEE WEI KIAT 40 Reputation points
edited an answer 2024-04-18T18:43:19.2866667+00:00
LeelaRajeshSayana-MSFT 13,456 Reputation points
1 answer

How can Azure VM with private IP connect to Azure Storage account via internet

Hi Team, i have a Redhat Based VM, which is HPE VSA. now this is deployed in customer Azure environment and there is no public IP connected to VM. i want this VM to connect to an Azure storage account. This storage account reads data from on-prem HPE…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,079 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,664 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
925 questions
asked 2024-04-18T18:09:38.52+00:00
Noushad Karuthadath 0 Reputation points
answered 2024-04-18T18:42:46.33+00:00
Marcin Policht 9,040 Reputation points MVP
0 answers

Stuck with AD DS Config Wizard

Hi, There are 2 AD DS in a domain X. One is left over from a previous AD DS FSMO in domain X that is no longer existing. The other is a new AD DS to be built in the same domain X. Since days I'm stuck at the AD DS Config Wizard - "Select the…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,078 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,817 questions
asked 2024-04-18T18:41:59.29+00:00
Marcel Schneider 11 Reputation points