Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
244 check-ins using file Set-Wallpaper-CTP2.ps1 version 84e8774275
2018-06-10
| ||
13:53 | Stop service and associated Pid. Sometimes homegrown win32 services has its Pid still terminating gracefully in the background for quite a while. This function allows to wait indefinitely, or after some time, kill the associated Pid. check-in: cd1effcb8f user: Daniel Cheng tags: trunk | |
13:53 | These functions retrieve information about tv show airdates. They are used as a part of my “home automation with powershell”-project. check-in: 6901c990fe user: DollarUnderscore tags: trunk | |
13:53 | This is a first stab at creating a little DSL to generate XML. Note that I used System.Linq.XML (and output an XDocument) instead of the old XmlDocument… This means you have to have .Net 3.5 (LINQ) installed. It also means that if you want to be able to use the output via PowerShell’s magic XML dot-notation, you have to cast it to XmlDocument, just write: [xml]$xml = New-XML ... check-in: 63cb36d230 user: Joel Bennett tags: trunk | |
13:53 | 93ef94849b2d23cc2b73a9a4aaecbdfc60e6f6fd71c38f7dffbd553c45b31c894b6e37e3ec4221ad5496aa7a67925f79d2866748e5e3e00758dbfa386523306e check-in: 1604dec8c8 user: socialhype tags: trunk | |
13:53 | IMCEAEX-_O=CENTEGRA_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=REF0428@centegra.com check-in: 3f03b9ef8f user: Rohit tags: trunk | |
13:53 | Set environment variables stickily check-in: 84347d7bc0 user: Joel Bennett tags: trunk | |
13:53 | A function to join a domain check-in: f9352a789f user: unknown tags: trunk | |
13:53 | Set environment variables stickily check-in: 07d0557bf3 user: Joel Bennett tags: trunk | |
13:53 | Advanced Function to get local members. Some of text-fetching going on, but it will hopefully work on your machine aswell. check-in: 8bb0092947 user: DollarUnderscore tags: trunk | |
13:53 | D:AI(A;ID;FA;;;BA)(A;ID;FA;;;S-1-5-21-890363662-2940963259-810455757-8306)(A;ID;FA;;;S-1-5-21-890363662-2940963259-810455757-9657)(D;ID;FA;;;S-1-5-21-890363662-2940963259-810455757-6336)(A;ID;FA;;;SY)(A;ID;FA;;;S-1-5-21-890363662-2940963259-810455757-500)(A;ID;0×1200af;;;BU)(A;ID;FA;;;DA) check-in: ca21b3e8be user: Matthew Graeber tags: trunk | |
13:53 | Buying groceries with PowerShell, because why not? ;-) check-in: cd3f7bedc0 user: DollarUnderscore tags: trunk | |
13:53 | Functions to copy and paste to the clipboard. check-in: 64768aaf3a user: Public Domain tags: trunk | |
13:53 | In your server environments sometimes to get the details of printers on a print server people need to log-in to the print server, open MMC console, go to print management, add servers and then get to see the printer details. check-in: beb3801aa3 user: Anupam Majhi tags: trunk | |
13:53 | Simple script for work with recycle bin check-in: e44b179e6b user: unknown tags: trunk | |
13:53 | Audit script by Alan Renouf, Usage: Audit.ps1 ‘path’ path needs to be in single quotes. The file needs to be a plain text list of computers to be audited one on each line. Output will be a htm file for each server with detailed system information. Any comments please contact me. check-in: ef00bd53e9 user: alanrenouf tags: trunk | |
13:53 | Audit script by Alan Renouf, Usage: Audit.ps1 ‘path’ path needs to be in single quotes. The file needs to be a plain text list of computers to be audited one on each line. Output will be a htm file for each server with detailed system information. Any comments please contact me. check-in: 3e45b16a9a user: alanrenouf tags: trunk | |
13:53 | A simple datastorage module for the #PowerShell IRC bot which serves as a simple example of how to use Beefarino’s SQLite Provider check-in: cea2bffc8a user: Joel Bennett tags: trunk | |
13:53 | This script recurses through the directory in the $path variable checks which files check-in: cc47d4c2ea user: DBAWithABeard tags: trunk | |
13:53 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 2a49df9c07 user: leventilhan tags: trunk | |
13:53 | Script for vSphere SysLog Collector. Uses IP address from directories created for each esxi host to do a DNS lookup and create shortcuts for those folders based on the returned DNS of the esxi host check-in: 10b162081d user: Cory Murdoch tags: trunk | |
13:53 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: e058429336 user: bonioctavianus tags: trunk | |
13:53 | Script is commented for explanation of each step check-in: 52316bbabb user: greg zakharov tags: trunk | |
13:53 | A function to parse tables out of HTML files and return them as PowerShell objects. check-in: 01f048c079 user: Carter Shanklin tags: trunk | |
13:53 | This module is a hack to add union types to PowerShell. check-in: ee7c3efd49 user: Public Domain tags: trunk | |
13:53 | This is a little script I wrote to logoff all users on the box except for myself. Clearly it can be cleaned up a little, making it more flexible, but thought I would share anyways. check-in: 79156ce49c user: testing tags: trunk | |
13:53 | This is a little script I wrote to logoff all users on the box except for myself. Clearly it can be cleaned up a little, making it more flexible, but thought I would share anyways. check-in: 6cbc3125f3 user: Nigel Stuke tags: trunk | |
13:53 | Advanced function used to test UDP or TCP port/s on one or more systems to determine if it is open or not. check-in: a7d2e3ba9e user: Boe Prox tags: trunk | |
13:53 | A function to set an IP Address check-in: dfcc266c36 user: Andy Schneider tags: trunk | |
13:53 | Logging function for Powershell v2. Needed to address current Powershell logging limitations. See a discussion about said limitations here: http://jdhitsolutions.com/blog/2011/03/powershell-automatic-logging/#comment-2899 . check-in: b9669ef17c user: Will Steele tags: trunk | |
13:53 | Logging function for Powershell v2. Needed to address current Powershell logging limitations. See a discussion about said limitations here: http://jdhitsolutions.com/blog/2011/03/powershell-automatic-logging/#comment-2899 . check-in: af4d78d608 user: Will Steele tags: trunk | |
13:53 | A function to set an IP Address check-in: c18fdba42b user: Andy Schneider tags: trunk | |
13:53 | Show-ConsoleMenu shows a vertical “menu” in the console and allows you to pick numeric items from it. check-in: 4fe8a658d7 user: Joel Bennett tags: trunk | |
13:53 | Shows a vertical “menu” in the console and allows you to pick numeric items from it. check-in: 0173b6f242 user: Joel Bennett tags: trunk | |
13:53 | Get-FileEncoding function determines encoding by looking at Byte Order Mark (BOM). check-in: 6fb88d3112 user: Chad Miller tags: trunk | |
13:53 | Sets properties for a given user local username. check-in: f660cf43a5 user: Andy Arismendi tags: trunk | |
13:52 | Retrieves harddrive model name without WMI check-in: 30f60b8586 user: greg zakharov tags: trunk | |
13:52 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: cb1baac3e4 user: St3v3o tags: trunk | |
13:52 | A function to set a sql connection string in a web.config file check-in: 958c25595e user: unknown tags: trunk | |
13:52 | I could not find a solution that checks if a user is in local admin groups that can handle a situation if the user is there indirectly, that is a member of a group that is a part of the admin group. The below is what I came up with. The $env:USERDOMAIN part is iffy, since it depends on the account the script is run under, but that was enough for my purposes. Also it seems to detect the membership correctly even for local users and for users that are not local and not in the $env:USERDOMAIN domain, which is good check-in: d6916d0c8c user: zespri tags: trunk | |
13:52 | Verify user is administrator check-in: 634e3b1691 user: skourlatov tags: trunk | |
13:52 | Somebody says that there is no CompatUI (COM object) in Windows 7, someone says the opposite. I found it on my copy of Win7 but I’m not sure what it’s a standard library – probably it’s a rudiment of WinXP. check-in: f005d83981 user: greg zakharov tags: trunk | |
13:52 | Simple function that determines whether a pair of IP’s are on the same subnet, given a specified mask. check-in: 227319893e user: dragonmc77 tags: trunk | |
13:52 | Add to top of your scripts and the script will automatically create a log file called <script name>.log to the AppData folder check-in: 116b98948c user: shauncroucher tags: trunk | |
13:52 | Add to top of your scripts and the script will automatically create a log file called <script name>.log to the AppData folder check-in: ad336c6ee0 user: shauncroucher tags: trunk | |
13:52 | Correctly works with reparse points check-in: 597c369559 user: Robespierre tags: trunk | |
13:52 | Prints DLL exported functions list. check-in: 584178d9fb user: greg zakharov tags: trunk | |
13:52 | Get what Windows features are installed, check if there is a Best Practice for it available, run the BPA and filter results for anything that isn’t informational and dump it to text file check-in: 8dee4f411d user: PWilkinson tags: trunk | |
13:52 | Get what Windows features are installed, check if there is a Best Practice for it available, run the BPA and filter results for anything that isn’t informational. check-in: 0e7121c828 user: PWilkinson tags: trunk | |
13:52 | Out-Wiki – converts cmdlets help to media wiki (wikipedia) format check-in: cdbdfdf28a user: unknown tags: trunk | |
13:52 | This script can be run on a secondary Network Policy Server and will mirror the configuration from the specified Primary Server, simplifying the management of a redundant or distributed configuration. This script is designed to run as a Scheduled task. check-in: 5234bc5bd4 user: JGrote tags: trunk | |
13:52 | CorpTools.psd1 check-in: b0623715ae user: Don Jones tags: trunk | |
13:52 | Corp.format.ps1xml check-in: d898489223 user: Don Jones tags: trunk | |
13:52 | CorpTools.psm1 check-in: e42532a8cd user: Don Jones tags: trunk | |
13:52 | Final script module manifest check-in: 8f1ae0da4c user: Don Jones tags: trunk | |
13:52 | Final script module check-in: 637286ba54 user: Don Jones tags: trunk | |
13:52 | Final XML formatting view check-in: 81775d8234 user: Don Jones tags: trunk | |
13:52 | This only works PowerShell v2.0 CTP2, and youll need to save it as AutoMount.psm1 in a directory under your documents folder like so (vista example): check-in: 2f8a3b8c16 user: unknown tags: trunk | |
13:52 | Check All Active Directory Computers For IP Address check-in: 0ea7928242 user: unknown tags: trunk | |
13:52 | Find matching members in a local group check-in: e4c324a234 user: Hal Rottenberg tags: trunk | |
13:52 | The following changes were made: check-in: 20a4cb8bfd user: Peter Kriegel tags: trunk | |
13:52 | Asks for full path of source file and target directory to recursively update all instances of file within target directory and its sub-directories. There is also an optional prompt to configure whether you want to be prompted for every file copy. No parameters are passed to the script. Run it, type/paste in your paths, and choose your overwrite confirmation choice. check-in: 8b9e039c6a user: redsolar tags: trunk | |
13:52 | Reports the latest LastModified date of all the files within a folder. check-in: fee5a66388 user: dragonmc77 tags: trunk | |
13:52 | Finds and reports duplicate files between two folders. check-in: 9839f2dee4 user: dragonmc tags: trunk | |
13:52 | Function/script to set settings in a RDP file for Terminal Services. Supports pipeline input and smart conversion of bools. check-in: 904721db75 user: Jason Archer tags: trunk | |
13:52 | Using netsh.exe to loop through each WLAN on the system and export the settings to the user-provided output-file. check-in: 174ba41939 user: Jan Egil Ring tags: trunk | |
13:52 | Restarts local or remote IIS AppPools check-in: c86972bda6 user: Joel Bennett tags: trunk | |
13:52 | This script will help a user to batch connect multiple pst files in Microsoft Outlook (personal email archives). check-in: d640c63b5e user: Jack Neff tags: trunk | |
13:52 | Gets Unicode information about a character. If you have charmap.exe installed it will use its getuname.dll to get a descriptive string about the character. check-in: c4f01d0342 user: Public Domain tags: trunk | |
13:52 | This function retrieves a trace of a package sent with the swedish postal service. This is part of a guide on how to write a web scraping cmdlet in PowerShell which can be read at: check-in: 6b7a51d26f user: DollarUnderscore tags: trunk | |
13:52 | A script to use some web services for guessing languages and translating to English… check-in: d4502ba6fa user: Joel Bennnett tags: trunk | |
13:52 | 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: d62492f171 user: Oisin Grehan tags: trunk | |
13:52 | Gets Unicode information about a character. If you have charmap.exe installed it will use its getuname.dll to get a descriptive string about the character. check-in: f08ae02973 user: Public Domain tags: trunk | |
13:52 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 1de1505faa user: CrazyDave tags: trunk | |
13:52 | FInal module from class check-in: 2a7b37b705 user: Don Jones tags: trunk | |
13:51 | A simple lync bot in powershell that will respond to set commands etc, was bored today. check-in: e33c57e10e user: Michael Diarmid tags: trunk | |
13:51 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 83f6b827ed user: dinhchi27 tags: trunk | |
13:51 | A VI toolkit script to update all VM Guests on the selected hosts check-in: 280961aeb7 user: Brian English tags: trunk | |
13:51 | Displays active TCP connections and includes the process ID (PID) and Name for each connection. check-in: df9d5ded87 user: Shay Levy tags: trunk | |
13:51 | need powershell 4.0 as powershell 3.0 has in issue with parsing rss/atom feeds. It skips every other item check-in: f8f681c075 user: Parul Jain paruljain tags: trunk | |
13:51 | This function retrieves information about the owner/creator of a snapshot in vmware/vsphere along with some other properties. check-in: 38fcf17705 user: DollarUnderscore tags: trunk | |
13:51 | A VI toolkit script to update all VM Guests on the selected hosts check-in: 3ca792179b user: Brian English tags: trunk | |
13:51 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 8a598f3830 user: Gabriel M tags: trunk | |
13:51 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 66b7c6f7c4 user: Gabriel M tags: trunk | |
13:51 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 1a19780e47 user: Lee Holmes tags: trunk | |
13:51 | Validates a username and password against Active Directory. Requires .NET 3.5 and PowerShell V2. check-in: d4ce3fa56d user: Mike Pfeiffer tags: trunk | |
13:51 | GAC path extracts dynamically check-in: e08f2c4da5 user: greg zakharov tags: trunk | |
13:51 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: cd4cf11a78 user: St3v3o tags: trunk | |
13:51 | This enables the Microsoft-Windows-PrintService/Operational in the event log. Every time something is printed, details about the print job will be recorded into that event log. check-in: 339d95415f user: KevMar tags: trunk | |
13:51 | Adds a scalar variables to the PowerShell type system. check-in: ff21a259cf user: Public domain tags: trunk | |
13:51 | Bulk converts XLS ranges to PNG by using the clipboard. Reads config from XML. Now with working code… :P check-in: b4c65a3cab user: Egil Aspevik tags: trunk | |
13:51 | Note – Works for ConfigMgr 07 and ConfigMgr 12 & requires PowerShell v3 check-in: e21c122d92 user: unknown tags: trunk | |
13:51 | Function to send text messages (SMS) from Windows PowerShell using the Microsoft Outlook SMS Add-in. check-in: 30b40e2226 user: Jan Egil Ring tags: trunk | |
13:51 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: e7f0e63a7b user: dinhchi27 tags: trunk | |
13:51 | It parses the print log file for printer events related to printing. It is important that the log be enabled. If a log is cleared, then this data will be inaccurate. check-in: 21068af816 user: KevMar tags: trunk | |
13:51 | PowerShell has numeric and string contexts: check-in: a6ace1b372 user: Public Domain tags: trunk | |
13:51 | Execute a SQL command against a database using Powershell. check-in: 00e8e82bb8 user: dragonmc77 tags: trunk | |
13:51 | Emulates Perl’s list context in PowerShell. check-in: 34abc4d7e0 user: Public Domain tags: trunk | |
13:51 | original filename: lib-authentication.ps1 check-in: 88db43efa6 user: Hal Rottenberg tags: trunk | |
13:51 | In the ConfigMgr environment while performing Application Deployments. Sometimes Users don’t mention their machine names. check-in: c9ab14fd9e user: DexterPOSH tags: trunk | |
13:51 | In the ConfigMgr environment while performing Application Deployments. Sometimes Users don’t mention their machine names. check-in: bc8bd7abe0 user: DexterPOSH tags: trunk | |
13:51 | In the ConfigMgr environment while performing Application Deployments. Sometimes Users don’t mention their machine names. check-in: 216cb1329f user: DexterPOSH tags: trunk | |
13:51 | In the ConfigMgr environment while performing Application Deployments. Sometimes Users don’t mention their machine names. check-in: fd46fe85c0 user: DexterPOSH tags: trunk | |
13:51 | Usage: check-in: 554d6e43fe user: greg zakharov tags: trunk | |
13:51 | Usage: check-in: 5bc7cdfc31 user: greg zakharov tags: trunk | |
13:51 | Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername. check-in: 021db28612 user: halr9000 tags: trunk | |
13:51 | Push Button Reset Script for Configuration Manager Task Sequences. check-in: 9522b29d6b user: BillAMoore tags: trunk | |
13:51 | This is more or less a port of FORTH’s “see” command to PowerShell. check-in: 85a6ab48ef user: Public Domain tags: trunk | |
13:51 | Library to discover Onkyo network connected home theatre receiver and then send remote control commands to change settings such as volume but also query current settings. Uses the Integra Serial Communication Protocol (ISCP). check-in: a895b61d5c user: Parul Jain paruljain tags: trunk | |
13:51 | Screenshot at http://savepic.org/5445383.jpg check-in: 4977c982cb user: greg zakharov tags: trunk | |
13:51 | retrieve the windows product key of a specified machine using WMI check-in: 0c8d853d0e user: karl prosser tags: trunk | |
13:51 | A PowerShell Module that exposes wrapper functions for the subversion svn.exe commands to update, commit, import, checkout, status, add, and delete. check-in: 686a956280 user: Frank Peter Schultze tags: trunk | |
13:51 | Copy files to dated directory. check-in: 4f8426eeb8 user: unknown tags: trunk | |
13:51 | Creates a blank profile check-in: 5e81cd22af user: jmh6182 tags: trunk | |
13:51 | Obtain the correct SoapAction string when a webservice method is passed (read from a Soap request). check-in: 30725ceca6 user: Daniel Cheng tags: trunk | |
13:51 | A VI toolkit script to update all VM Guests on the selected hosts check-in: 0edf69995a user: Brian English tags: trunk | |
13:50 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: a963369fc9 user: St3v3o tags: trunk | |
13:50 | where it can generate final out put excel file? check-in: c30f3885d4 user: Steve Jarvi tags: trunk | |
13:50 | D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD) check-in: 953ca8c3dd user: Matthew Graeber tags: trunk | |
13:50 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 13ec341be3 user: e7naa2 tags: trunk | |
13:50 | 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: 07a0a8ebda user: Oisin Grehan tags: trunk | |
13:50 | Gets all Virtual Machines, and exports a CSV that shows their virtual disk capacities and type. Used in this case for sizing a VCB temp disk. check-in: aebe59f3aa user: jgrote tags: trunk | |
13:50 | Hardware Inventory script to run on Windows Servers and output the JSON string to a CouchDB Database check-in: f2849c6675 user: VulcanX tags: trunk | |
13:50 | This script will take members of an AD group and export their Exchange mailbox to a PST as well as export all Lync archives for the specified time period. The script can be ran manually or bet set to run as a scheduled task. Requires the Quest AD Powershell module as well as Lync, Exchange, and AD modules to run. check-in: 8fa8ad08d5 user: Jason M tags: trunk | |
13:50 | This script will take members of an AD group and export their Exchange mailbox to a PST as well as export all Lync archives for the specified time period. The script can be ran manually or bet set to run as a scheduled task. Requires the Quest AD Powershell module as well as Lync, Exchange, and AD modules to run. check-in: 1db5d60898 user: Jason M tags: trunk | |
13:50 | Function to find long filenames and the path they reside in. Uses Get-ChildItem and one instance of CMD.exe DIR. check-in: f50132d58d user: Mark Ince tags: trunk | |
13:50 | Query a dynamic group configured in Quest ActiveRoles and return an array of each membership rule. check-in: 5434f3d542 user: vidrine tags: trunk | |
13:50 | Add a new membership rule to a dynamic group configured in Quest ActiveRoles. check-in: de57d47ed2 user: vidrine tags: trunk | |
13:50 | I want to get this importing my $AllMembers to my $List in Sharepoint. check-in: cea96f7c72 user: unknown tags: trunk | |
13:50 | Force .NET Framework optimization to happen (causes high CPU by mscorsvw.exe) check-in: 7ca4facced user: Scott Copus tags: trunk | |
13:50 | Trims text and signs it check-in: 58c88c2677 user: unknown tags: trunk | |
13:50 | Two cmdlets for and from the Active-Directory uninitiated… check-in: 3c46c019b0 user: kevinslade tags: trunk | |
13:50 | Two cmdlets for and from the Active-Directory uninitiated… check-in: f8f235c6cd user: kevinslade tags: trunk | |
13:50 | Port of Perl 6’s gather/take but for appending to a string instead of to a list. check-in: 12207f7b29 user: Public Domain tags: trunk | |
13:50 | Port of Perl 6’s gather/take (which itself is a port of Mathematica’s Reap/Sow) check-in: 3fed878fc0 user: Public Domain tags: trunk | |
13:50 | Defines functions for wokring with Microsoft Chart Control for .NET 3.5 Framework.Pipe output to Out-Chart function and specify chart type. Chart will display in form or save to image file. Real-time charts are supported by passing in a script block. Updated to fix line chart. Line Chart XAxis needs tweaking. check-in: ba0e171cad user: Chad Miller tags: trunk | |
13:50 | Get input date string or get T-n or T+n dates in the specified format. check-in: 153958d43a user: Ferenc Toth tags: trunk | |
13:50 | A little wrapper for PromptForChoice – this version is a major change to be much pickier. check-in: 9f10eccbd3 user: Joel Bennett tags: trunk | |
13:50 | Just a little wrapper for PromptForChoice. check-in: 074286a8c0 user: Joel Bennett tags: trunk | |
13:50 | MKLINK – Make Symbolic File and Directory links. Useful for making symbolic links from powershell. check-in: 6db60abb46 user: James Gentile tags: trunk | |
13:50 | Add to top of your scripts and the script will automatically create a log file called <script name>.log to the AppData folder check-in: bd5a5f9c20 user: shauncroucher tags: trunk | |
13:50 | Just a little wrapper for PromptForChoice check-in: 19fefc54fa user: Joel Bennett tags: trunk | |
13:50 | The script saves a username and password, encrypted with a custom key to to a file. The key is coded into the script but can be changed if required. The key allows the password to be decrypted by any user who has the key, on any machine. If the key parameter is omitted from ConvertFrom-SecureString, only the user who generated the file on the computer that generated the file can decrypt the password. check-in: 4689e03f0c user: Daniel tags: trunk | |
13:50 | Looks for online information about file with it extension. check-in: dab7698723 user: greg zakharov tags: trunk | |
13:50 | Fixed check-in: 68b09a28a5 user: greg zakharov tags: trunk | |
13:50 | Looks for drivers in Sysinternals Autoruns way (with some specific information) check-in: 9dae751b55 user: greg zakharov tags: trunk | |
13:50 | A couple functions I use to convert DN to Canonical, and canonical to DN. I find them handy for adhoc AD tasks… I saw someone ask about it on #powershell and figured I would share :) check-in: 62c97df182 user: Glenn Sizemore glnsize tags: trunk | |
13:50 | Port of Perl 6’s gather/take (which itself is a port of Mathematica’s Reap/Sow) check-in: d4a4299a63 user: Public Domain tags: trunk | |
13:50 | There are a couple scripts that parse netsh commands. I didn’t see this one already done, so I couldn’t steal it. I suppose I could use some regex or something simple to cut the whitespace, so feel free to “fix her up”, but this got the job done (of putting the netsh output into an object). This is a snip from a larger script I wrote as a looping, recording monitor. I used this guy’s script for inspiration: http://poshcode.org/1731 check-in: 497a442218 user: Josh Popp tags: trunk | |
13:50 | Looks for a file into PATH variable. check-in: 2d2e7d476b user: greg zakharov tags: trunk | |
13:50 | Script originally developed for internal DBAs to get information on processor core counts, which is important for licensing. This script includes some basic error handling and full comment based help. Output properties are Computer, Socket (Designation), Core Count, Logical Processors, Hyperthreading Enabled, Description and Type (Physical/Virtual). check-in: 37093f1427 user: Kevin Kirkpatrick tags: trunk | |
13:50 | Fix check-in: 00f2e57619 user: greg zakharov tags: trunk | |
13:50 | A couple functions I use to convert DN to Canonical, and canonical to DN. I find them handy for adhoc AD tasks… I saw someone ask about it on #powershell and figured I would share :) check-in: 683a8be5c2 user: Glenn Sizemore glnsize tags: trunk | |
13:50 | Version which correctly works with Windows 8. check-in: 0743963426 user: Skourlatov tags: trunk | |
13:50 | Fixed check-in: 7effae03de user: greg zakharov tags: trunk | |
13:49 | This script will help a user to batch connect multiple pst files in Microsoft Outlook (personal email archives). check-in: 2c8d513543 user: Jack Neff tags: trunk | |
13:49 | Send a popup message to a user on a remote computer. check-in: 41b7637de8 user: Jack Neff tags: trunk | |
13:49 | Use known password cache to open and save unprotected copies of documents. – work in progress check-in: f77d8f02f2 user: Steele Stenger tags: trunk | |
13:49 | Script originally developed for internal DBAs to get information on processor core counts, which is important for licensing. This script includes some basic error handling and full comment based help. Output properties are Computer, Socket (Designation), Core Count, Logical Processors, Hyperthreading Enabled, Description and Type (Physical/Virtual). check-in: 329ebdfdd5 user: Kevin Kirkpatrick tags: trunk | |
13:49 | Build a SQL Server connection string by specifying its parameters. check-in: 2ac17abc99 user: Paulo Morgado tags: trunk | |
13:49 | Use known password cache to open and save unprotected copies of documents. – work in progress check-in: a16faf4a68 user: Steele Stenger tags: trunk | |
13:49 | This is part 4 of a 6 part mailbox creation web site. check-in: f227fca79d user: Karl Mitschke tags: trunk | |
13:49 | All descriptions on the web which show how to do this so far have left the email attachment open which means if the script is continuing after the email and you wish to use the file you have attached you will not be able to as it will show as locked, use this example to close the attached file correctly using .Dispose() check-in: f84f7e0f87 user: unknown tags: trunk | |
13:49 | EDIT: changed dcname to get the DC automatically (”$env:computername.$env:userdnsdomain”) check-in: 74ca0984bb user: Ty Lopes tags: trunk | |
13:49 | 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: b4769213ec user: S-1-5-21-2398571 tags: trunk | |
13:49 | Reads JPEG metadata check-in: 0a74c564b0 user: greg zakharov tags: trunk | |
13:49 | Use known password cache to open and save unprotected copies of documents. – work in progress check-in: 454c31fb43 user: Steele Stenger tags: trunk | |
13:49 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 4843516bab user: Lee Holmes tags: trunk | |
13:49 | Day 5 example includes SupportsShouldProcess check-in: e21f8cf02c user: Don Jones tags: trunk | |
13:49 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 3375a79a91 user: dragonpat tags: trunk | |
13:49 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 9c50e0e35d user: dragonpat tags: trunk | |
13:49 | Class lab 8 check-in: 6a71eb77f6 user: unknown tags: trunk | |
13:49 | Lab 7 check-in: 198f19ee91 user: Don Jones tags: trunk | |
13:49 | Script to setup a working environment for working with Apache Hadoop code on Windows. check-in: 1779bdf43f user: Mostafa Elhemali tags: trunk | |
13:49 | :LOL: check-in: 5c945616e6 user: greg zakharov tags: trunk | |
13:49 | quick hard coded script for uploading a file to an ftp server. check-in: d44ff18ba6 user: Stephen Price tags: trunk | |
13:49 | This is part 2 of a 6 part mailbox creation web site. check-in: cc89873edf user: Karl Mitschke tags: trunk | |
13:49 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: efbe9d0bbd user: echosmith tags: trunk | |
13:49 | The Function Set-RemoteService will set the State and StartMode for the Service on the Remote Machine. check-in: 1a5751c7cd user: DexterPOSH tags: trunk | |
13:49 | Function Get-ServerUptime will get you the Server LastReboot and will give uptime info. check-in: bd098b8178 user: DexterPOSH tags: trunk | |
13:49 | Function Get-ServerUptime will get you the Server LastReboot and will give uptime info. check-in: 68494d7faa user: DexterPOSH tags: trunk | |
13:49 | This script sends out “password is about to expire” notifications by e-mail. It can send out custom mailmessage depending on where your users are in Active Directory. This makes it possible to for example send out different instructions for password changes, or have them written in different languages. check-in: c287285d4b user: DollarUnderscore tags: trunk | |
13:49 | 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: d89890fdbf user: S-1-5-21-2398571 tags: trunk | |
13:49 | The Function Set-RemoteService will set the State and StartMode for the Service on the Remote Machine. check-in: ee2b4f8ddf user: DexterPOSH tags: trunk | |
13:49 | The Function Remove-SCCMDPContent will remove a list of PackageIDs from a Distribution Point. check-in: 91b62a620a user: DexterPOSH tags: trunk | |
13:49 | I’ve just started to work on a PowerShell module for the Infoblox Trinzic DDI appliance, this is a VERY early release with some functions that can manage DNS-records. check-in: 04b203845b user: DollarUnderscore tags: trunk | |
13:49 | This script is designed to work around a PowerPack export issue in PowerGUI 1.5.1 (fixed in subsequent releases): http://dmitrysotnikov.wordpress.com/2008/08/06/script-to-export-column-selection/ check-in: 8e21812496 user: Dmitry Sotnikov tags: trunk | |
13:49 | Buying groceries with PowerShell, because why not? ;-) check-in: 5137bd96e0 user: DollarUnderscore tags: trunk | |
13:49 | This script will list all User objects in the current Active Directory domain. The data gathered includes Display Name, Username, Last Logon Date, and Disabled Status. All data is exported to a CSV file. check-in: 50f660ddd1 user: AlphaSun tags: trunk | |
13:49 | NAME: Agent Job Status to Excel.ps1 check-in: 5357bca6ae user: SQLDBAWithABeard tags: trunk | |
13:49 | I will post a module for Onkyo receivers when I get the time, this code is only meant as an example on how to figure out how different devices work and how to control them using PowerShell. check-in: 53aeffe7bd user: DollarUnderscore tags: trunk | |
13:49 | Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: d273ba3a5b user: Jan Egil Ring tags: trunk | |
13:49 | See original post at https://gist.github.com/gregzakharov/9877156 for examples. check-in: fdf8580f8d user: greg zakharov tags: trunk | |
13:49 | Script will help discover any service accounts that are currently being used. I have been using this script for about a month in production. While your mileage may vary this script is strictly read only, thus -confirm, and -whatif are not supported. check-in: c42bbd5667 user: Glenn Sizemore glnsize tags: trunk | |
13:49 | See original post at https://gist.github.com/gregzakharov/9877156 for examples. check-in: ceeccf8447 user: greg zakharov tags: trunk | |
13:48 | This example demonstrates how you can get the list of exported functions from the DLL. Be warned! This test file for x86 only. For x64 offsets will be different. check-in: 27556d5193 user: greg zakharov tags: trunk | |
13:48 | This script is a re-developed MSDN Sample using PowerShell. It creates an email message then sends it with a BCC. check-in: 67889b5a2c user: Thomas Lee tags: trunk | |
13:48 | This script performs OpenLdap query against specified Server. check-in: 5fe13ae5d0 user: famingxia tags: trunk | |
13:48 | This script performs OpenLdap query against specified Server. check-in: 8e0b0f6b73 user: BSonPosh tags: trunk | |
13:48 | Script to download and install updates from Windows Update/WSUS. Reporting and rebooting may be customized. check-in: 8e238d45c8 user: Jan Egil Ring tags: trunk | |
13:48 | Add new smtp address from csv and set new address primary check-in: cf182435d1 user: Ermias tags: trunk | |
13:48 | Logging function for Powershell v2. Needed to address current Powershell logging limitations. See a discussion about said limitations here: http://jdhitsolutions.com/blog/2011/03/powershell-automatic-logging/#comment-2899 . check-in: ba8822662c user: Andy Arismendi tags: trunk | |
13:48 | Script will help discover any service accounts that are currently being used. I have been using this script for about a month in production. While your mileage may vary this script is strictly read only, thus -confirm, and -whatif are not supported. check-in: 90ec2cce8b user: Glenn Sizemore gesize tags: trunk | |
13:48 | This cmdlet retrieves weather forcasts from SMHI (Swedish Meteorological and Hydrological Institute) through their API. (See: http://www.smhi.se/klimatdata/Oppna-data for information in swedish). check-in: c8a6a243a6 user: DollarUnderscore tags: trunk | |
13:48 | Function Add-Counter (adds Count NoteProperty to pipeline input to keep a running row count for display); sample usage: check-in: 84cbfb14a3 user: BillBarry tags: trunk | |
13:48 | This is an updated version of the home automation module. The main difference is that some output is removed (no news is good news…) if “-Verbose” is not used and that it has a separate cmdlet for connecting to Telldus Live! (Connect-TelldusLive) which uses a PSCredential. check-in: d4bf2990e5 user: DollarUnderscore tags: trunk | |
13:48 | Why I did not use $env:windir\Assembly for accessing to GAC? Good question. I’m sure that the best way to get GAC path is extraction it from Evidence from some loaded assembly in current domain. check-in: 66da75a8cb user: greg zakharov tags: trunk | |
13:48 | original filename: lib-authentication.ps1 check-in: b85029ba7c user: Hal Rottenberg tags: trunk | |
13:48 | Specify target host and root directory. The script will then recursively check for all folders and report on their NTFS permissions. check-in: c562659f99 user: vidrine tags: trunk | |
13:48 | Sacamos informacin de los usuarios de la infraestructura. check-in: 5f0bfee4e7 user: Pedro Genil tags: trunk | |
13:48 | This script will compare the names of the people you follow on Twitter and the people following you. It returns a comparison object consisting of the Twitter name of a subject and a side indicator – “<=” means that you are following a subject who is not following you, “=>” means that you are followed by someone who you are not following. check-in: c63024319e user: Steven Murawski tags: trunk | |
13:48 | This demo shows how to highlight text in RichTextBox with Dictionary<string, color>. Tested on PowerShell v2 check-in: 66e25f4826 user: greg zakharov tags: trunk | |
13:48 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 06a097b47f user: echosmith tags: trunk | |
13:48 | 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: c82f66638e user: S-1-5-21-2398571 tags: trunk | |
13:48 | Checking file if it has been packed with something like UPX. check-in: d4a6da4fe0 user: greg zakharov tags: trunk | |
13:48 | The script below has 3 different components & was designed for use by our Service Desk. When a user is terminated, the script will remove them from Lync, remove all mailbox information (forwarding rules etc) in Exchange 2010, disable Ad object, remove group membership & move to “Disabled Users” OU. check-in: eb75d18dc4 user: David Woods tags: trunk | |
13:48 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: c3dc848103 user: echosmith tags: trunk | |
13:48 | IMCEAEX-_O=GLOBAL+20COMMUNICATION+20NETWORK_OU=LATAM+20-+20AG_cn=Recipients_cn=andrea02svlc@gcn.local check-in: 24df3e1189 user: IMMTZ tags: trunk | |
13:48 | COMMENT: check-in: e67b38545e user: Stephen Wheet tags: trunk | |
13:48 | From my profile. Uploads given text to Pastebin, and either puts the URL of the new paste into the system clipboard, or (by passing a switch) opens the new paste in your default browser. Allows you to slect visibility, language, and expiration time (defaults to Unlisted, Nothing, and 1 Day). Requires you to provide a valid PasteBin Developer Key in a script variable. check-in: ea23651066 user: Matthew Sessions tags: trunk | |
13:48 | This function retrieves the (Unicode) text from the clipboard. check-in: 7b273f8066 user: Matthew Sessions tags: trunk | |
13:48 | Build a SQL Server connection string by specifying its parameters. check-in: 09f043eaf6 user: Paulo Morgado tags: trunk | |
13:48 | Converts objects properties into key-value hashtable check-in: 9d83b3142b user: Joel Bennett tags: trunk | |
13:48 | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout, and allows for paramaterized queries and more! check-in: a1ed699810 user: RCookieMonster tags: trunk | |
13:48 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 84eb110249 user: Lee Holmes tags: trunk | |
13:48 | basic disk report tool that generates an excel report. check-in: 85f7165efe user: archpy tags: trunk | |
13:48 | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout, and allows for paramaterized queries and more! check-in: 0bbc44a8ae user: Joel Bennett tags: trunk | |
13:48 | $check.installed not refreshed after feature instlled check-in: bec366f299 user: unknown tags: trunk | |
13:48 | Convert and import from delimited text files. Includes two functions: Convert-Delimiter and Import-Delimited. check-in: c96dc15213 user: Joel Bennett tags: trunk | |
13:48 | The simplest logger. In your script just import-module Logger and debug, verbose, warnings and errors are logged to file. check-in: 920f3bb520 user: Joel Bennett tags: trunk | |
13:48 | Sets properties for a given user local username. check-in: a2ef3b9eaa user: Andy Arismendi tags: trunk | |
13:48 | Powershell script to get Certificate information for all the AD, For this you need AD user list in TXT file and save them. check-in: 21d6030fd5 user: Ravig tags: trunk | |
13:48 | Powershell script to get Certificate information for all the AD, For this you need AD user list in TXT file and save them. check-in: 0fc59c2b8c user: unknown tags: trunk | |
13:48 | Powershell script to get Certificate information for all the AD, For this you need AD user list in TXT file and save them. check-in: 915d2f7226 user: unknown tags: trunk | |
13:48 | CredSSP is a security provider to help delegate credentials from a client computer to a target computer. In PowerShell, we can use CredSSP to overcome the double-hop authentication problem. Getting the current CredSSP configuration settings for client and target computer is a bit of a pain, though. My function Get-WSManCredSSPConfiguration helps with gathering the current CredSSP configuration on both local and target computers. check-in: 2e297838ee user: Victor Vogelpoel tags: trunk | |
13:47 | This function should be included in the PowerShell ISE profile.ps1 and it will display the start and end times of any scripts started clicking ‘Run Script’ (or ALT+R) in the Add-ons Menu; additionally they will be logged to the Scripts Event Log (which needs creating first) and also to a text log file. This defaults to that created by the Windows Script Monitor Service (available from www.SeaStar.99k.org) which normally indicates the full command line used to start each script. check-in: cf8d187de9 user: Archdeacon tags: trunk | |
13:47 | This function should be included in the PowerShell ISE profile.ps1 and it will display the start and end times of any scripts started clicking ‘Run Script’ (or ALT+R) in the Add-ons Menu; additionally they will be logged to the Scripts Event Log (which needs creating first) and also to a text log file. This defaults to that created by the Windows Script Monitor Service (available from www.SeaStarDevelopment.Bravehost.com) which normally indicates the full command line used to start each script. check-in: 9b335a75e5 user: Archdeacon tags: trunk | |
13:47 | This script will trap events such as USB insertion, file changes, registry key check-in: 7ef9878999 user: Archdeacon tags: trunk | |
13:47 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 5a4f9cceb2 user: binauralz tags: trunk | |
13:47 | This script performs OpenLdap query against specified Server. check-in: a77d94174a user: BSonPosh tags: trunk | |
13:47 | another way to retrieve mime type check-in: 79170cebab user: greg zakharov tags: trunk | |
13:47 | This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 16e63c5b9e user: unknown tags: trunk | |
13:47 | PowerShell script to installs Firefox add-ons (extensions) check-in: 46fb716614 user: Scott Copus tags: trunk | |
13:47 | This function sets the access rights on properties of AD-groups. Used to delegate access on one group to another. In my case used to delegate the accessgroup of a shared mailbox in Office 365 to another group which contains the owners. This enables them to control the members of the access group through a powershell form. check-in: 529b62738e user: DollarUnderscore tags: trunk | |
13:47 | Set-Wallpaper lets you set your windows desktop wallpaper. It requires PInvoke and I wrote it using CTP2’s Add-Type, although it could be done in v1 using the JIT code generation tricks Lee Holmes has mentioned in the past … check-in: 99e7ce6f1d user: Joel Bennett tags: trunk | |