PoshCode Archive  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

343 check-ins using file Set-Computername.ps1 version 421232f6f3

2018-06-10
13:10
A way to easily edit textual variables and environment variables: Edit-Variable env:path check-in: c8935f0fb3 user: unknown tags: trunk
13:10
This script creates a WMI Class Win32_AddRemovePrograms (and, on 64bit systems, a Win32_AddRemovePrograms32 for 32bit apps) which are backed by the registry provider. They can then be queried to list installed apps (and versions) and perform much faster than running the same queries using the PowerShell Registry provider. Additionally, they can be used in GPO policies, etc. check-in: db369ae37e user: Joel Bennett tags: trunk
13:10
Sample of calling RichCopy.exe for massively parallel file copy. Great when copying many small files over long distance, to overlap latency delays. Same as Windows 7 ‘robocopy.exe /MT:64’ but works on Windows XP and Server 2003. check-in: e05dcb20e4 user: unknown tags: trunk
13:10
Here is a handful of functions that I use to manage netapp appliances. The code could be improved in several ways, but I think it is a good starting point and functions as a good set of examples for those interested in using the ontap SDK in powershell. check-in: 65dc3bda91 user: Jason Ochoa tags: trunk
13:10
Restarts local or remote IIS AppPools check-in: 749e4cece8 user: Joel Bennett tags: trunk
13:10
Restarts local or remote IIS AppPools check-in: 0579fd5f88 user: Joel Bennett tags: trunk
13:10
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 76ac0f0af5 user: unknown tags: trunk
13:10
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 64022f7fdc user: arodd tags: trunk
13:10
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 5e3f5f4552 user: unknown tags: trunk
13:10
This script will download a file showing the download progression as it completes check-in: 9219b35b45 user: CrazyDave tags: trunk
13:10
A wrapper for DataSvcUtil to generate web service proxies in-memory for OData services like NetFlix (which are not handled correctly by PowerShell’s built-in New-WebServiceProxy). check-in: a10d9a407d user: Joel Bennett tags: trunk
13:10
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 722f21cbe2 user: Lee Holmes tags: trunk
13:10
Module to extend PowerShell ISE functionality. Adds two GUIs (one to play with token colors, second to get command from history back to commandpane), and three functions that may be useful when using ISE (Edit-Function, Add-MyMenuItem and Expand-Alias). Comment-based help included. Have ISE – Fun! ;) check-in: 9453e05f57 user: Bartek Bielawski tags: trunk
13:10
GUI script that helps to workaround problems with desktop sharing by non-admin person and running process as admin. In default scenario UAC kicks in and will show user/password prompt to non-admin user rather than remotely connected IT person. This script separates alternating credentials and elevating, so IT person can enter credentials first, and remote user gets only yes/no prompt. GUI code generated using PrimalForms community edition and re-written a bit. If you have any comments please ping me via twitter (@bielawb) or e-mail (bartb at aster.pl) check-in: dbd4440bf0 user: unknown tags: trunk
13:10
Easy Migration Script for VMware Using PowerCLI (Version 2.0) – The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature. check-in: b5cf47c91e user: Richard Yaw tags: trunk
13:10
- NOTES check-in: be5a230b92 user: ChristopheCREMON tags: trunk
13:10
Derived from Oisin’s New-ScriptBlockCallback, this is an example of how to do asynchronous sockets in PowerShell. The two functions below enable simple “expect” scripting of socket communications. check-in: 8cbe0ede8b user: Oisin Grehan tags: trunk
13:10
Deploying a VM with Static IP in 3 steps check-in: 6a815811f3 user: Nedko Nedev tags: trunk
13:10
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bdbd8c257c user: Lee Holmes tags: trunk
13:10
This code is a script that sets the width of a div according to client’s monitor resolution. Very useful when we have a varied audience check-in: e96e7a3b6b user: youikar tags: trunk
13:10
Requires mGet-DatastoreList.ps1 check-in: 017847744f user: monahancj tags: trunk
13:10
A version of the VMware Get-Datastore cmdlet that filters out datastore we don’t want to use for VMs by type of datastore and our naming conventions for the datastore naming indicating what kind of data is on the datastore. Line 9 will have to be updated for your own environment. check-in: 389ccbb881 user: monahancj tags: trunk
13:10
This is a batch file … with a PowerShell script inside. It’s my answer to all those “compile your .ps1” solutions that are floating around. Why would you do that, when PowerShell still has to be installed? check-in: 8fddfecb03 user: unknown tags: trunk
13:10
Function, which creates vDS in vSphere PowerCLI check-in: be42bec8ac user: Pavel Dimitrov tags: trunk
13:10
Forces Replication of all DCs in the current Logon Domain. check-in: 2acefd710c user: Chris tags: trunk
13:10
Converting datareader to dataset check-in: 66f8b48c56 user: unknown tags: trunk
13:10
ASP.NET – Using httpContext check-in: 064f65d83f user: ti4funcom tags: trunk
13:10
PowerZip – PowerShell Module that allows you to zip files check-in: d0844c40fa user: ChristopheCREMON tags: trunk
13:10
The .NET framework has the System.Net.IPAddress class which can be used to validate a string as an IP address. I wanted to do the same with IP masks as well and came up with this script. check-in: a207a21dc9 user: Rich Kusak tags: trunk
13:10
The .NET framework has the System.Net.IPAddress class which can be used to validate a string as an IP address. I wanted to do the same with IP masks as well and came up with this script. check-in: a19ff21d7c user: Rich Kusak tags: trunk
13:10
PowerZip – PowerShell Module that allows you to zip files check-in: 55e9a4bdae user: ChristopheCREMON tags: trunk
13:10
PowerZip – PowerShell Module that allows you to zip files check-in: 93bb718f82 user: ChristopheCREMON tags: trunk
13:10
PowerZip – PowerShell Module that allows you to zip files check-in: 6794ee471e user: ChristopheCREMON tags: trunk
13:10
Make it easier to use Watin automation via PowerShell check-in: ab0a953841 user: Joel Bennett tags: trunk
13:10
PowerZip – PowerShell Module that allows you to zip files check-in: dc37563026 user: ChristopheCREMON tags: trunk
13:10
PowerShell Module to manage Windows Scheduled Tasks check-in: eb5e1dbdc6 user: ChristopheCREMON tags: trunk
13:10
PowerShell Module to manage Windows Scheduled Tasks check-in: dcc883a574 user: ChristopheCREMON tags: trunk
13:10
Findup – Find Duplicates, and optionally delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 8690e49588 user: James Gentile tags: trunk
13:10
A Windows PowerShell-script for generating an HTML-report for DFS-R SYSVOL and sending it via e-mail. check-in: bf12bf6f2f user: Jan Egil Ring tags: trunk
13:10
Although Windows Server 2008 R2/Powershell 2.0 includes a FailoverClusters module, it only works on a machine running cluster service and NOT against Windows 2003/2008 clusters. This script provides a library functions for working with Microsft Cluster Services (MSCS) using the WMI MSCluster* class. Base class properties are extended with additional info from association classes. check-in: 4851d4f35c user: Chad Miller tags: trunk
13:10
A module manifest Wrapper for Microsoft’s Operations Manager Shell. Requires Operations Manager Shell on build machine, but resulting module can be copied/used on clients w/o Operations Manager installation. check-in: b3236d39aa user: unknown tags: trunk
13:10
Create a Sharepoint 2010 farm check-in: 41cd1c3aec user: Jos Verlinde tags: trunk
13:10
Get the name of the current (or last) transcription file used in the current session. Requires powershell v2.0. Some things to note: check-in: f6e15ba5d6 user: Oisin Grehan tags: trunk
13:09
Download and install Google Chromium if there is a newer version available. check-in: 5e3860c614 user: MJWJ1 tags: trunk
13:09
This function is an attempt to duplicate the Quest Get-QADUser cmdlet without using any third party snap-ins. If you want to run it against a Global Catalog you simply need to replace LDAP: with GC: and you will want to comment out the lines that pull the password last set and last logon timestamp unless you happen to be replicating those to your GC. check-in: 5a36adfc16 user: Jonathan Walz tags: trunk
13:09
journal mailboxes check-in: 9d613fd8b7 user: unknown tags: trunk
13:09
evac mailboxes check-in: 9b15575665 user: unknown tags: trunk
13:09
It just needs presents under it… check-in: 3bddad9f46 user: Joel Bennett tags: trunk
13:09
Script to create a backup report from Netbackup jobs check-in: b8e965a486 user: Martijn Jonker tags: trunk
13:09
A simple stream-reader implementation suitable for simple interactive script task … check-in: 10d0a308e9 user: Joel Bennett tags: trunk
13:09
Pipe filter which empties working set for any received System.Diagnostics.Process object check-in: 24839b7655 user: amirul tags: trunk
13:09
A pure console screen saver in the vein of the popular CMatrix x-term screensaver. PowerShell 2.0 module, see blog post: http://goo.gl/5QkI5 check-in: 2adadaaa5d user: Oisin Grehan tags: trunk
13:09
Simple Windows form to connect to Live@Edu for the purpose of searching for accounts and resetting their passwords. check-in: 62b52cc8a5 user: unknown tags: trunk
13:09
A man is not old as long as he is seeking something. A man is not old until regrets take the place of dreams. check-in: 49b916ba8e user: Matt Wilson tags: trunk
13:09
Add voice to your Powershell script check-in: 8dc57650fa user: Mike Hays tags: trunk
13:09
A wrapper class for shell shortcut files from vbAccelerator which makes it easy to read & write shell links. check-in: 5682f37451 user: Joel Bennett tags: trunk
13:09
This is another Must Have upgrade, because I screwed up the last one ;-) check-in: db24ad1bce user: Joel Bennett tags: trunk
13:09
Sow nothing, reap nothing. check-in: df82ac9a5a user: Matt Wilson tags: trunk
13:09
Easy Migration Script for VMware Using PowerCLI (Version 2.0) – The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature. check-in: 7544b409a1 user: Richard Yaw tags: trunk
13:09
All Group Policy Objects modified in the specified timespan are backup up to the specified backup path. check-in: df76589f25 user: Jan Egil Ring tags: trunk
13:09
This will perform a basic netstat.exe command and “objectize” its output. check-in: 2ac864da20 user: glnsize tags: trunk
13:09
A function to retrieve available Control Panel Applets along with a description. check-in: 245e324c66 user: unknown tags: trunk
13:09
This script will allow you to set the password for an account on a local or remote machine/s. A report is then generated when done along with an error log. Scripts accepts pipeling input for the computer/s. If any errors are encountered, a log will be generated as well. check-in: c5a9a67edc user: geraldo tags: trunk
13:09
Findup – Find Duplicates, and optionally delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 9a5493bb34 user: James Gentile tags: trunk
13:09
Bulk change account passwords without requiring elevated permissions. check-in: 802279d299 user: unknown tags: trunk
13:09
Test-Port creates a TCP connection to specified port. check-in: 7bc7b3b706 user: BSonPosh tags: trunk
13:09
Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 879a5645cb user: St3v3o tags: trunk
13:09
Another version to compare 2 SQL Tables. Uses code to exclude specified columns from SELECT * check-in: ca48ffbb26 user: Bernd Kriszio tags: trunk
13:09
Compare 2 system.Data.DataSet each containing 1 table check-in: 101dba4b89 user: Bernd Kriszio tags: trunk
13:09
Compare 2 system.Data.DataSet each containing 1 table check-in: 2ad9a16684 user: Bernd Kriszio tags: trunk
13:09
All Group Policy Objects modified in the specified timespan are backup up to the specified backup path. check-in: e8be142074 user: Jan Egil Ring tags: trunk
13:09
Powershell iTunes is a Powershell script which lets you control iTunes over Powershell. check-in: 2bf0b8d154 user: tmaurer tags: trunk
13:09
Module gives functions for managing RemoteApp on Windows 2008 and Windows 2008 R2. check-in: 3a93297aac user: unknown tags: trunk
13:09
function whoami check-in: 9b49d7ba2e user: William tags: trunk
13:09
Suffering from Monday morning due to server failure. Maybe an excuse should be automatically added to mails sent from members of my team. check-in: ad6da4ec26 user: unknown tags: trunk
13:09
The beginnings of a complete rewrite … I’m actually going to recreate the functionality (but not the API) of my HttpRest module based on Hammock … this is just the first function. check-in: 4e3d0f8560 user: Joel Bennett tags: trunk
13:09
This is the second release, but still very raw. Supports OAuth via Installed Application Authentication (a modified form of OAuth where the consumer fetches access tokens using a username and password instead of a request token) ... now includes a sample app for fetching stuff off Yammer. check-in: dd61e66498 user: Joel Bennett tags: trunk
13:09
Findup – Find Duplicates, and optionall delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 0a614ef776 user: James Gentile tags: trunk
13:09
This advanced function will allow you to set the IIS log location on a server or servers. You can specify a single site or perform the task on all sites. Also supports -whatif in the function. check-in: c3d5a29648 user: Boe Prox tags: trunk
13:09
This advanced function can be run against a single server or multiple servers to find the location of the log files for each website configured in IIS. This has been tested against II6 and IIS7. check-in: 8b8313da9d user: Boe Prox tags: trunk
13:09
Example of how to use Treeview Hierarchical databind using Boots. It took me a while to figure this out. Thanks JasonMArcher for your help! check-in: 8d5239849c user: unknown tags: trunk
13:09
All Group Policy Objects modified in the specified timespan are backup up to the specified backup path. check-in: e0652b8732 user: Andy Helsby tags: trunk
13:09
Splits a string (by default, on whitespace), and allows you to pick and chose which pieces are returned. Something like “cut” in bash… check-in: 1c1e5f9816 user: Joel Bennett tags: trunk
13:09
Uses WMI to create a new virtual machine check-in: cc11e14b10 user: unknown tags: trunk
13:09
Convert a URL Encoded address most commonly found in bounce messages into an X500 address that can be added as an alias to the appropriate mail-enabled object. check-in: 7eef78c7ff user: Jon Webster tags: trunk
13:09
This module allows you to manage WSUS from PowerShell. Save code as a .psm1 file and use the Import-Module command for this module. You can approve/decline updates, perform synchronizations, add/remove clients from a target group, create/delete Target groups and much more with currently 40 advanced functions. For more information about this module, please see my blog http://boeprox.wordpress.com/ check-in: 853e31ea12 user: Boe Prox tags: trunk
13:09
This module allows you to manage WSUS from PowerShell. Save code as a .psm1 file and use the Import-Module command for this module. You can approve/decline updates, perform synchronizations, add/remove clients from a target group, create/delete Target groups and much more with currently 40 advanced functions. For more information about this module, please see my blog http://boeprox.wordpress.com/ check-in: d73b33c4f5 user: Boe Prox tags: trunk
13:09
MKLINK – Make Symbolic File and Directory links. Useful for making symbolic links from powershell. check-in: 0670b5cf39 user: James Gentile tags: trunk
13:09
Invokes JQuery (or plain Javascript) commands via InternetExplorer.Application COM object,after initial injection of JQuery reference in header section. check-in: 31560b2bea user: Dirk Bremen tags: trunk
13:09
Invokes JQuery (or plain Javascript) commands via InternetExplorer.Application COM object,after initial injection of JQuery reference in header section. check-in: f7ddb7c5fb user: unknown tags: trunk
13:08
Converts a collection of PowerShell objects into a multi-dimensional array. The first row of the array contains the property names. Each additional row contains the values for each object. check-in: b7e0bf24f3 user: Tome Tanasovski tags: trunk
13:08
Findup – Find Duplicates, and optionall delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 7a20820c66 user: James Gentile tags: trunk
13:08
This script uses query.exe to query local or remote computers and returns back the current logon sessions. This script will only work on Vista and above client OS’s and Windows 2008 and above server OS’s unless a Windows 2003 server is configured as a Terminal Server. check-in: dd1f9e0435 user: Boe Prox tags: trunk
13:08
Findup – Find Duplicates, and optionall delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 9366c30c97 user: James Gentile tags: trunk
13:08
Calculate prime numbers … check-in: ea3f818574 user: Joel Bennett tags: trunk
13:08
hashtable to object function. check-in: 751dd6dd13 user: karl prosser tags: trunk
13:08
Resolves OID value to a Friendly Name and vice versa. The cmdlet resolves both well-known OIDs (used in Internet PKI) and Active Directory forest specific registered OIDs. check-in: 03726de51d user: unknown tags: trunk
13:08
Script to create a NLB-cluster for the CAS/HUB-roles in Exchange Server 2010. check-in: 65c5822cad user: Jan Egil Ring tags: trunk
13:08
This is an old script I had lying around. It has NOT been updated in a long time :) check-in: d347a8daf9 user: unknown tags: trunk
13:08
COMMENT: check-in: d9c4f9615a user: unknown tags: trunk
13:08
UPDATED 2010/10/28: Visually create an instance of an enum with an easy to use menu system. Supports both single value enumerated types and bitmask (flags) enums. Also supports dynamic inline help for enumerated values (help works with powershell.exe host only – ISE is buggy.) PowerShell 2.0 required. This uses uses the new to v2 IHostUISupportsMultipleChoiceSelection interface. check-in: 15922c65d6 user: Oisin Grehan tags: trunk
13:08
Findup – Find Duplicates, and optionall delete them. C# version of the powershell script FindDupe.ps1, C# version is probably 100 times faster though. check-in: 6e77b15a2f user: James Gentile tags: trunk
13:08
hashtable to object function. check-in: a063be42c1 user: karl prosser tags: trunk
13:08
Visually create an instance of an enum with an easy to use menu system. Supports both single value enumerated types and bitmask (flags) enums. Also supports dynamic inline help for enumerated values (help works with powershell.exe host only – ISE is buggy.) PowerShell 2.0 required. This uses uses the new to v2 IHostUISupportsMultipleChoiceSelection interface. check-in: 4ce0512d52 user: Oisin Grehan tags: trunk
13:08
Based on poshcode.org/753 – minor mods to support new mandatory authentication parameters in Lab Manager 4.x. check-in: 377bc54890 user: oldsienna tags: trunk
13:08
PowerBot is my IRC bot written in PowerShell script using SmartIrc4Net There’s a bit more to it than this, but this is the basic script, and all you have to do is add your own commands! Of course, you could also add your own additional message handlers and make a chatter-bot or whatever you like. Please share your mods back here! check-in: 553c13b114 user: avianses tags: trunk
13:08
Module for communicating with FTP server check-in: b05236610f user: Noldorin tags: trunk
13:08
This sample was put together with Jaykul’s help and bits and pieces were taken from the Sample.ps1 distributed with PowerBoots. It requires the current changeset of PowerBoots. Not the 0.2 beta. check-in: 91005b80ab user: foureight84 tags: trunk
13:08
Change the extension on files check-in: 2977437172 user: unknown tags: trunk
13:08
Helpers for working with .Net classes: Get-Constructor, Get-Assembly, Add-Assembly, Get-Type check-in: fdeff8f60c user: Joel Bennett tags: trunk
13:08
Autoload function like the Korn shell — can inject functions to modules. check-in: 8495e982b7 user: Joel Bennett tags: trunk
13:08
Get the Windows Experience Rating check-in: 6768fc45ba user: unknown tags: trunk
13:08
More C# than PowerShell. A script to return DHCP client leases from a DHCP server. check-in: c757834749 user: unknown tags: trunk
13:08
Updated for current PowerBoot (latest chackin) check-in: eb29e7aee0 user: Joel Bennett tags: trunk
13:08
Sample ScriptingAgentConfig.xml for working with the Exchange Server 2010 Scripting Agent cmdlet extension agent. check-in: 761e8fd537 user: Jan Egil Ring tags: trunk
13:08
This sample was put together with Jaykul’s help and bits and pieces were taken from the Sample.ps1 distributed with PowerBoots check-in: cf60e73d41 user: foureight84 tags: trunk
13:08
help needed check-in: e44793599a user: unknown tags: trunk
13:08
An attempt to resolve namespace clashes without overwriting functions … check-in: c460643976 user: unknown tags: trunk
13:08
A pair with ConvertTo-CliXml — this version closes and disposes the string reader handle. check-in: 14f48d81bb user: David Sjstrand tags: trunk
13:08
Export-CliXml and Import-CliXml only work with files. This is an implementation for sending CliXML directly to the pipeline. Requires PowerShell 2.0 check-in: c43d642d7a user: David Sjstrand tags: trunk
13:08
A Write-Output replacement with the option to output collections that don’t unwrap. check-in: 7ced72fad0 user: Joel Bennett tags: trunk
13:08
By way of demonstrating how the -Confirm parameter affects $ConfirmPreference and thus the output of cmdlets called in a script. check-in: 7f1644ee78 user: unknown tags: trunk
13:08
Enhanced error handling check-in: c1352251ba user: Lee Holmes tags: trunk
13:08
Yet another find text in text files, this time with context, too. check-in: da9e50e683 user: David Mohundro tags: trunk
13:08
Sets a very subtle windows transparency for powershell. check-in: 673ea1e5f8 user: Jachin tags: trunk
13:08
I wrote this based on ConvertTo-CliXml. This takes a xml string from the pipeline and converts it to objects. check-in: 8aaab5a669 user: David Sjstrand tags: trunk
13:08
Export-CliXml and Import-CliXml only work with files. This is an implementation for sending CliXML directly to the pipeline. Probably needs v2 powershell (not tested in v1). check-in: 59e1affc90 user: Oisin Grehan tags: trunk
13:08
Provides an easy way to change the text encoding on a lot of scripts at once. check-in: 09359ed9d1 user: Jason Ferris tags: trunk
13:08
Collection of functions to Shutdown, Reboot, Logoff, Standby(sleep) or Hibernate your computer. check-in: d0f0a83bf1 user: TJdot tags: trunk
13:08
Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout. check-in: 6d11f0c83d user: Chad Miller tags: trunk
13:08
Opens the MSDN web page of an object member: type, method or property. check-in: 51462a6c7b user: Shay Levy tags: trunk
13:08
Creates a SQL Server table from a DataTable using SMO. check-in: 960a23975d user: Chad Miller tags: trunk
13:08
Writes data only to SQL Server tables. However, the data source is not limited to SQL Server; any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance. check-in: 0499519f90 user: Chad Miller tags: trunk
13:08
A module for updating the machineKey element in some or all of the web.config files on a server at once. check-in: e9d2e1dd52 user: Joel Bennett tags: trunk
13:08
A demo script which work against remote session output as well as local output: check-in: 98e90b1b53 user: unknown tags: trunk
13:08
I created this function to generate a new PowerShell Script template. It will prompt for the name of the script you want to create (don’t need to add the .ps1 extension) and the email (don’t need to add email) then it will create the template in the C:\Scripts directory (Dir should already exist) check-in: 8249cddfcc user: unknown tags: trunk
13:08
Generate Cryptographically Random Bytes, using RNGCryptoServiceProvider, and optionally format them as strings. check-in: 3a35ec2ff9 user: unknown tags: trunk
13:08
A function to join a domain check-in: cac862858b user: Andy Schneider tags: trunk
13:07
An example of making “custom objects” with strongly-typed properties, custom enumeration/validation and error messages. check-in: bf25145342 user: unknown tags: trunk
13:07
The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature. check-in: d6d1520f44 user: unknown tags: trunk
13:07
Based on poshcode.org/753 – minor mods to support new mandatory authentication parameters in Lab Manager 4.x. check-in: 2efb859dd5 user: oldsienna tags: trunk
13:07
Generates a simple dataset based on the files in the current directory. I whipped this up while answering questions about databinding because I needed to be able to create multiple DataSets/DataTables easily, without needing an actual database. check-in: 7873b821dd user: Joel Bennett tags: trunk
13:07
Description check-in: 0f0effd51d user: Carter Shanklin tags: trunk
13:07
Datagrid Xaml layout needed for Boots DataGrid binding example http://poshcode.org/2259 check-in: 959c686d73 user: foureight84 tags: trunk
13:07
Bind DataGrid to an object array using Powerboots check-in: 08adb241ef user: foureight84 tags: trunk
13:07
This is the final version of PoshCode ISE addon for uploading scripts to PoshCode.org from PowerShell ISE. You can upload scripts in two ways. First method is to select all or part of the script and upload it by pressing CTRL+ALT+C. And, the second method is to just press CTRL+ALT+C. This way you can upload all contents without any selection. check-in: d9f09c8f31 user: ravikanth_chaganti tags: trunk
13:07
TreeView check-in: 0373144083 user: unknown tags: trunk
13:07
PowerShell ISE addon for PoshCode script uploads check-in: a93e6880eb user: unknown tags: trunk
13:07
Find matching members in a local group check-in: 381daac6d5 user: Hal Rottenberg tags: trunk
13:07
Find matching members in a local group check-in: 72a2ecd081 user: Hal Rottenberg tags: trunk
13:07
This script will help detect vulnerable configuration for the Padding Oracle check-in: 749f49a6e9 user: Jerry George tags: trunk
13:07
Some functions for drawing mini-buffers. Please try the two demo functions included! check-in: a1e10e5f74 user: Joel Bennett tags: trunk
13:07
Password gerneration function originally posted on PoshCode.org by Sean Kearney. Without any arguments, Get-NewPassword generates an 8 character password with upper, lower, and numeric characters. It can accept 2 options, the first is password length (up to 94 chars) and the other is complexity (1 to 4). I had to modify the code so that it wouldn’t create repeating characters. The code may be ugly, but it’s because I am a network admin and not a programmer. I hope it helps someone. check-in: 288aac4271 user: johnwcannon at gmail dot com tags: trunk
13:07
Function to test if a file is writable. Uses the .openwrite() method to test and returns a boolean. check-in: c460768058 user: JimbobNet tags: trunk
13:07
Function to test if a file is writable. Uses the .openwrite() method to test and returns a boolean. check-in: 0ec2ff5c23 user: JimbobNet tags: trunk
13:07
Script to translate Service DACL’s into HRL (Human Readable Language) :) check-in: 985e9083da user: Claus T Nielsen tags: trunk
13:07
Export 2007/2010 usermailbox to PST located on File Share check-in: 656b7cdbc6 user: unknown tags: trunk
13:07
You can just copy paste this entire script to your PowerShell ISE profile script. This script will take care of saving your ISE preferences such as color schemes, font styles, etc. You can change any of these values and this script will take care of storing and re-storing those preferences everytime you open ISE. check-in: 1379b003c2 user: Ravikanth Chaganti tags: trunk
13:07
This script will create a new System Center Configuration Manager (SCCM) 2007 Collection. check-in: 37800c74d1 user: Andy S tags: trunk
13:07
This invokes a command exclusively check-in: 9cc8c844d0 user: bassamf tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c370d94e07 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d29c2fed70 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6a6147bca6 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 347d24e7ba user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 262e6b56f3 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c4c2560eec user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: fba69200ab user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 0d70bfe86c user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6d2914124f user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: b2a527d175 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: b231d9a0a1 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c24bef6a13 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 8526abbace user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 0b638f8c75 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 8b5f9c61e9 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 60e4e3d337 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9af81476f3 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 0b26434a8c user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9af5f81f4e user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9eeb6cd01e user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 78a552f9c6 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9c9d278d68 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9956e37e2b user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: e0174ed8c2 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 17a9e92447 user: Lee Holmes tags: trunk
13:07
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: a589343eba user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ecad39612f user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: a8a5a7144c user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 2ff3dcd205 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 231719387a user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 320bcf34f1 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6b41d99eca user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 69685c6c3d user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 8da651434e user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ae854ebfb9 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 98e35b771c user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d4a2e8c740 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: fcdf4a3a32 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: a67d796c4c user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 7377999218 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: dbf79e3fb4 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 88fa6ad47b user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: b0abba9373 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d997dc9e05 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 3dfba10b0a user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: f2f5f6017f user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 52ccb53c5b user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d62ad63f2a user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bba4f6e13a user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ef95f0999d user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ee4f22a7fe user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: dec706c655 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: f985b273a3 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 21c8affae4 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bff95b023f user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 28cedd0aa3 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: e4873ad3c8 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 3d63760bc3 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d81d875030 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 858f5724b4 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d5b9482cc3 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: e64ee469f2 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 343b954e1c user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6b73529a34 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 4541ab35a7 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bc3416d557 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 2a3d71e629 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c22107875b user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 149a2d1cae user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 4b27884ee7 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6c49431de9 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 76886b5164 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 7e7f74ed46 user: Lee Holmes tags: trunk
13:06
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 0b867601ae user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 06bddc8c83 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 58fb5474ab user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ef5798fbdf user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 79c9a1e12b user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 37ba8f78c0 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: cdb91a83c5 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 17a43306eb user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 3e2bfc94b8 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 503bbd5349 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 5b1659394a user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9e23ce0edf user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 1f210a23c1 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d0fc3074b1 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: d9512c3c9b user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: deff60274a user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 42c8cdfc31 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bd085a29fa user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 5dbfc3b835 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 31268d8dc3 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: a5b069147c user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 9a19a76b74 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 38aabab23e user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 8c77eb2bc2 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 4537f544fc user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c9e9c7b800 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: bb7cf29030 user: Lee Holmes tags: trunk
13:05
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 94b16c4eb9 user: Lee Holmes tags: trunk
13:05
Audit Folders/Shares and Export to Excel check-in: eb7c103e37 user: DigitalAsylum tags: trunk
13:05
This script allows you to convert one or more CSVs into an Excel file with each CSV being a new worksheet in excel. The worksheet name will be the name of the file with the exception of the extension. So a file called test.csv will be named ‘test’. CSVs can be piped into the function or you can use the -inputfile parameter to accomplish this. check-in: b52c1f67a4 user: Boe Prox tags: trunk
13:05
Use this to upload one or more files to a SharePoint document library. Should also work with any WebDAV service, although that hasn’t been tested. The filename parameter expects fileinfo objects. Easiest way to do so is to pass them on the pipeline from Get-ChildItem. This script is a refinement of a technique that I first saw here: http://blogs.flexnetconsult.co.uk/colinbyrne/PermaLink,guid,a326572f-8f78-4c80-86d5-1fe52cbd6fe5.aspx. check-in: 5220f14b40 user: halr9000 tags: trunk
13:05
Find an Application on remote list of computers. check-in: 70efc53d75 user: Sean Kearney tags: trunk
13:05
Creates a SQL Server table from a DataTable using SMO. check-in: c748193495 user: Chad Miller tags: trunk
13:05
Creates a DataTable for an object, based on script by Marc van Orsouw check-in: 2f15a2ed96 user: Chad Miller tags: trunk
13:05
Writes data only to SQL Server tables. However, the data source is not limited to SQL Server; any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance. check-in: ded2d97798 user: Chad Miller tags: trunk
13:05
Power Shell 1 script used to grab mailbox stats for a Exchange 2007 server. It saves the information into a .csv file by changing the $OUTFILE variable. check-in: 1440602e65 user: Hinkle tags: trunk
13:05
Creates a DataTable for an object, based on script by Marc van Orsouw check-in: a6fae1ee0f user: Chad Miller tags: trunk
13:05
This function can send WOL packages. Note that this a modified version of code already floating online. You need to specify the Mac address as a string. Optionally use -Ports (0,1000) to specify the udp ports. (use -verbose to show which pacakges are being send). check-in: ff2effcac2 user: FrankSpierings tags: trunk
13:05
Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout. check-in: 00797fa518 user: Chad Miller tags: trunk
13:05
Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout. check-in: ef485bb9b8 user: Chad Miller tags: trunk
13:05
A DOS cmd script to show how your arguments look to “native” console apps check-in: d8df007c55 user: unknown tags: trunk
13:05
This script will allow you to set the password for an account on a local or remote machine/s. A report is then generated when done along with an error log. Scripts accepts pipeling input for the computer/s. If any errors are encountered, a log will be generated as well. check-in: 89078e96e1 user: Boe Prox tags: trunk
13:05
This script will allow you to set the password for an account on a local or remote machine/s. A report is then generated when done along with an error log. Scripts accepts pipeling input for the computer/s. If any errors are encountered, a log will be generated as well. check-in: af16d2fa36 user: unknown tags: trunk
13:05
http://georgemauer.net/blog/enabledisable-fusionlog-powershell-script/ check-in: 35db00eb65 user: George Mauer tags: trunk
13:05
My current (WPF 4 compatible) PowerBoots-based Presentation Module. REQUIRES PresentationFrame.xaml and, of course, PowerBoots check-in: 0e305c74b8 user: Joel Bennett tags: trunk
13:05
A required file for my PowerShell Presentation module check-in: b39cb9df82 user: unknown tags: trunk
13:05
A script to do a query on a remote registry key or value. check-in: 4e2c37c193 user: Joel Bennett tags: trunk
13:05
Generates a self-signed certificate authority and a code-signing certificate using OpenSSL check-in: 0fd9fc6f95 user: Joel Bennett tags: trunk
13:05
just a quick re-write of gmagerr’s Powershell Template script to enable his template to create Powershell ISE help-comment based structure which I often use; I just put this function into an add-isemenu custom menu array. Thanks to gmagerr for the structure I just added a couple of things (most of which work fine!). thx for the base gmagerr. check-in: 8febf5243d user: biryani tags: trunk
13:05
I’ve tweaked New-SshSession again, this time it supports multiple parameter sets (including one with the password in plain text, and one which takes a PSCredential). check-in: 889dd55cb9 user: Joel Bennett tags: trunk
13:04
In this JSON module, I have a full set of tools for exporting, importing, and converting Json objects (including arbitrary objects). See comments in script header for usage examples, but basically, you can do things like: check-in: c27af2ca7c user: Joel Bennett tags: trunk
13:04
Upgraded more functions to PowerShell 2.0 [CmdletBinding()] check-in: a8e65ba498 user: Joel Bennett tags: trunk
13:04
This is my profile script … it contains a few things that are specific to my setup (particularly: which modules I load, and the scripts which I Autoload), but they are all available here on PoshCode.org :-) check-in: f530b18341 user: Joel Bennett tags: trunk
13:04
My command Prompt — I recently added a “Pastable” option so that I can safely copy-paste a commandline and have it run without having to manually edit out my prompt. check-in: d656a92e90 user: Joel Bennett tags: trunk
13:04
You need to download and unpack LoreSoft.MathExpressions.dll into your Documents\WindowsPowerShell\Libraries or tweak this module. check-in: ebf442b08f user: Joel Bennett tags: trunk
13:04
I created this function to generate a new PowerShell Script template. I’ve modified it to prompt for the file name, eMail, and finally you can add a comment. The tricky part was trimmimg the comment so it would wrap properly. I use this all the time. Enjoy. check-in: b3aa09b0ed user: gmagerr tags: trunk
13:04
This Script allows testing of newly sequenced App-V apps without having to specify the file:// URL in the OSD, or distributing via the App-V infrastructure or SCCM. It scans a directory and loads all XML manifests for app-v packages in that directory, overriding the default distribution URLs. check-in: b046a59e70 user: jgrote tags: trunk
13:04
Check to see if users passwords will expire in X days and send them an email notification. This script was written using the Active Directory cmdlets bundled with Server 2008 and Powershell 2.0 check-in: 9cc3e07463 user: St3v3o tags: trunk
13:04
Add a type property to the VirtualHarddisk object to associate a disks type…. too big to past into twitter :D check-in: fa63524da9 user: unknown tags: trunk
13:04
Power Shell 1 script used to grab mailbox stats for a Exchange 2007 server. It saves the information into a .csv file by changing the $OUTFILE variable. check-in: f73175edc4 user: Hinkle tags: trunk
13:04
Script to run daily send/receive reports in .csv format on a Exchange 2007 server using Power Shell 1. check-in: d2d1c62fa7 user: Hinkle tags: trunk
13:04
COMMENT: check-in: a19fff10ed user: Stephen Wheet tags: trunk
13:04
COMMENT: check-in: dddc967069 user: Stephen Wheet tags: trunk
13:04
Get-FileEncoding function determines encoding by looking at Byte Order Mark (BOM). check-in: ffb9b4efc9 user: Chad Miller tags: trunk
13:04
Remotely force WSUS Check on Servers within your network. Powershell remoting must be enabled. check-in: 805a8644c9 user: St3v3o tags: trunk
13:04
Update AD Security Group with users that have attribut X set. This script does all updates on the PDC emulator. check-in: 62a96998e8 user: St3v3o tags: trunk
13:04
Check to see if users passwords will expire in X days and send them an email notification. This script was written using the Active Directory cmdlets bundled with Server 2008 and Powershell 2.0 check-in: a0ce6aace5 user: unknown tags: trunk
13:04
Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 3593e26413 user: St3v3o tags: trunk
13:04
Invoke generic method definitions (including static methods) from PowerShell. check-in: 3cafa218f1 user: Joel Bennett tags: trunk
13:04
Get-FileEncoding function determines encoding by looking at Byte Order Mark (BOM). check-in: bc382390a3 user: Chad Miller tags: trunk
13:04
A simple function for connecting a UNC path to a specified Windows drive letter. Some other things I’d like to see added: check-in: 702162cc21 user: mtown_nerd tags: trunk
13:04
Displays private fields of passed object. This function is useful only if you want to want to see what is under the hood in powershell check-in: 9bf3e91c05 user: Andrew Savinykh tags: trunk
13:04
Splits a string (by default, on whitespace), and allows you to pick and chose which pieces are returned. Something like “cut” in bash… check-in: ef604b8ed8 user: Joel Bennett tags: trunk
13:04
Enable aero “glass” effects for the regular powershell 2.0 console (not ISE) – vista or above, powershell 2+ and aero-compatible gfx card. check-in: 4502475d88 user: Oisin Grehan tags: trunk
13:04
Takes a fixed format CSV and pumps out clones from a template. Easily modified to do clones of a VM or create new VMs. Some of the restrictions mentioned in the notes appear to be fixed with VMware ESX v4.1. check-in: 56de1423e0 user: monahancj tags: trunk
13:04
ConvertFrom-PropertyString 3.0 can convert ini files, property files, and other flat key-value data strings into PSObjects. check-in: c4c2f2f34b user: Joel Bennett tags: trunk
13:04
Notifies other processes that the global environment block has changed. This lets other processes pick changes to ENV: without having to reboot or logoff/logon. A non-zero result from SendMessageTimeout indicates success. check-in: cce4780579 user: Oisin Grehan tags: trunk
13:04
A function to migrate a single user in the Active Directory Migration Tool, based on the sample script Invoke-ADMTUserMigration.ps1: http://poshcode.org/2046 check-in: e20f247bab user: Jan Egil Ring tags: trunk
13:04
A function to migrate a single user in the Active Directory Migration Tool, based on the sample script Invoke-ADMTUserMigration.ps1: http://poshcode.org/2046 check-in: 60723522bd user: unknown tags: trunk
13:04
This is an example on how to script the Active Directory Migration Tool (ADMT) using PowerShell. check-in: b53178488b user: Jan Egil Ring tags: trunk
13:04
Enable .Net 4 and \\UNC path modules for PowerShell, PowerShell_ISE and even wsmprovhost.exe by using this app.config. check-in: a993c35e9d user: Joel Bennett tags: trunk
13:04
Enable .Net 4 and \\UNC path modules for PowerShell, PowerShell_ISE and even wsmprovhost.exe by using this app.config. check-in: 21de747283 user: Joel Bennett tags: trunk
13:04
A wrapper for DataSvcUtil to generate web service proxies in-memory for OData services like NetFlix (which are not handled correctly by PowerShell’s built-in New-WebServiceProxy). check-in: 402a535ad7 user: Joel Bennett tags: trunk
13:04
A function that allows me to query DNS on my internal servers for Domain Controllers check-in: 8d4801c26d user: unknown tags: trunk
13:04
A wrapper for DataSvcUtil to generate web service proxies in-memory for OData services like NetFlix (which are not handled correctly by PowerShell’s built-in New-WebServiceProxy). check-in: 9dbf477e26 user: Joel Bennett tags: trunk
13:04
This scConvertTo-Hex S-1-5-21-357043131-537017027-1947940980-1289ript will convert a security identifier (SID) in string format to its hexadecimal equivalent. e.g. check-in: d9522ce826 user: S-1-5-21-2398571 tags: trunk
13:04
A few miscellaneous enhancements to HttpRest for pipelining urls, and the beginning of documentation … check-in: 8bbf433859 user: Joel Bennett tags: trunk
13:04
Checks whether MSDTC is enabled for network access. By default MSDTC network access is disabled. This feature is needed by SQL Server Linked Servers check-in: 1a8263fceb user: Chad Miller tags: trunk
13:04
Gathers data from Exchange mailbox servers. check-in: ccb20a215b user: Karl Mitschke tags: trunk
13:04
Get-EmptyGroup: Function to find empty groups in Win2000/2003/2003R2/2008 domains. check-in: a0be759133 user: unknown tags: trunk
13:04
This script has a function that allows you to take a screenshot of the entire desktop or of an active window. Also includes option to save the screenshot to a file. check-in: 3d53b085b5 user: Boe Prox tags: trunk
13:04
Generating error report bundle for VMware PowerCLI / vSphere check-in: b29f5c4fec user: unknown tags: trunk
13:04
Generating error report bundle for VMware PowerCLI / vSphere check-in: 6aea18b059 user: unknown tags: trunk
13:04
This function will determine whether the local operating system architecture is 64-bit. This has been converted to PowerShell from the original C# code produced by Stefan Schultze check-in: de7cce50cb user: George Howarth tags: trunk
13:04
Error handling with PowerCLI 4.1 check-in: 78322f13a3 user: Yasen Kalchev tags: trunk
13:04
Deploying a VM with Static IP in 3 steps check-in: 4e2dc318ec user: Nedko Nedev tags: trunk
13:04
Deploying VM with static ip in 3 steps check-in: 8b8c25dd0d user: Nedko Nedev tags: trunk
13:04
Deploying a VM with Static IP in 3 Lines check-in: f6644c54ed user: Nedko Nedev tags: trunk
13:04
4 lines of PowerShell to wrap that C# class and show you how to use it… (with Add-Type -Path) check-in: a536bf2c3a user: Joel Bennett tags: trunk
13:04
A C# class (use with Add-Type -Path) that encapsulates the desktop APIs… check-in: 78095fa0c1 user: Joel Bennett tags: trunk
13:04
Enumerate the Parameters of a command by ParameterSet, including DynamicParameters check-in: 1c0f701bbb user: Joel Bennett tags: trunk
13:03
This script was written to test comment based help. In current version supports only v2 comments. Only minimal tests, so there may be some bugs… check-in: 72f621265b user: BartekB tags: trunk
13:03
Deploying VM with static IP in 3 lines check-in: 519d09f6d4 user: unknown tags: trunk
13:03
Deploying VM with static IP in 3 lines check-in: 7f70145421 user: unknown tags: trunk
13:03
There are problems with displaying modal dialogs from PowerShell in XP SP3. When the ShowDialog() method is called, the dialog is not modal and is behind the PowerShell window. To solve this problem, you need to add a class that implements System.Windows.Forms.IWin32Window and instantiate that class with the handle to the main window of the running process, and then pass that handle as a parameter to the ShowDialog() method to make the dialog act modally. check-in: a23bab7826 user: George Howarth tags: trunk
13:03
Set’s the screen resolution on the primary monitor using Win32 API check-in: b6a3565b1a user: unknown tags: trunk
13:03
A simple image resizer … check-in: 89e0b9ee25 user: Joel Bennett tags: trunk
13:03
Function to send text messages (SMS) from Windows PowerShell using the Microsoft Outlook SMS Add-in. check-in: 9af2add2d7 user: Jan Egil Ring tags: trunk
13:03
This is a .ps1xml file for use with Update-TypeData … it adds methods onto the COM object for GetProperty (including support for parametrized properties), SetProperty, and InvokeMethod. check-in: e4a187e741 user: unknown tags: trunk
13:03
A function to rename a computer check-in: 35cb78fbd2 user: Andy Schneider tags: trunk