Last exam of the year, SC-300!
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