Source: PowerShell Tutorial – Try Catch Finally and error handling in PowerShe
Category Archives: PowerShell
Powershell Tip #53: Run PowerShell as SYSTEM (NT AUTHORITYSYSTEM) – Powershell Guru
Tip: You can run PowerShell as NT AUTHORITY\SYSTEM in interactive mode or as a scheduled task. Solution 1 : Interactive Note: PsExec is a tool written by Mark Russinovich (included in the Sysinternals Suite) and can downloaded here. Solution 2 : Interactive 1) Open cmd.
Source: Powershell Tip #53: Run PowerShell as SYSTEM (NT AUTHORITYSYSTEM) – Powershell Guru
ScheduledTasks
ScheduledTasks This reference provides cmdlet descriptions and syntax for all Scheduled Tasks cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
Source: ScheduledTasks
How to Detect Who Created a Scheduled Task on Windows Server
How to Detect Who Created a Scheduled Task on Windows Server
Source: How to Detect Who Created a Scheduled Task on Windows Server
powershell – How can I remove a trigger from a scheduled task – Stack Overflow
PowerShell/Modules/Write-ObjectToSQL at master · JohnRoos/PowerShell · GitHub
Geek School: Learning How to Use Objects in PowerShell
ForEach and Where magic methods – PowerShell Magazine
Using PSScriptAnalyzer to check your PowerShell code for best practices – Mike F Robbins
List and change BIOS settings with PowerShell – Syst & Deploy
In this post I will show you how to list and change BIOS settings for HP, Dell and Lenovo with PowerShell only.In my previous posts, I did some tools and module to list, export and change BIOS settings for local and remote computers and many manufacturers.I will now show you how to manage BIOS settings with PowerShell only:- List settings- Change settings without BIOS password – Change settings with BIOS password configured – Change settings from a CSV file that contains settings to changeI say only, because there are some tools available to manage BIOS with PowerShell. For instance for HP, there is a utility called BCU.As I don’t want any other tools to manage BIOS I just used PowerShell.
Source: List and change BIOS settings with PowerShell – Syst & Deploy

