-
Technorati Tags: PowerShell , Formatting , ToString() , script , code < # .SYNOPSIS Shows formatting of leading Zeros .DESCRIPTION This script, a re-implementation of an MSDN Sample, creates several numbers...
-
< # .SYNOPSIS This script opens a word document using PowerShell .DESCRIPTION This script re-implments a simple MSDN script to open a word document using VBA. IT Pros using PowerShell might...
-
< # .SYNOPSIS This script re-implements and MSDN sample that shows the different Date/Time Formatting characters and how they are used in formatting date/time objects. .DESCRIPTION This...
-
< # .SYNOPSIS This script re-implements an MSDN Sample showing the CalendarAlgorithmType enumeration. .DESCRIPTION This script creates there calendars and displays algorithm...
-
< # .SYNOPSIS This script reimplements a code sample from MSDN in PowerShell. This sample formats and display currency using standard and different currency groupings. .DESCRIPTION ...
-
Technorati Tags: PowerShell , Code , sample , MSDN Sample , ToString() < # .SYNOPSIS This script shows the first two samples on this MSDN Page, convered to PowerShell .DESCRIPTION This script displays two...
-
<# .SYNOPSIS This script creates removes registry key using WMI. .DESCRIPTION This script uses WMI to get remove registry key. This script deletes the key and everything below it in...
-
< # .SYNOPSIS This script creates a new registry Value using WMI. .DESCRIPTION This script uses WMI to get create a new registry Value. This is a re-write of a VB Sample Script .NOTES File Name : New-RegistryKey.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires : PowerShell Version 2.0 .LINK This...
-
< # .SYNOPSIS This script gets a registry value using WMI. .DESCRIPTION This script uses WMI to get then display a resistry value, using the SteRegProv class and the GetDWORDValue static method. ...
-
< # .SYNOPSIS This script checks whether a parameter is an IPv6 or IPv4 Loopback Address .DESCRIPTION This script checks to see if the passsed string is a loopback address and if so, displays details. .NOTES ...
-
< # .SYNOPSIS This script deletes a file from an FTP Server .DESCRIPTION This script is a rewrite of an MSDN Sample .NOTES File Name : Remove-FtpFile.ps1 Author ...
-
< # .SYNOPSIS This script Uploads a text file to an FTP Server using PowerShell. .DESCRIPTION This script first creates an FTP 'web' request to upload a file. Then the source file is read from...
-
< # .SYNOPSIS This script encodes and decodes an HTML String .DESCRIPTION This script used .NOTES File Name : Show-HtmlCoding.ps1 Author : Thomas...
-
< # .SYNOPSIS This script creates the DNS entries needed for a Lync 2010 SE deployment. .DESCRIPTION This script creates a couple of wrapper functions to create DNS A and SRV records, then calls those functions...
-
< # .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. ...