十五年前曾寫了一篇《Outlook 2003 Akira 示圖 piece lawlessness",當時的清除 OutlookSecureTempFolder 方法,解決了不少 Outlook 的怪問題。近期發現 Outlook 再度發生無法顯示圖片的問題,我這次版本是 2019,試了網路上各種方法都無法解決,最後總算靠同事的小建議獲得解決,因此記錄一下,希望能幫助到其他人。

Continuation of the previous two AD password-related APIs,Next, an API was written that could query the expiration of AD user passwords,This one will not go into detail about the environment,Models are included、appsettings.json、Program.cs etc,Because it is a continuation of the previous project,If necessary, you can refer to the previous article。
- Lao Sen Chang Tan IT Help » Write a simple AD account and password verification Web API through ASP.NET Core
- Lao Sen Chang Tan IT Help » Use ASP.NET Core to write a Web API that allows users to modify their AD passwords

Recently, we started to move our managed WordPress to Synology NAS,Import this piece in the database,As expected, there were a lot of problems,It took a lot of time to study and solve it one by one,Document the process,Share it with those who need it。

Attendance 2025 After the Information Security Conference,I feel that the protection policy of restricting the source of IP still has a certain effect,Therefore, we are evaluating adding relevant settings to the existing FortiGate VPN。First, it has been confirmed that FortiGate can set up address objects with Country/Geographic Address as recognition,Therefore, the follow-up is left with the setting and application of relevant policies。

Recently, more and more colleagues have moved from Skype to Teams,Therefore, some strange problems have occurred one after another。Two days ago, I met one and it was a conversion,During the login process, 0x80190001 will appear,And the user said,In the past, when he used Edge to log in to our internal website,This message will be jumped,Just ignore it。This is true after actual testing,I suspect it was Edge after logging into our system,To record some information to the Microsoft account logged in to Edge,There is something wrong with this paragraph,So the error 0x80190001 pops up。So I first tried to log out of my Microsoft account,Sure enough, it didn't jump。

My Delphi XE8 has happened twice and switched (F12) When forming a Form/Unit graphical interface,Delphi Direct Crash,There will be two Windows records:
source: Application Error
Failed application name: bds.exe
Failure specific model set name 稱: Castalia220.bpl
source: Windows Error Reporting
Event Name: APPCRASH
Problem signature:
P1: bds.exe
P4: Castalia220.bpl

Completed "AD password verification"and"AD password change》After two APIs,Next, use .NET MAUI Blazor to write desktop programs。After learning a little about Blazor,I feel so magical,It feels like putting a web page into an application,When running, you can also see Edge-related components running behind it in the "Job Manager",Then press F12 and there will be a developer tools window! But this also gave me some security concerns.。But the overall feeling is quite special.,I happen to be familiar with web page syntax,Use Razor to design UI screens,Feeling more friendly。

Following completion API to verify AD password Later,Then try to write the part to change the password,Even though I stumbled, I finally finished it.。This time I will share how to write three different packages.,And the title will mention “Change your AD password” It’s because I discovered during the writing process,Some methods require the permissions of a domain administrator to perform,Therefore, the scope of this article will be limited to only using the user’s own account and password.,You can complete the action of changing the password。

Recently I tried to write an AD account password modification program through ASP.NET Core.,In terms of architecture, there is generally a Web API for AD authentication and password modification.,Finally, write a desktop application,Let users modify it themselves。What is completed this time is the Web API for account and password verification.,The program is as follows:

Because it hasn’t been long since I got into ASP.NET/C#,You have to explore many basic things on your own,Sometimes things that are taken for granted by others,I might spend a lot of time researching。Since time has been spent,I want to record the process,Let people like me save some time。
This time it is being completed QRCode generator API Later,I have no idea how to turn the program into content that IIS can eat.,Although I did it once half a year ago,But my head is already empty,Oh。
