Post Your PowerShell Profile! Posted using ShareThis
Post Your PowerShell Profile! Posted using ShareThis
For the past several months I have had an issue with my blog, whenever I previewed a post in Windows Live Writer it would crash. I tried changing my theme and upgrading, but it didn’t solve the problem. So I just created a new WordPress installation from scratch. It seems to be working alright. Its [...]
I have recently been following the whole Getting Things Done (GTD) methodology created by David Allen. So far it has actually been helping me get organized. One of the things it mentions is to get tasks out of your head and down on “paper”. Otherwise you will be forgetting tasks and wondering what you are [...]
Today we will take a look at the Bitwise Operators in Windows PowerShell and how you can manipulate them for your needs. First we will get some insight into the enumeration. Let’s begin by looking at the values for the [System.IO.FileAttributes] enumeration which provides attributes for files and directories. As you can see from the [...]