Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
June 2011 - The Lonely Administrator
Share
|
Recent Posts
Friday Fun: A PowerShell Tickler
Test 64-Bit Operating System
PowerShell Version Profiles
Scrub Up PowerShell Content
PowerShell Scripting Games 2013 Impressions
Archives
May 2013 (9)
April 2013 (10)
March 2013 (6)
February 2013 (8)
January 2013 (15)
December 2012 (5)
November 2012 (7)
October 2012 (5)
September 2012 (2)
August 2012 (3)
July 2012 (4)
June 2012 (8)
May 2012 (11)
April 2012 (18)
March 2012 (2)
February 2012 (10)
January 2012 (12)
December 2011 (10)
November 2011 (15)
October 2011 (12)
September 2011 (4)
August 2011 (9)
July 2011 (8)
June 2011 (6)
May 2011 (10)
April 2011 (8)
Tags
CommandLine
Conferences
Friday Fun
FridayFun
Function
functions
Get-WMIObject
Google Plus
Group Policy
hashtable
Hyper-V
objects
Out-Gridview
Pipeline
PowerShell
Powershell 3.0
PowerShell ISE
PowerShell v2.0
ScriptBlock
Scripting
Training
Validation
Windows Server
WMI
Write-Host
View more
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Get File Utilization by Extension
In the past I’ve posted a few PowerShell functions that provide all types of file and folder information. The other day I had a reason to revisit one of them and I spent a little time revising and expanding. This … Continue reading →...
Published
Thu, Jun 23 2011 10:03 AM
by
The Lonely Administrator
Filed under:
Scripting
,
PowerShell
,
PowerShell v2.0
,
Measure-Object
,
Invoke-Expression
,
Files
,
Jobs
,
Get-ChildItem
,
Group-Ojbect
ScriptBlocks On the Fly
I’m always preaching about writing PowerShell scripts and functions with reuse and modularization in mind. You should never have to write the same block of code twice. But what about in the shell during your daily grind? Perhaps today you’re...
Published
Mon, Jun 20 2011 7:38 AM
by
The Lonely Administrator
Filed under:
Scripting
,
PowerShell
,
ScriptBlock
,
Invoke-Command
Get WMI Namespace
PowerShell and WMI just seem to go together like peanut butter and jelly, beer and pretzels, or salt and pepper. However, discovering things about WMI isn’t always so easy. There are plenty of tools and scripts that will help you … Continue...
Published
Thu, Jun 16 2011 9:50 AM
by
The Lonely Administrator
Filed under:
functions
,
WMI
,
PowerShell
,
PSCredential
,
Invoke-Expression
,
Get-WMIObject
Managing VirtualBox with PowerShell
In my line of work I simply can’t afford not to use virtualization, and I use just about all the major tools from time to time. But most of the time I rely on the free VirtualBox program from Oracle. … Continue reading → Read More.....
Published
Mon, Jun 13 2011 11:10 AM
by
The Lonely Administrator
Filed under:
functions
,
Scripting
,
PowerShell
,
PowerShell v2.0
,
module
,
Software
,
VirtualBox
Get PowerShell View Definitions
When you write objects to the pipeline in Windows PowerShell, at the end of the pipeline PowerShell’s formatting system handles displaying the results to the console. It accomplishes this by using a set of rules stored in XML configuration files...
Published
Tue, Jun 07 2011 7:43 AM
by
The Lonely Administrator
Filed under:
Scripting
,
PowerShell
,
PowerShell v2.0
,
xml
,
format-list
,
format-table
,
switch
,
ps1xml
Creating ACL Reports
I saw a tweet this morning that was a PowerShell one-liner for capturing folder permissions to a text file. There’s nothing wrong with it but it’s hard to be truly productive in 140 characters so I thought I would take … Continue reading...
Published
Thu, Jun 02 2011 8:08 AM
by
The Lonely Administrator
Filed under:
Scripting
,
PowerShell
,
PowerShell v2.0
,
xml
,
Best Practices
,
Export-Clixml
,
Get-ACL
,
Out-File
Copyright 2012 PowerShell.com. All rights reserved.