Sponsored Link:    

Archive for the 'powershell' Tag

  • Virtual Server 2005 R2 SP1 update supports Server 2008 and Vista SP1 as host and guest. http://snurl.com/293jw #
  • PowerShell on Server Core. Not officially supported but Jeffrey Snover blogs about it. http://snurl.com/293ko #
  • Jeff Jones compiled a new Windows Vista vs Windows XP SP2 vulnerability report. Another proof that Vista is more secure than XP. http://snurl.com/299y2

PowerGUI_logo PowerGUI is a free tool that allows you to create PowerShell scripts with a graphical user interface (GUI). It also comes with a nice PowerShell script editor that supports debugging. Version 1 has been available for some days already.

The main idea behind PowerGUI is to create PowerShell code by selecting objects, and performing actions on them. For instance, you can select Active Directory objects or Exchange objects manually or by using filters. Then you tell PowerGUI that you want to move these objects to a new location and it will create the corresponding PowerShell script which you can enhance with your own code.

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 2.83 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

Aaron has a nice post about the command line interface of Server Manager in Windows Server 2008. I have been blogging about the graphical interface of Server Manager a while back. I somehow forgot to mention that Server Manager has a command line version. So I am taking this chance to make up for my omission, although the main intent of this post is to express my view about the value of these new command line capabilities of Vista and Server 2008 in general.

(more…)

Submitted by Darren Mar-Elia - Blog: The GPOGuy Group Policy Blog

The GPMC PowerShell cmdlets are a set of free cmdlets that wrap the functionality of Microsoft’s Group Policy Management Console (GPMC). The cmdlets provides functionality to PowerShell such as creating and deleting GPOs, linking and unlinking GPOs and modifying GPO permissions, to name just a few.

GPMC PowerShell Cmdlets

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

Group Policy and PowerShell are both very powerful tools to automate IT management tasks. Specops Command combines both technologies giving you an even more powerful scripting solution.

Specops Command Overview

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4.67 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

Yesterday, I blogged about my favorite four new PowerShell 2.0 features. The one I like most is Graphical PowerShell. Maybe “IDE” (Integrated Development Environment) is an exaggeration. Graphical PowerShell is still a very simple tool. But, I think, it is a good start, and I hope that Microsoft will keep on adding new features. In this post, you’ll find some screenshots and a short description of Graphical PowerShell.

(more…)

You can download Windows PowerShell 2.0 CTP (Community Technology Preview) now. I just skimmed over the release notes. The number of new features is quite impressive.

(more…)

With Vista’s UAC (User Account Control) enabled, you need an elevated command shell if you have to run commands with administrator privileges from the command line. This post explains how you can alter the Windows Explorer context menu to open an elevated command prompt in a certain directory using Microsoft’s Script Elevation PowerToys for Windows Vista. The elevate.cmd that comes with the PowerToys allows you to launch commands and scripts with administrative rights from a non-elevated command prompt. You can also use them to elevate other file types such as MSI or MSP easily.

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 2 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

Some time ago I recommended focusing on PowerShell in the future when it comes to scripting. Jeffrey Snover from Microsoft also suggests making this move. He has a couple of hints to help you convert your VBScript scripts to PowerShell.

(more…)

Previous Posts