|
|
Browse by Tags
All Tags » Powershell ( RSS)
-
|
Recently I had to create a script to work with Libraries in Windows 7. Searching thru the Windows SDK, I found that this functionality was given in shell32.dll. I started to think p/invoke, but luckily someone had already created a .NET library to do...
|
-
|
I´ve been travelling for the two last weeks, and when I came back home I was surprised to see that I had become a Powershell MVP. I´m proud to be a part of this extraordinary community – and I´m looking forward to learn more about the other Powershell...
|
-
|
If you are running a Windows Server Certificate Authority, one question I got asked multiple times is how to list certificates that will soon expire. Even though you can easily do this with certutil, I wrapped certutil commands in a simple Powershell...
|
-
|
One questions I see multiple times is how to read eventlogs (especially security logs) from multiple computers and save them in another format, mostly csv. This is something that could easily be done with Powershell, and the following script shows how...
|
-
|
I thought that I should post my Powershell script to read information about a RMS protected document. This information checks for the XrML tags inside the document, and reads the information into a XmlDocument. Then I use the simple XmlDocument functionality...
|
-
|
I created this simple script to see which of my folders where growing underneath my windows folder structure. The script takes a path as input, and then calculates all the child folders, as well as the given folder. The result is displayed in MB, largest...
|
-
|
Lately I seen some posts on the net about how to pin applications to the taskbar in Windows 7. As there is no direct API to do this, you could use the Shell Objects, well known from VBScript. As for me, I like to use Powershell (no surprise) and...
|
-
|
As you might know, Remote Server Administration Tools (RSAT) will let you administer your Windows Servers from a Windows client. RSAT gives you all the GUI tools – also the ServerManager. But it also gives you the providers for Powershell to work with...
|
-
|
In case you forgot, ofcourse I attended some Powershell v2 sessions at TechEd. After all, I do see Powershell as a very important technology for Microsoft consultants and developers. Jeffrey Snover had a talk on Powershell v2 where he went through some...
|
-
|
Interesting article from one of the guys at the SQL Server team explaining why they added Powershell. As some of you are aware of, SQL Server has T-SQL and been scriptable looooong time. So, read this article to understand why they also added Powershell...
|
-
|
Crayon edition of "Highway to Powershell" ... Find it here Highway to Powershell
|
-
|
Below is a simple Powershell script that checks for required Exchange Server 2007 services, and then starts the ones that are not running. If you are delivering Exchange training on Microsoft Official Curriculum (MOC) you know this problem too well :...
|
|
|