PoshCode Archive  Timeline

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

200 most recent check-ins using file Script-logging.ps1 version 1cb36fa63f

2018-06-10
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
13:47
Basic script that gets mac addresses (NetBIOS table) from a list of remote hosts. check-in: cbd8a8d482 user: Qodosh tags: trunk
13:47
Basic script that gets mac addresses (NetBIOS table) from a list of remote hosts. check-in: bec0449e8f user: Qodosh tags: trunk
13:47
Quickly create a JPG barchart of VMware stats which can be adjusted in the variables, Office components will be needed. For more examples and comments please check http://teckinfo.blogspot.com check-in: 1854817900 user: alanrenouf tags: trunk
13:47
This code can be added to an AWS instance to set the default password of an EC2 instance. It stops the need for using keys to set the windows password. It needs to be set in the “User Data” section when building the Instance. check-in: c4035a952a user: AdrianWoodrup tags: trunk
13:47
This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 6c9aa94814 user: unknown tags: trunk
13:47
Get’s FC adapter WWN’s listed per vendor of ESXi hosts per Cluster check-in: 3a49199eba user: Leon Scheltema tags: trunk
13:47
This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 49dc55e312 user: 1231507051321 tags: trunk
13:47
This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 6f65cc172d user: CrazyDave tags: trunk
13:47
IMCEAEX-_O=FIRSTCAPITALREALTY_OU=First+20Administrative+20Group_cn=Recipients_cn=nancy+2Ebrooks@FirstCapitalRealty.ca check-in: b08a59222d user: IMMTZ tags: trunk
13:47
This doesn’t work any longer – Twitter has retired the v1 API. check-in: 8aa599e229 user: ReviewNursing tags: trunk
13:47
Wait function to pause a script loop until the number of sVmotions is below the specified number. For VMware, but easy to convert I would think. check-in: 703bfba685 user: monahancj tags: trunk
13:47
Set-Wallpaper lets you set your windows desktop wallpaper, 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: e7a5f102cb user: unknown tags: trunk
13:47
This function will return all the parameters defined in a param() portion of a script as well as any default values, variable type information, HelpMessage text, ValidateSet items, and mandatory settings if present. check-in: 0e71e8f5b7 user: Zachary Loeber tags: trunk
13:47
Tested on Exchange 2010 check-in: a3d9157c6a user: themoblin tags: trunk
13:47
From gregs repository on github. Plugin for wmiexplorer (copy this file into “Plugins” folder in $PSScriptRoot directory) check-in: 7d0bbaa04c user: Janny tags: trunk
13:47
From gregs repository on github. check-in: 3a949b9c5a user: Janny tags: trunk
13:47
I found it [here](https://github.com/gregzakharov/X/blob/master/ProductKey/source.cpp) and it works. check-in: d36f194d3e user: bO_obleak tags: trunk
13:47
quick hard coded script for uploading a file to an ftp server. check-in: ebb80f67d4 user: cofgis tags: trunk
13:47
Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 21ab60b14d user: St3v3o tags: trunk
13:47
This is a simple script to get the number of physical drive, their type and Storage on remoter computers check-in: 71a357d938 user: Ravig tags: trunk
13:47
This is a simple script to get the number of physical drive, their type and Storage on remoter computers check-in: 77bc4303a2 user: unknown tags: trunk
13:47
Download all images from privately shared Google Picasa web album in full resolution Version 1.1 check-in: 7b44139642 user: Parul Jain paruljain tags: trunk
13:47
From gregs repository on github. check-in: 8252bddeb0 user: greg zakharov tags: trunk
13:47
From gregs repository on github. check-in: 0016326332 user: greg zakharov tags: trunk
13:47
From gregs repository on github. check-in: a97e59fc07 user: greg zakharov tags: trunk
13:47
From gregs repository on github. check-in: 06dbbffe33 user: greg zakharov tags: trunk
13:47
From greg’s repository on github. check-in: 38412d73b8 user: greg zakharov tags: trunk
13:47
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: 8295bbfaef user: Carsten Kr tags: trunk
13:47
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: c1f98d8cf4 user: Carsten Kr tags: trunk
13:46
From SAPIEN blog post by Jeff Hicks: http://blog.sapien.com/index.php/2008/07/28/searching-word/ check-in: d69d0d4338 user: halr9000 tags: trunk
13:46
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: 7cc2e15824 user: Carsten Kr tags: trunk
13:46
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: 9464f1fe34 user: unknown tags: trunk
13:46
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: 8a4f9ad633 user: unknown tags: trunk
13:46
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 6431f24a16 user: Lee Holmes tags: trunk
13:46
Download all images from privately shared Google Picasa web album in full resolution check-in: 9d30d109f6 user: Parul Jain paruljain tags: trunk
13:46
retrieves local administrators of a maschine using System.DirectoryServices.AccountManagement via Well-known security identifiers check-in: 928491e144 user: unknown tags: trunk
13:46
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: f2ac0bdcc5 user: Lee Holmes tags: trunk
13:46
IMCEAEX-_O=SGMDC08_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=User5bc47bfd@sigma.net.tr check-in: acc549ad07 user: IMMTZ tags: trunk
13:46
Pseudocode solution suggestion on sqlsetup parameter automation check-in: e334f8b9cd user: Daniel Sorlov tags: trunk
13:46
A simplistic way to parse an HTML table into objects check-in: 1a8d70a38a user: Joel Bennett tags: trunk
13:46
This is not my script, author is greg zakharov. I found this script very useful for me. check-in: 659d0c5131 user: kakto_Oz tags: trunk
13:46
Uses QAD cmdlets to retrieve distribution list restriction attributes and then provides a list of users which can send email messages to the group. check-in: f385a01ad8 user: Dmitry Sotnikov tags: trunk
13:46
ethicshotline@navarre.com,ethicshotline@speedcommerce.com check-in: 13d3c56436 user: Ermias tags: trunk
13:46
New-ZipFile and Expand-ZipFile — two functions for zipping and unzipping the way I like doing it… check-in: 1bda0cea17 user: Joel Bennett tags: trunk
13:46
since this post i’m out on github :) check-in: 5f0313b434 user: greg zakharov tags: trunk
13:46
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 5d5b2262d6 user: Kirk Munro tags: trunk
13:46
WMIExplorer screenshots (launched on WinXP – http://savepic.org/4970354.jpg and http://savepic.org/4957042.jpg) check-in: 43addfdc9a user: greg zakharov tags: trunk
13:46
This will send an SNMP trap to the specified manager (hostname). The script isn’t very flexible, but it’s a good example of how to build traps using SharpSNMPLib. External requirementss: check-in: 70a2ccfd4b user: halr9000 tags: trunk
13:46
This is the PowerShell 2.0 -only continuation of my Growl module — redesigned as a proper “module” that can be used by (many) other scripts. check-in: 8a3b6976e4 user: Joel Bennett tags: trunk
13:46
Dynamically creates a return of whatever type of file / directory is given. Covers CSV’s txt, log, or other Get-Content related files. check-in: a563549641 user: internetrush tags: trunk
13:46
Just a simple function to show how to query Office 365 via powershell check-in: cf0bf71c7e user: Jeremy D Pavleck tags: trunk
13:46
shows results of a command in different command shell window check-in: 9c90e85bc4 user: greg zakharov tags: trunk
13:46
Prints full path for each file in a directory check-in: fd195d3e59 user: greg zakharov tags: trunk
13:46
Just an idea for how to handle web requests in PowerShell check-in: 89d0871466 user: Joel Bennett tags: trunk
13:46
Put and get large files to and from a Hadoop cluster check-in: 9690d13436 user: Parul Jain tags: trunk
13:46
This is the PowerShell 2.0 -only continuation of my Growl module — redesigned as a proper “module” that can be used by (many) other scripts. check-in: e24309a007 user: Franck tags: trunk
13:46
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: 190ba8c6e9 user: Joel Bennett tags: trunk
13:46
GPO replication status across Domain Controller. check-in: a8bd44247c user: Manuel TOUSSAINT tags: trunk
13:46
Simple function that executes a command (stored procedure) against an SQL database. check-in: ed59b3fe3c user: dragonmc77 tags: trunk
13:46
A function to return the Abuse Email address from arin.net with IPv6 support. check-in: 2c9d196090 user: Josh Wortz tags: trunk
13:46
A function to return the Abuse Email address from arin.net. check-in: be25e9a74b user: Josh Wortz tags: trunk
13:46
something like sigcheck check-in: dd05f111e1 user: greg zakharov tags: trunk
13:46
This is a very meaningless demo showing how to get and work with a html document in parsed form. The actual script gets a html-table from www.apk.se (listing cheap alcohol in sweden) and parses and converts that to a object and hands that of to the pipe. check-in: 5878202585 user: Daniel Srlv tags: trunk
13:46
A simple example of how to use Beefarino’s SQLite Provider check-in: 73561999ea user: Joel Bennett tags: trunk
13:46
incompleted check-in: 7e53d2874c user: greg zakharov tags: trunk
13:46
hey guys. why you duplicate ugly code for retrieving product key? everything can be done much easier. check-in: d977d38fd2 user: greg zakharov tags: trunk
13:46
imitates sysinternals sdelete tool check-in: a79390c17a user: greg zakharov tags: trunk
13:46
Simple function that executes a command (stored procedure) against an SQL database. check-in: 2da2a60210 user: dragonmc77 tags: trunk
13:45
A function to return the Abuse Email address from arin.net. check-in: d1df1b98c0 user: unknown tags: trunk
13:45
I initially wrote this ASCII art character script to be used with a modified version of PowerBot 2.0 (ID 2510 on poshcode). It outputs ASCII art letters from what you supply as a parameter (if the characters are supported). Either to STDOUT with Write-Host (colors are supported) or to the pipeline. It’s useless without the XML that’s found at powershelladmin.com. The full article is in my wiki: http://www.powershelladmin.com/wiki/Ascii_art_characters_powershell_script check-in: e1eec057e8 user: Joakim Svendsen, Svendsen Tech tags: trunk
13:45
This script takes the output from the “ls vdisk full xml > vdisks.xml” HP EVA/P6000 and parses it into a form that can be imported into XML for reporting purposes. check-in: 1747c8d7ad user: jgrote tags: trunk
13:45
Simple function that executes a command (stored procedure) against an SQL database. check-in: 84bea84b6c user: dragonmc77 tags: trunk
13:45
Measure-ScriptCode calculates some code metrics like the number of lines-of-code, comments, functions from script or module files it is fed. The script is PowerShell 3 or later only because of use of AST (Abstract Syntax Tree). check-in: f69f9e2c20 user: Victor Vogelpoel tags: trunk
13:45
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: 51ade8f40e user: mtown_nerd tags: trunk
13:45
A couple of helper functions to make comparing things easier… check-in: 2f63b3d0f5 user: Joel Bennett tags: trunk
13:45
Made some improvements check-in: 2bf9f18b5d user: tysonkopczynski tags: trunk
13:45
Get-PEManifest and Get-PEHeader some fixes check-in: b1690196bf user: greg zakharov tags: trunk
13:45
This PowerShell Script will compare all of the files in the same directory on two or more different computers. It will compute the MD5 hash of a file and use that to compare check-in: 375b250ede user: Brian tags: trunk
13:45
Simple function that returns the UNC path (administrative share) of a local path. check-in: 9eef76be4b user: dragonmc77 tags: trunk
13:45
This is script will first ask for a computername and then will scan the Win32_UserProfile WMI class and present the user with all of the possible user profiles to remove. After the profile has been deleted, the user has a choice to continue to remove another profile or quit. This script will only work against Vista and above client OS’s and Window 2008 and above server OS’s, but can be ran from any OS that has PowerShell installed. check-in: 4de0ca1967 user: Boe Prox tags: trunk
13:45
This is script will first ask for a computername and then will scan the Win32_UserProfile WMI class and present the user with all of the possible user profiles to remove. After the profile has been deleted, the user has a choice to continue to remove another profile or quit. This script will only work against Vista and above client OS’s and Window 2008 and above server OS’s, but can be ran from any OS that has PowerShell installed. check-in: ec2d00a07c user: Boe Prox tags: trunk
13:45
This is script will first ask for a computername and then will scan the Win32_UserProfile WMI class and present the user with all of the possible user profiles to remove. After the profile has been deleted, the user has a choice to continue to remove another profile or quit. This script will only work against Vista and above client OS’s and Window 2008 and above server OS’s, but can be ran from any OS that has PowerShell installed. check-in: a719ef66a6 user: Boe Prox tags: trunk
13:45
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 0a23b15d50 user: Lee Holmes tags: trunk
13:45
The infamous ellipsis function lets you pick out a single property, rather like using Select -Expand … except it runs in about 2/3 the time. check-in: 022e2706c2 user: Joel Bennett tags: trunk
13:45
Returns the corresponding device path for each drive letter check-in: 3dff6bd2a6 user: Matthew Graeber tags: trunk
13:45
first fix for Expand-PEInfo (http://poshcode.org/4764) check-in: 6fe1874394 user: greg zakharov tags: trunk
13:45
this is just a preliminary version check-in: 142817f06e user: greg zakharov tags: trunk
13:45
Inspired from http://www.vtesseract.com/post/16203019395/more-powershell-fun-star-wars check-in: f82436d310 user: James Vahanian tags: trunk
13:45
this is simplest (and correct) way to dump mainifest of PE check-in: 79103eabd4 user: greg zakharov tags: trunk
13:45
i’m continuing to experiment with powershell :) check-in: 71f0009e5e user: greg zakharov tags: trunk
13:45
New-TypeAlias, Get-TypeAlias functions for adding and querying type accelerators. Compatible with powershell 3.0, 4.0 check-in: dea9c45290 user: Oisin Grehan tags: trunk
13:45
Set applications/windows on hide of TeamViewer windows check-in: 68b76c4cc8 user: quay776 tags: trunk
13:45
This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 09243643ea user: CrazyDave tags: trunk
13:45
- NOTES check-in: f98a699723 user: ChristopheCREMON tags: trunk
13:45
I use this script to delete shadow copies older than 30 days from our file and print servers. I have it installed on Server 2012 Core Servers. check-in: a09f029b70 user: Wayne Johnson tags: trunk
13:45
Actually, this is only an idea and I’m not sure that it’ll be useful because I usually use Sysinternals ProcDump tool (hello, Mark!) check-in: 20e676ff03 user: greg zakharov tags: trunk