PowerShell: Check System Execution Policy

Here is another quick script to check your system’s Execution Policy.

batch file: pspolicycheck.bat

@echo off
powershell.exe -noexit Get-ExecutionPolicy -list

This will give you a quick list of Execution Policies on your system and give you a PowerShell prompt. Of course you can always simple run “Get-ExecutionPolicy -list” from the Command Line or PowerShell prompt. You can download bar from the above link or copy the 2 lines above to a text file and rename it .bat.

pspolicycheck-bat

PowerShell : Uptime scripts

I wanted a quick way to determine uptime for my servers and other windows computers and so started searching for solutions. After some time I finally found some good information but it wasn’t entirely user friendly. After another 2 hours of researching and trying to get it right, I came up with these scripts for displaying your computer’s uptime. The PowerShell scripts aren’t mine (you’ll find links to the originals below) but the batch files are. Pretty simple but a nice time saver.
Read more of this post

Using Google Chrome to make administration a breeze

Many people use Google Chrome on their personal computers to browse. It’s likely you use it on your work PC as well if your organization allows. Google Chrome loads most sites with ease, is frequently updated and has many customization options. It’s an all around good choice. It can also make your life as an admin much easier. A browser making administration easier? What magic is this? Well, lets look at some of the options.
Read more of this post

Virusscan Software for Windows Server

Anyone who has tried to install virusscan software on their server knows that the activity can quickly become more of a pain than it is worth. When trying to find virusscan software for Windows Server you typically run into one of three issues:

  1.  There’s no support for Windows Server at all.
  2.  The Windows Server version commands a massive price compared to a home/personal version, sometimes as much as a 2000% markup.
  3. The Windows version somehow manages to lack features that even the most basic of desktop version have.

So what do you do? Read more of this post

Verified by MonsterInsights