Skip to content
- Introducing Neith - A project I’ve worked on for the past month is now online – Introducing Project Neith! About a year ago I while surfing the web, I came across a tool called ‘PowerShell UniversalDashboard’ made by Adam Driscoll. (https://github.com/adamdriscoll) It makes creating webapps with PowerShell not only possible, but very easy.…
- PS-Tip #2 – Windows Remote System Uptime - In this post I’ll cover a Python and PowerShell script I wrote for a tool which had a function of obtaining the uptime of a remote machine. I’ll start by posting the script, in full, here: import os import subprocess def ps_remote_system_uptime(): remote_target = raw_input("Which system do you want the…
- PS-Tip #1 – Remote DNS Cache Clearing - PS-Tips are a series of shorter posts which introduce and explain short PowerShell snippets that may help to automate some tasks. There are a requirements to run remote PowerShell commands and I’ll cover the details of setting the prerequisites in a later post. The process for getting setup isn’t too difficult so…
- Exchange 2013 – Archive Mailboxes! - This is going to be a short post about Exchange 2013 and Archive Mailboxes. Most organizations are faced with a plethora of mail storage issues – size limits, retention policies, PSTs management, and storing old mailbox data – which can be a challenge to navigate. Exchange 2010 introduced Archive Mailboxes…