Statistics show that password-related issues are among the most common helpdesk calls. Implementing an automated process to get password expiration notification email can significantly reduce helpdesk call volume and associated costs. In our previous blog, we discussed how to create password change reminders using Power Automate . One of the most requested solutions for password expiration management Read More
Author: Summa Lai
How to Fix “Your organization does not allow external forwarding.” Microsoft 365
Remote Server returned ‘550 5.7.520 Access denied, Your organization does not allow external forwarding. Please contact your administrator for further assistance. AS(7555) With an email box set to auto-forward to an external email. But you received an error message like the above. Here is the solution: If the admin wants external email forwarding, the admin Read More
How to Check the Windows 11 Version and Build
The quickest way to find out what version of Windows 11 you have is to use the winver tool. Click or tap inside the Search box on the taskbar, type winver, and select the search result bearing the same name. If you prefer using the keyboard, you can press the Windows key, then type winver and press Enter when you see the appropriate search result, similar to Read More
How to Remove Previously Granted Access to a User’s OneDrive
As an admin, you can remove previously granted access to a user’s OneDrive by following these steps: Alternatively, you can use PowerShell to revoke access:
How to Create a Milestone with Project for The Web
The quickest way to create a milestone is to add a task with no duration to your project. Ref: Add a milestone – Microsoft Support
How To Convert a .CRT Certificate into a .PEM or .PFX Format
Step 1: Install OpenSSL for Windows 3.4 Step 2: Run Windows cmd prompt Step 3: Run the command line to get the .per format: openssl x509 -in star_abccer.crt -out cert.pem or run this command to get .pfx format openssl pkcs12 -export -out certificate.pfx -inkey abccer.key -in star_abccer.crt -certfile abccerca.crt For example: Ref: https://www.youtube.com/watch?v=-SpFcBfwfZY&t=35s