Sleep from Command line with Psshutdown no longer working
I am using the sysinternals tool psshutdown.exe -d to suspend the pc from a command line on my Thinkpad L460. This works just fine on W7, W8, W10 and W11. I recently purchased an E16 G2 that has W11 Pro Preloaded on it. Psshutdown no longer works and…
Data migration from SQL Server 2005 to SQL Server 2022
Hi, I need to check if it is possible to migrate data from a SQL Server 2005 database to a SQL Server 2022 one. I'm using SQL Server 2022 and it seems that it isn't possible to work with a compatibility level equals to 90 and so I think that it isn't…
Teams limit
I would like to know, if the number of entries in the allowlist of the "external access"-feature of MS Teams is limited or unlimited?
How to solve the ADO task issue related with copy files?
We are getting error on running the copy-files task in ADO. It was working fine on last day. System.Management.Automation.RemoteException: The term 'Write-VstsTaskError' is not recognized as the name of a cmdlet, function, script file, or operable…
Missing parameter in Azure Portal deployment of an Azure Data Explorer Cluster resource
I've detected an issue with how the portal is deploying Data Explorer cluster resources. While having the following policy activated: "Public network access on Azure Data Explorer should be disabled - 43bc7be6-5e69-4b0d-a2bb-e815557ca673", you…
i need to change my Legal name and Display name
I would like to change my Display name and Legal name for MS certificate
Entra ID Connect failing to create synchronization account
A customer of ours had AAD Connect setup and working fine until one day it didn't. Not sure what happened, but probably a password change without following the correct process of destroying the encryption keys. I am now trying to install and configure…
Attempting to align contents of GridView cells on ASP.NET Web Forms
Hello, I am attempting to align the contents of GridView cells on ASP.NET Web Forms, but I am encountering an issue where the GridView header is not aligning as expected. Here is how it looks in the image below What steps can be taken to resolve this,…
APIM Version Set name - How to find and set it from Portal?
I am using Azure APIOPS CI/CD process to do CI/CD of APIM and artifacts. To extract and publish Versionset, the tool need to specify versionset name (not the display name). I can find the actual name by using az cli. However it is cumbersome az…
Container in Azure Functions does not emit logs and stops unexpectedly, but works locally
Hello, I am experiencing an issue with an Azure Function running in a container. The container works perfectly when run locally, but fails to start after deployment to Azure. The function includes a Python script that connects to Azure OpenAI, which runs…
Clarification on ACID Compliance of "Truncate Table" Action in Snowflake Sink for ADF Data
Best regards, [Your Name]Dear Microsoft Support Team, I am working with Azure Data Factory (ADF) Data Flows and utilizing the Snowflake sink for data loading. In the Settings tab, there is an option to select "Truncate table" under the Table…
storagedatascanner app installed and showing alert in defender for role assignment
storagedatascanner app installed in azure and showing alert in defender for role assignment and malware scanning enabled and role added for storage file data reader role assigned automaticlly , need to check malware scanning automatically enabled and…
Call De-identification Service with python SDK getting 403 Forbidden
I am using python SDK to call Azure De-identification Service, but keep getting 403 forbidden response. I am sure that my Client ID, Tenant ID and Client Secret is correct (tried them on other services) and my de-identification url (endpoint) is copied…
Automating Teams Meeting Creation and Recording Upload to SharePoint: Issue with Recording Upload
Requirement: I am developing functionality to create Teams meetings as an organizer via an API with the following requirements: Create a Teams meeting as the organizer. Add two external users to the meeting. The organizer will not join the meeting. …
Receiving generic "Access denied" error when making Entra API request
I am trying to call the https://graph.microsoft.com/v1.0/groups/[xxx]/drive/items('[xxx]')/children endpoint, which should return a list the files within a directory. However when I call this API I receive an unhelpful error message of: { …
SQL71562: Unresolved Reference to Object [$(dbVariable)].[sys].[objects] After Upgrading to VS 2022 (17.12) Pro
A SQL Server Data Tools (SSDT) solution that has been used for several years includes multiple database projects, some referencing the master database and/or using [sys] tables in other referenced database projects within the same solution. This solution…
azure function app connection string unable to add/remove/update
Unable to add/update/rename/delete function app connection string in env variable section. I was able to add that before, I have contributor access.
Exchange Server 2019 mrsProxy 401 UnAuthorized Error (Trying to Migrate to Exchange Online)
Hello, I am trying to migrate from an exchange server 2019 on prem server to exchange online. However I keep getting the 401 unauthorized error. I get it at every point. If i do HCW i get it, test migration availability, setup migration endpoint in…
Uable to run Azure time triggered function in Visual studio
I created an Azure function in .NetCore 2.0 and I am able to run it. But I need to refer to a project which was created in .Net 6.0. So I changed the target framework to 6.0. I could not run the function locally because I was getting Runtime not…
SCOM Powershell Script for SMTP Connection Monitoring
I need to create a Powershell script that simulates a connection to an SMTP server. The purpose of this is to check if there is a problem with our SMTP gateway server.