#LL #Blog
The #Blog# starts from here
Monday, May 16, 2022
Ubuntu on Dell Laptop
Monday, April 25, 2022
Passed MS-100
Friday, March 18, 2022
Certified Secure Software Lifecycle Professional (CSSLP)
I have passed the exam and endorsement process and officially CSSLP certified now!
Monday, December 06, 2021
Wednesday, September 22, 2021
Execute PowerShell in Windows Scheduled Task
There are many ways to execute PowerShell in Windows scheduled tasks:
Option #1
Program/Script: PowerShell.exe
Add arguments (optional): -command "& {& 'C:\path\to\script.ps1'}"
Start in (optional): C:\path\to\
Option #2
Program/Script: PowerShell.exe
Add arguments (optional): -NonInteractive -Noprofile -File "C:\path\to\script.ps1"
Start in (optional): C:\path\to\
Option #1 allows me to have the script to connect to the Internet (server is located behind corporate proxy).
Sunday, June 27, 2021
Passed AZ-303
It is official! after passing AZ-303 today, I am now a Microsoft Certified Azure Solutions Architect Expert.
Sunday, May 30, 2021
Passed AZ-304
Today, I passed AZ-304 exam !
One more to go to get Azure Solution Architect Expert