Introduction I recently posted a function on the blog that allowed you to get disk defragmentation status within PowerShell and promised at the end of that post that I would follow up with a second function that would allow you to perform a disk defragmentation of a volume in PowerShell, this post details that function. [...]
Introduction Just over a week ago now at the end of my post on getting files older than a specified time in PowerShell I mentioned I would follow up with a PowerShell function that could be used to get the defragmentation status of disks on multiple machines, this blog post details that function and also [...]
Introduction Its been a bit of a dry spell on the blog recently, in fact the last article I wrote was over 2 months ago now on how you can use a VHD in Windows to make your personal data more portable, this latest article on how to get files older than a specified time [...]
Introduction This is the first blog article I have wrote for a while now, in fact for various reasons the last article I posted to the blog was just over 2 years ago, however I will now be bringing regular updates to the blog and following the popularity of the article I wrote on getting [...]
Introduction In the last article I wrote on PowerShell I talked about how to get the right of a string in PowerShell, in this article I will discuss how to get the age of a file in PowerShell. Get the age of a file in PowerShell To find the age of a file in PowerShell [...]