Why is my windows 10 pro system automatically forcing windows 11 "feature update" during automatic update restarts?
Sometime between Wednesday night and early Saturday morning my system performed an auto restart to install "updates". (Something I already hate to begin with) When I came back to my system Saturday morning I discovered Windows 11 had…
GET /** request every 5 minutes for a Azure Webapp
Hi! I have an azure webapp (Windows, Java) that every 5 minutes gets a request like below. Client IP: 0.0.0.0 (but I assume that it might be this: https://learn.microsoft.com/en-us/azure/azure-monitor/app/ip-collection - other things like city etc are…
How can I mark my structure as `com_class` in Rust?
Hello, I am implementing a COM object in DLL in Rust. Every single tutorial I found (including ChatGPT and Github Copilot) describes that I need to use #[com_class] macro with my CLSID over my…
Alias records
Hello, I am a beginner. Please explain me 2 things - the word 'instance' - VM instances, container instances etc. - does it mean that original VM or container -created has another virtual replica? Also, the term 'alias records' I am looking at this text…
Automate daily checks for Azure VMs
Hello, I would like to check the CPU percentage, Disk IOPS, and Memory availability values of Azure VMs daily in an Excel file. I am considering using Azure Automation for this. Is there a script that I can refer to for automating the process of…
Unable to resolve custom DNS name for virtual machines via VPN
Hi, I am trying to resolve to custom DNS name for virtual machines and SQL on VMs in my tenant; the structure is as follows: We have 2 subscriptions i.e. sub1 and sub2, the private DNS zone and VPN gateway are in sub1 whereas the VMs are in sub2. The…
How to assign Variable Value to Parameter
Hi, we need to create a "batch_no" in the format YYYYMMDDHHMMSS within our pipeline as a human-readable job identifier , since system variables like pipeline run ID or trigger ID aren’t easily readable. The "batch_no" should remain…
the microsoft.ace.oledb.12.0 provider is not registered on the local machine
My system are windows 11, office 365 , Amos 26. When I import excel file to Amos which show the error of microsoft.ace.oledb.12.0 provider . would you tell me how reinstall ace.oledb 12 regards, Frederic
How to disable 3DES and RC4 on Windows Server 2019?
Could some let me know How to disable 3DES and RC4 on Windows Server 2019? and is there any patch for disabling these. I am trying to fix this vulnerability CVE-2016-2183.
Creating List of Input Using Model and HtmlHelper
Hello everyone and thanks for the help in advance. I want to create a from that utilizes a list of input text boxes that corresponds with a model of a database table. The controller accepting the input expects a List<tblData> which in turn…
Win 11 With One Drive Installed, Impacts Office 2003, will not allow "Save As"; One Drive is the Issue
On PC with reported issue, I was running Win 10 and Office 2003 with no issues. (On another PC, I was running Win 11 with One Drive and Office 2003 with no issue.) I just updated the PC with the reported issue, from Win 10 to Win 11. Tested both Word…
Where is system.device.location?
I am trying to use the GeoCoordinateWatcher in my WPF application. Whenever I type the using statement "using System.Device.Location" I am told it does not exist. I have read that I have to add it as a reference but when I go to the list of…
Bing Web Search Error 403 - Usage exceed?
I am using Bing Search Services, I began getting errors in all my code, it turns out my quota was exceeded. I went ahead and choose a plan with more calls, it has been over 24 hours and I still get the same error. How long does it take for me to be able…
Unable to get credit startup microsoft program
Dear Team, I'm unable to use azure credit from startup offer.
In a private subscription I am unable to connect a power query activity from ADF to an Azure SQL DB
I had a powerbi report with semantic model that was exceeding our P2 premium node on refresh. I am looking to migrate the power query steps to ADF and sink it to a SQL Data Mart instead for consumption by the report. Since the Power Query activity only…
Question regarding the inclusivity and fairness of the training materials
Why are you using imperial units in the Microsoft Learn training material if the strategy of your company is meant to be inclusive and fair? I don't mean to be pedantic but this is highly contradictory and something you should consider as a…
cannot chat with guest
I have a meeting created in a Teams channel - chat only works between members or owners and not with guests.
UsersPermissionToReadOtherUsersEnabled
When UsersPermissionToReadOtherUsersEnabled is set to false are there any side effects ? for example teams ? Regards, Peter
How to resolve the PowerApps error "The tables didn't load correctly" when opening an Excel file from Personal OneDrive connection?
Hi I am following these instructions (Exercise: Build a canvas app - Training | Microsoft Learn) and trying to create an app by connecting to the Excel file from OneDrive. I downloaded xslx and saved it in my PERSONAL OneDrive. When accessing the file…
How To Undo Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled $false
This appears to be a tenant wide command and no global admin account seems to be capable of undoing it with Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled $true. They all get access denied as one once expect given the $false setting,…