Outlook prompting for credentials after migration
Good day all i'm currently experiencing a strange issue with Outlook being prompted for Username and password after migration. The strange thing is if i use the new SaRA tool - SaRACmd.exe -S OutlookEmailSetupScenario -AcceptEula It says there are no…
Data Share no support for Azure Blob Storage with restrcited network (for NFSv3)?
Hi, seems we can't map the data share to a target which is a NFSv3 enabled Azure Blob Storage. Please clarify. This page doesn't mention anything https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/data-share/supported-data-stores.md…
Why does IPsecSaContextSetSpi0 from the WFP API seem to only accept even SPI values?
When creating an IPsec SA using the WFP API, IpsecSaContextSetSpi0 doesn't seem to accept an odd SPI value. Why is this the case? RFC 4303 Section 2.1 talks about valid SPI values for an IPsec SA. It makes no mention of odd values being invalid, and…
Cutting out the middle of a video
I am using teams for teaching a class. I recorded within Teams. I had a time period where I asked students to go do something but I did not stop the recording. Is there a way to get rid of the 15 minutes of silence? In the future, if I stop recording…
Entra Private Access : Forwarding profile version CPV:RV:2025-02-13T20:26:15.3460426Z_CPLM:20250213202428.501_NAV:CommonVersion_20 failed to load with the following error: Cannot convert wstring to string, found non printable character: 160
Hello, I have this problem with Entra Private Access. Is some one having a clue? Forwarding profile version CPV:RV:2025-02-13T20:26:15.3460426Z_CPLM:20250213202428.501_NAV:CommonVersion_20 failed to load with the following error: Cannot convert wstring…
How to get LINQ loaded in VS 2022
I installed VS 2022, 17.13.0, and included "LINQ to SQL" in Code tools. But LINQ is still not installed. I read up on StackOverflow, and watched a few videos, but I have no idea why I still cannot get LINQ installed. Any thoughts or…
Get error AADSTS50049: Unknown or invalid instance React-MSAL B2c
I get this error AADSTS50049: Unknown or invalid instance. Trace ID: 3559fb7f-0cbf-4024-bca7-71ff99794200 Correlation ID: 02b1638c-48e7-4a30-8e5c-4ca28a6ffb9d Timestamp: 2025-02-12 21:24:10Z No matter what I enter for my react-msal azure b2c config. …
Who to contact at microsoft to report malicious activity
We are seeing attacks on our Azure hosted website coming from ip addresses in China and Singapore. It looks like an automated vulnerability scanner. It has been going on for a couple of days. They seem to be enumerating our various sub domains. How do I…
Is Azure Synapse Analytics expected to support Spark 3.5 in the near future?
Is Azure Synapse Analytics expected to support Spark 3.5 in the near future? Spark 3.5 allows to use Delta Lake 3.0 version which improved overall performance significantly. https://delta.io/blog/delta-lake-performance/ Apache Spark 3.5 compatible…
How do I transfer my pay-as-you-go Azure DevOps subscription to another account?
I initially created my AzureDevOps pay-as-you-go subscription over 10 years ago. I plan to retire in the 2nd quarter of 2025 and I wish to transfer the subscription to another account member. I mention this because I want my account to remain since I…
How to fix nat gateway issue?
I am having a private subnet and I want to use nat gateway to access internet. But when I am configuring route table I am unable to see nat gateway in the next hop type. I am unable to ping 8.8.8.8 through my private vm
When using our azure student account and with the 100$ in my subscription , i can't create any ressource .
for example here when creating a ressouce group i get : The client '******@xxx.xxx.tn' with object id 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' has permission to perform action 'Microsoft.Resources/subscriptions/resourceGroups/write' on scope…
Need to know about the Microsoft defender recoomedations
Hello All, I received a recommendation in defender for cloud for virtual machine as below. I need to know what are the risks and how it can be achieved. Virtual machines and virtual machine scale sets should have encryption at host enabledWindows virtual…
Can’t log into my account in the athenticator app
I cannot log into Microsoft Outlook for my school account since it requires me to use the authenticator app. In order to to use the authenticator app for this account I have to login to the authenticator app and authenticate that it is me trying to use…
On-Prem Error When Editing Cloud Mailboxes
I am having an issue when attempting to edit/add Email Address Types. When I try to edit them in exchange online, I get this error: "Error executing request. The operation on mailbox "x" failed because it's out of the current user's write…
How can I investigate risky sign in's to determine if an account is actually compromised?
I am trying to determine why some user sign in's are flagged as risky. When I check the IP address that was associated with the sign in, most of the time it is from a GTHost server. Our users are mostly using iPhones and trying to log into the…
Functions - How to use Stored Proc input/output params from SQL input binding
I have a function that calls a Stored Procedure to create a record in my BD. The stored proc has one input parameter and one output parameter: CREATE PROCEDURE dbo.CREATE_SEASON @Name varchar(50), @Season_ID INT OUTPUT AS BEGIN UPDATE dbo.Seasons SET…
How to iterate through files on USB device with Visual C++
I'm trying to write a program that will open the root directory of a USB device that appears in Windows Explorer as a file system (specifically, an iPhone) and then iterate through the files on it. I have successfully used SetupDiGetClassDevs,…
![](https://techprofile.blob.core.windows.net/images/bpqI_wINOUGg4BYYipkUVA.png?8D827C)
C++, MFC loop until value is valid or timeout
I am looking for a good way to check a value within a period of time. In principle, the code below works. Are there possibilities with CTime, MFC functions? Why is this written? atlTraceGeneral Is that the TRACE macro? time\timedlg.cpp(186) :…
Downgrading Premium Storage to Standard Without Migration
Hi, In our Azure subscription, we have a Premium Storage Account that is significantly increasing our costs. We've recently determined that we don't need this tier and have already moved our workloads to another storage service. Now, we'd like to…