-
< # .SYNOPSIS This script displays details of a UmAlQura Calendar in PowerShell .DESCRIPTION This script shows the various aspects of this calendar including key properties, fields and selected methods. ...
-
< # .SYNOPSIS This script re-implements this MSDN Sample of multiplying a big integer. .DESCRIPTION This script first tries and fails to multiple a pair of large integers. The script...
-
Just over 2 years ago, I created a new blog, The PowerShell Scripts blog over at http://pshscripts.blogspot.com . The idea was simple – a blog with single function PowerShell scripts. Scripts that demonstrated one (or at least a very small number) of...
-
I’ve posted a couple of articles recently regarding using later versions of the .NET Framework. Through the magic of .NET, you can just create a simple .CONFIG file to tell the relevant executable to use a later version of the framework by default. A...
-
In yesterday’s blog post , I wrote about being able to use later versions of the .NET Framework with PowerShell. The trick was simple: create a config file, a small file of XML, to enable the use of, in my case, the .NET Framework Version 4 and the new...
-
< # .SYNOPSIS This script gets and displays the description of a WMI Class. .DESCRIPTION This script takes a WMI Class name as a parameter. The script then gets the class 's description from the CIM repository...
-
< # .SYNOPSIS This script creates a file, then reads it and displays the output. .DESCRIPTION This script implements the MSDN sample for this page. It first creates a file (assuming the file does not already exist...
-
PowerShell ISE is a simple tool and in some cases it has the bare essentials. For instance, it does not have an option to save all files. On the flipside, it offers an Object Model from its first version that allows adding features beyond the essentials like this one and many more. If we had the "Save...
-
I’ve been playing a bit with a Codeplex project called PowerShell Admin Modules (PSAM). Developed by Richard Siddaway, PSAM is intended to supply a number of PowerShell modules for use by IT Pros. The first of these modules contains 6 functions that work...
-
< # .SYNOPSIS This script displays service details .DESCRIPTION This script first enumerates all the service controllers (ie services) running on the local system. For each service, we look into WMI and ...
-
< # .SYNOPSIS This script uses XMLWriter to write an XML Element .DESCRIPTION This script creates and uses and XML writer to write an XML Element .NOTES File Name : Write...
-
< # .SYNOPSIS This script uses XMLWriter to write XML .DESCRIPTION This script creates and XML writer and writes some basic XML. .NOTES File Name : Write-XML.ps1 ...
-
< # .SYNOPSIS This script creates and starts a Process using .NET .DESCRIPTION This script Creates a process object and sets the executable to notepad. The script then starts the process...
-
The relentless community development on all things PowerShell continues unabated. Today, I found a module for use with System Center Configuration Manager (SCCM). This module contains the following functions: Get-SCCMCommands Connect-SCCMServer Get-SCCMObject...
-
PowerShell is an increasingly important tool for the IT Admin. In it’s early version, it didn’t do much, but with products like Exchange, SharePoint 2010, and System Centre being so PowerShell focused, it’s a tool every IT Admin needs to learn and learn...