353,144 questions

Sort by: Updated
2 answers

Parallel copy of files on multiple servers

I want to copy all the files in a folder called test from ServerA to multiple Servers. I am using command like below, however it is not copying the files: Executing the below script from ServerA $serverlist = New-PSSession -ComputerName ( Get-Content…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,216 questions
asked 2024-06-13T12:30:07.6566667+00:00
Sam White 6 Reputation points
answered 2024-06-13T15:49:00.3566667+00:00
Olaf Helper 42,381 Reputation points
2 answers

How to restart the service when time is reach only once a day

Hi, in continue to https://learn.microsoft.com/en-us/answers/questions/1663229/service-monitor how to restart the service when time is reach only once a day ? protected override async Task ExecuteAsync(CancellationToken stoppingToken) { while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,521 questions
asked 2024-06-06T10:23:27.6266667+00:00
Dani_S 3,066 Reputation points
commented 2024-06-13T15:48:30.3633333+00:00
Bruce (SqlWork.com) 59,021 Reputation points
2 answers

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working?

What is wrong with January Windows Cumulative Updates for Windows 11 22H2 and 23H2 are not working? What must Microsoft recommend to fix this issue on most of our company's Windows 11 machines? Why did Microsoft release updates that caused headaches in…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,920 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,602 questions
asked 2024-02-01T18:14:01.84+00:00
JSPilaps 0 Reputation points
commented 2024-06-13T15:46:40.2733333+00:00
Moore, Matthew 0 Reputation points
1 answer

Unable to login to Microsoft Learn

I'm trying to log into my Microsoft account and have an issue with 2FA. I no longer have the phone that had Authenticator, so I've tried authenticating using email and SMS. I've received SMS codes without issue; however, I don't receive anything each…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2024-06-12T20:36:43.19+00:00
japes 0 Reputation points
answered 2024-06-13T15:45:55.25+00:00
Miguel Gonçalves 436 Reputation points
0 answers

Azure.Search.Documents vector search successful, but response is null

I am currently performing vector search according to the code guide that can be found here:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,521 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,467 questions
asked 2024-06-07T19:05:07.25+00:00
Rossana Modolin 0 Reputation points
commented 2024-06-13T15:44:23.4266667+00:00
Rossana Modolin 0 Reputation points
0 answers

is it possible to detach tags from APIM api using becip

we used becip scripts to deploy APIM API, and found the API tags can't be modified after we changed the old tag name to a new one , the new one was appended, for example, I deployed the API with tag 'tag1' first, next I changed from 'tag1' to 'tag2' and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,853 questions
asked 2024-06-13T07:28:33.65+00:00
Gallatin 21V 186 Reputation points
commented 2024-06-13T15:42:15.8266667+00:00
SwathiDhanwada-MSFT 18,121 Reputation points
2 answers

Microsoft Teams call queue not visible for some users

Currently having an issue where certain call queues can be searched for by some users but not by others. User A types in "Location Queue" and it shows up. User B types in "Location Queue" and nothing shows up. As far as I know there…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,360 questions
asked 2023-05-10T23:12:00.22+00:00
Christian Pereira 10 Reputation points
commented 2024-06-13T15:41:46.7766667+00:00
Melissa Labra 0 Reputation points
1 answer

How can we export M365 groups usage, creation date and when the group was last time used by its owners and members usage date along with both types of groups with Teams and without Teams via PowerShell or any other way ?

How can we export M365 groups usage, creation date and when the group was last time used by its owners and members usage date along with both types of groups with Teams and without Teams via PowerShell or any other way ?

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.
4,078 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2024-06-12T13:18:41.88+00:00
Mytoast Admin 185 Reputation points
answered 2024-06-13T15:41:19.1333333+00:00
Miguel Gonçalves 436 Reputation points
1 answer

Deleting and Removing computer object synched hybrid from Entra ID /Azure AD ?

I use Hybrid Azure AD / Entra ID and Intune to deploy and manage the AD computer objects that are joined to OnPremise AD DS. May I know the potential side effects of deleting the device using the below code? Remove-MgDevice -DeviceId Is there any way…

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.
364 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,282 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,570 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2024-06-13T07:00:43.1366667+00:00
EnterpriseArchitect 4,916 Reputation points
answered 2024-06-13T15:41:08.6566667+00:00
Raja Pothuraju 300 Reputation points Microsoft Vendor
2 answers

Configure a board according to a query in Azure Devops

I am trying to configure boards in Azure DevOps so that a team can create a ticket on their board and have it also appear on another team's board when it has the correct tag. I thought of creating a query in the board settings, but I can't find anything…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,953 questions
asked 2024-06-12T18:45:38.4566667+00:00
DUJARDIN.SAPIENS, Valentin 0 Reputation points
answered 2024-06-13T15:35:56.7833333+00:00
Miguel Gonçalves 436 Reputation points
1 answer

work email linking error

I am getting "The email address specified for account linking does not match the authenticated account. Please make sure you are inputting and authenticating with the same email address." error while linking to work email.

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,808 questions
asked 2024-06-13T09:45:42.6266667+00:00
Viraj Parab 20 Reputation points
commented 2024-06-13T15:35:18.5466667+00:00
Viraj Parab 20 Reputation points
0 answers

I want to write validate value type of my request schema. Please suggest a policy

I want to write validate value type of my request schema. Please suggest a policy

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.
4,078 questions
asked 2024-06-13T15:34:33.86+00:00
Mohammed Nasar Quadiri 0 Reputation points
1 answer

Azure Lab Services: Ubuntu default enabled images

When creating a lab in Azure Lab Services, the only enabled Ubuntu LTS release by default is 20.04. I can go into marketplace and enable others, such as (for example) Canonical's 22.04 and 24.04. Is there any reason not to enable those? Or to put it…

Azure Lab Services
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
285 questions
asked 2024-06-13T09:53:20.8766667+00:00
Anthony Parry-Jones 0 Reputation points
answered 2024-06-13T15:33:05.42+00:00
deherman-MSFT 34,436 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

WARNING: Unable to acquire token for tenant 'organizations' with error 'InteractiveBrowserCredential authentication failed: Method not found: 'Void Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper.RegisterCache(Microsoft.Identity.Client.ITokenCa

Hi Team, Can someone here please assist me with this error to connect my PowerShell session using the Connect-AzAccount ? PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> Connect-AzAccount WARNING: Unable to acquire token for tenant 'organizations' with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,035 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,216 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,078 questions
asked 2023-08-08T13:25:14.0933333+00:00
EnterpriseArchitect 4,916 Reputation points
commented 2024-06-13T15:32:52.1333333+00:00
Hani Zougla 0 Reputation points Microsoft Employee
1 answer

Problemas microsoft Authenticator

Hola, cambie mi telefono movil y ahora al querer ver un archivo que compartio una empresa conmigo no me llega el codigo de verificacion de microsoft authenticator Nunca me llega el código a mi móvil para poder ingresarlo y de esta manera poder ver el…

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,808 questions
asked 2024-06-13T14:09:09.44+00:00
Gian marco Stacco 0 Reputation points
answered 2024-06-13T15:32:06.9366667+00:00
LEANDRO ALVES MARTINS 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to get more than 10 attachments from an email using graphapi?

I am able to get upto 10 attachments correctly from an email using graphapi, but when an email is encountered which has more than 10 attachments, Java program hangs indefinitely on get() method and there is no error/log printed for it. We are using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,035 questions
asked 2024-06-11T10:09:52.82+00:00
SHARMA Shankarlal 0 Reputation points
edited an answer 2024-06-13T15:31:20.9+00:00
Miguel Gonçalves 436 Reputation points
1 answer

Client is not showing Updates

Hi all!! We have issue with updates deployment... I read a lot about this issue and I followed the steps to check all flow. I can say the client is not doing the scan itself ... I tried to stop windows update service and rename softwaredistribution…

Microsoft Configuration Manager
asked 2024-06-12T12:10:14.95+00:00
Sergi Díaz Ruiz 70 Reputation points
edited an answer 2024-06-13T15:29:46.0766667+00:00
Miguel Gonçalves 436 Reputation points
0 answers

Trying to set up CDN but says "The number of profiles created exceeds quota"

I was trying to set up CDN/Front Door within my Azure subscription but got the above error yet I've never used CDN before. Why am I getting this error when I've never used this before?? (I'm also new to Azure so I'm sorry if there's a simple solution to…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
613 questions
asked 2024-06-13T14:15:21.4566667+00:00
alex spruill 0 Reputation points
commented 2024-06-13T15:29:22.3133333+00:00
GitaraniSharma-MSFT 48,436 Reputation points Microsoft Employee
1 answer

Signing in to Authenticator App codes not accepted

I sign in to the azure portal login, it accepts my username and password but when it asks for auth code it always returns an error; You didn't enter the expected verification code. Please try again. Error Code: 500121 Request Id:…

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,808 questions
asked 2024-06-13T10:11:01.7+00:00
Duncan Turner 0 Reputation points
answered 2024-06-13T15:28:33.4466667+00:00
Miguel Gonçalves 436 Reputation points
2 answers

Can't purchase App Service Domain

I am purchasing a App Service Domain for my website in Azure. But it failed, the error message: …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,138 questions
asked 2022-04-06T14:17:54.727+00:00
Tiger Guo 1 Reputation point
answered 2024-06-13T15:28:23.1566667+00:00
Sam Smith 0 Reputation points