290,432 questions

Sort by: Updated
1 answer

Conditional Access and Microsoft Authenticator Sign In

We're using conditional access policy to restrict access to 'Register security information' to trusted locations only. This policy blocks home users from signing into the Microsoft Authenticator. How are you handling this security recommendation?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
965 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,621 questions
asked 2024-05-08T16:01:01.7766667+00:00
Anon4343 426 Reputation points
commented 2024-05-08T18:44:36.4033333+00:00
Anon4343 426 Reputation points
1 answer One of the answers was accepted by the question author.

Defender for Endpoint Policies

Hello If a workstation or server is onboarded to defender for endpoint and no security policies have been pushed to the endpoint, what are the default settings or configuration that defender uses? does it stay dormant until policies are pushed? Thanks

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,200 questions
Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
343 questions
asked 2024-05-01T18:52:24.1+00:00
berketjune2012 371 Reputation points
accepted 2024-05-08T18:43:42.43+00:00
berketjune2012 371 Reputation points
1 answer

ClientSecretCredential authentication failed

This is my code FolioFactory folioFactory = new FolioFactory(); ConfigOneDrive objOneDrive = folioFactory.ConsultarConfigOneDrive(e => e.IdEntity == IdEntity).FirstOrDefault(); var scopes = new[] { "https://graph.microsoft.com/.default"…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 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,294 questions
asked 2024-05-06T21:32:48.83+00:00
Mario Malvido 0 Reputation points
commented 2024-05-08T18:43:41.58+00:00
Mario Malvido 0 Reputation points
1 answer

clean up account

hi. can i delete i delete resources that are listed as "storage account' without causing any issues with resources listed as "virtual machines" my virtual machines where not configured to manually access and resources other than what they…

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,719 questions
asked 2024-05-08T17:30:28.6266667+00:00
Omn 0 Reputation points
commented 2024-05-08T18:34:36.0566667+00:00
Omn 0 Reputation points
1 answer

Adding and removing printers via Group Policy

I've got a legacy server (Server 2012) that had the company printers share on it. I want to remove if from the network. The printers, there are only 2, are currently shared on the new (Server 2022) server. So I went into GPME on the new server and set…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,187 questions
asked 2024-05-02T15:43:36.4733333+00:00
Jim 271 Reputation points
commented 2024-05-08T18:33:45.9633333+00:00
Jim 271 Reputation points
3 answers

How to extract checkbox answer as value and question as key?

I am very new to azure document intellegence studio. I am using this form as input to General Document in Document Intellegence Studio and extracting key value pairs. As you can see in the left bottom cornor of this form there is one question " Did…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,400 questions
asked 2024-05-02T14:04:15.2966667+00:00
Muhammad 0 Reputation points
edited a comment 2024-05-08T18:33:00.15+00:00
Vinod Kurpad 6 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

SQLEXPRADV 2022

Does the sql express 2022 still have a separate SQLEXPRADV download? Im trying to download Express with Advanced Services and although the download page for express 2022 lists Express with Advanced Services (SQLEXPRADV). There is no option to select…

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,784 questions
asked 2024-05-08T17:25:34.49+00:00
Chris Boyce 0 Reputation points
accepted 2024-05-08T18:30:44.9+00:00
Chris Boyce 0 Reputation points
1 answer

Where can I download "PowerBI_sample.accdb"?

The link in the Power BI training course is not working. Where can the database be downloaded? This is the link that does not work: https://baglabspublic.azureedge.net/baglabspublic/PowerBI_sample.accdb Path: Create and use analytics reports with Power…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
86 questions
asked 2024-05-01T21:59:57.57+00:00
Haymes, Colin G 50 Reputation points
commented 2024-05-08T18:29:27.48+00:00
George Clayton Blanchard 0 Reputation points
1 answer

Connecting Redcap with Power BI desk top

Hello I downloaded the code from GitHub and save it in the recommended location. I can't find the redcap custom connector popping up in GetData. How I get it to work?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,222 questions
asked 2024-05-08T14:42:36.03+00:00
answered 2024-05-08T18:26:39.5666667+00:00
Olaf Helper 40,916 Reputation points
2 answers

Authenticator app is requesting a code from the app itself

I'm the admin and I cleared my computer's cache and it asked me to log in again to my professional account. Once I entered the email and password, it told me to write a code in the authentication app, but the app does not give me any option to enter the…

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,554 questions
asked 2024-04-26T05:39:57.7933333+00:00
Nicolas Paredes Alviar 25 Reputation points
commented 2024-05-08T18:24:34.45+00:00
Zyxian 21 Reputation points
1 answer

Cross-origin token redemption is permitted only for the 'Single-Page Application

Explanation of the error: The error we're encountering, AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type, indicates that your Azure AD registered app is trying to redeem a token from a different…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-02-16T13:40:34.8566667+00:00
Munur Acar 0 Reputation points
answered 2024-05-08T18:19:00.29+00:00
Sergio Rezende 0 Reputation points
1 answer

Powershell Get-Content loads in a previous version of a file that has been modified

I have a problem with the Get-Content command since it often loads an older version of the file it is reading. When this happens, you have to run the Get-Content command several times to update it to load the latest version of the file. I have searched…

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,384 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,093 questions
asked 2024-05-08T16:31:13.0966667+00:00
Jairo Javier Baleta Cali 106 Reputation points
commented 2024-05-08T18:17:12.2333333+00:00
Rich Matheisen 45,096 Reputation points
5 answers

Map network drive to computer without user sign in

Hello all, I need to map a cloud drive to the file server. It works when I manually map it but it needs to be available after the server restarts without requiring user sign in. I created a PowerShell script and works when I run it with a regular user…

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,384 questions
asked 2021-11-15T12:26:39.567+00:00
IsacICT 1 Reputation point
commented 2024-05-08T18:13:01.96+00:00
RapidCloudIT 0 Reputation points
1 answer

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 5 Reputation points
answered 2024-05-08T18:06:41.85+00:00
Carolyne-3676 201 Reputation points
5 answers

Can you share O365 To Do lists externally

Is it possible to share O365 To Do lists with external people or people who are guests in your tenant?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,714 questions
asked 2022-03-18T10:30:20.03+00:00
Chris Mancey 6 Reputation points
answered 2024-05-08T18:04:35.6866667+00:00
Nicky | Dominus Lucis 0 Reputation points
1 answer

Error While trying to install msi application using CSP -https://learn.microsoft.com/en-us/windows/client-management/mdm/enterprisedesktopappmanagement-csp

I was using the EnterpriseDesktopApplication CSP for installing msi application.But It was stuck in a downloading state.On looking the debug event logs - Unable to read the MDM enrolled User SID from the registry. Error =…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,678 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,255 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,384 questions
asked 2024-04-30T06:31:46.1033333+00:00
Bevan Thomas 20 Reputation points
commented 2024-05-08T18:00:58.8866667+00:00
Bevan Thomas 20 Reputation points
1 answer

How to attach a VM Scale Set to a VM?

I am using API Version 2018-06-01 Azure Python SDK, and I want to use the VM Scale Set option under Availability options and assign it while I am creating a Virtual Machine. I tried the following code snippet but it created VM without having Scale Set…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,178 questions
asked 2024-04-30T14:19:16.86+00:00
Prem Jha 25 Reputation points
commented 2024-05-08T17:58:21.08+00:00
deherman-MSFT 33,701 Reputation points Microsoft Employee
2 answers

Cannot enable SMS reminders in booking calendar with Teams Premium

I am attempting to enable text/SMS notifications through my Teams booking calendar, and I am unable to do so. When creating or editing a service, on the notification tab, "Enabled text message notifications for your customer" is checked off.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,145 questions
asked 2024-01-12T15:28:54.3766667+00:00
Michael DiCorato 0 Reputation points
commented 2024-05-08T17:55:38.58+00:00
Mitchell Diatz 0 Reputation points
1 answer

I do not find an option within Visual Studio Code

Hello I am following this steps: https://learn.microsoft.com/en-us/training/modules/analyze-rock-images-ai-nasa/2-import-ai-libraries but I have not been able to find what is mention here: I have created the module but I do not how to do this…

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
5 questions
asked 2024-05-02T19:13:45.25+00:00
Carlos Fernando Aguilar González 305 Reputation points
accepted 2024-05-08T17:53:44.59+00:00
Carlos Fernando Aguilar González 305 Reputation points
2 answers

Registered for free Trial but got message regarding SI for Card on file amount 200000

Hi I registered for Free trial account using my credit card. I got a message with SI for Merchant: Microsoft businesses with description: card on file and amount as Rs 200000. How do i stop this

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,222 questions
asked 2022-08-22T16:05:37.66+00:00
Sivaraj 26 Reputation points
edited a comment 2024-05-08T17:44:26.2566667+00:00
Puneeth Raj 0 Reputation points