PoshCode Archive  Timeline

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

123 check-ins using file Set-Computername.ps1 version 17542f1dcd

2018-06-10
13:58
HTML functions from the PowerShell Pack. check-in: 835bdf2092 user: rcookiemonster tags: trunk
13:58
IMCEAEX-_O=CAPIQCORPMAIL_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=+2AApp+20Spec+20-+20TCS+20+E2+80+93+20Global@capitaliq.com check-in: cedf5deea7 user: IMMTZ tags: trunk
13:57
Displays active TCP connections and includes the process ID (PID) and Name for each connection. check-in: d3b0967203 user: Shay Levy tags: trunk
13:57
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: 41623f063d user: Glenn Sizemore glnsize tags: trunk
13:57
This code is from a web scrape guide I’ve written on my blog. check-in: 59cff20bdb user: DollarUnderscore tags: trunk
13:57
A function to parse tables out of HTML files and return them as PowerShell objects. check-in: ef5eb79085 user: Carter Shanklin tags: trunk
13:57
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: fd2fa4b685 user: Glenn Sizemore glnsize tags: trunk
13:57
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: 3fc0cbc394 user: Daniel Cheng tags: trunk
13:57
Regex match valid character string check-in: c785c9e93a user: Zefram tags: trunk
13:57
IMCEAEX-_o=BLASTECH_ou=Exchange+20Administrative+20Group+20+28FYDIBOHF23SPDLT+29_cn=Recipients_cn=413261bf342845a7885ba18612590371-Shane+20Anderson@blastech.com.au check-in: 11101b3aad user: IMMTZ tags: trunk
13:57
Get CSV report for messages received in mailbox during a month check-in: dd254351db user: Andrei Moraru tags: trunk
13:57
This will perform a basic netstat.exe command and “objectize” its output. check-in: 2f77522023 user: glnsize tags: trunk
13:57
L33t, Couldn’t have been any easier. check-in: 6baeee3c10 user: 123456 tags: trunk
13:57
L33t, Couldn’t have been any easier. check-in: 0fd5ca1d0e user: 123456 tags: trunk
13:57
L33t, Couldn’t have been any easier. check-in: 20db3b7c86 user: VISIONED tags: trunk
13:57
L33t, Couldn’t have been any easier. check-in: fa15cc4c19 user: VISIONED tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: 72f9087e9c user: Andre Combrinck tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: 29d434b6d1 user: Andre Combrinck tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: 740b4eca78 user: Andre Combrinck tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: 6c028ac382 user: Andre Combrinck tags: trunk
13:57
Get-Weather parses and displays the current weather and forecast from the Yahoo! RSS. Simply enter your zipcode (or IXX code from Yahoo weather) and -c(elcius) if you don’t want Fahrenheit temperatures. check-in: 45951ef2af user: unknown tags: trunk
13:57
Generates an CSR certificate request powershell check-in: 5abc03b6fd user: Pavel tags: trunk
13:57
Connect to an exchange mailbox and get your latest emails. check-in: 70ec02b304 user: George Mauer tags: trunk
13:57
Removes the alpha channel of a given ARGB Color in Hex with the specified background color and returns a new [System.Drawing.Color]. check-in: cd008a9f30 user: Felix Bayer tags: trunk
13:57
Configure Visio Graphics Services – just a small snippet for me to remember check-in: f5d5d70c07 user: Brian H Madsen tags: trunk
13:57
This will perform a basic netstat.exe command and “objectize” its output. check-in: 136844f707 user: glnsize tags: trunk
13:57
Iterate site, list and items and show permissions – only adds items with unique permissions to report check-in: ff36ee1186 user: Brian H Madsen tags: trunk
13:57
Iterate site, list and items and show permissions – only adds items with unique permissions to report check-in: 2bfb70197f user: Brian H Madsen tags: trunk
13:57
L33t, Couldn’t have been any easier. check-in: b3a500aa6b user: SunnyChakraborty tags: trunk
13:57
Flattens a hashtable, removing ‘unnecessary’ levels of nesting. check-in: 4b39ce1963 user: Ross J Micheals tags: trunk
13:57
Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: 37decee4c2 user: Jan Egil Ring tags: trunk
13:57
<# check-in: ecbeb33757 user: DBAWithABeard tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: d9bd0b4a70 user: unknown tags: trunk
13:57
Generate your own CA and sign your own certificates check-in: 76a448f7d9 user: unknown tags: trunk
13:57
Mass User lookup Script to query user account name / UID and resolve a user’s first last name created by Morne Loubser. This simple light-weight script can resolve as many usernames as you’d like to in one go. There aren’t any sources that performs this function on the net, so this one is a definite keeper. The first of it’s kind to date to make it’s way onto the web. Can be used by both noobies and professional scripters. check-in: 7e262fd0a8 user: Morlokor tags: trunk
13:57
This is an example of how to use Timers, Events, and Jobs together in a way that doesn’t block the event, but does block the host. See the Example for … an example. More later when I have time to think of them ;-) check-in: 9a84ad86a2 user: Joel Bennett tags: trunk
13:57
A Whois script for powershell. check-in: 76fa610157 user: Joel Bennett tags: trunk
13:57
############################################################################################# check-in: 662940e8e8 user: Rob Sewell tags: trunk
13:57
Added support for header to pass into the log, fixed FileCountLimit error proxy to out-file when non-default specified (remove from $PSBoundParameters), set output of $PSBoundParameters add/removal to $null to prevent output of boolean result. check-in: 29509b3510 user: Jim Ficarra tags: trunk
13:57
Corrected syntax to delete the FileCountLimit’th file. (Script was failing to write past the max # of files) check-in: 7b19c9199d user: Jim Ficarra tags: trunk
13:57
History: check-in: 883fe60af8 user: greg zakharov tags: trunk
13:56
retrieve the windows product key of a specified machine using WMI check-in: 436d63bc29 user: karl prosser tags: trunk
13:56
It’s like Test-WSMan but you can set the flags, so you can turn off CACheck and CNCheck (and I do, by default) check-in: 105afc3284 user: Joel Bennett tags: trunk
13:56
Execute methods on vimService ESXi w/o using VMware assemblies. check-in: f0fbfc4981 user: waldo tags: trunk
13:56
IMCEAEX-_O=CONTOSO_OU=First+20Administrative+20Group_cn=Recipients_cn=john+5Fjacob+2Esmith@contoso.com check-in: 2b9907df97 user: ahygate tags: trunk
13:56
IMCEAEX-_O=CONTOSO_OU=First+20Administrative+20Group_cn=Recipients_cn=john+5Fjacob+2Esmith@contoso.com check-in: 28f75242f4 user: Test1 tags: trunk
13:56
This simple function exports the structure of nested groups in a similar way as folder and file structures are usually presented. check-in: d10d5f870d user: DollarUnderscore tags: trunk
13:56
Same as functionality as http://poshcode.org/5536 but with a GUI on top. check-in: f5045261f8 user: DollarUnderscore tags: trunk
13:56
This simple function exports the structure of nested groups in a similar way as folder and file structures are usually presented. check-in: 14e7e81c93 user: DollarUnderscore tags: trunk
13:56
Run the following from the Exchange 2010 shell and it will give you a semi-graphical view on the status of any open move requests: check-in: 6d51f9849f user: themoblin tags: trunk
13:56
Opens a function in a text editor…. check-in: faf536422e user: Joel Bennett tags: trunk
13:56
another delete files script check-in: 136b1217eb user: chriskenis tags: trunk
13:56
A tool to find a text editor check-in: 35d27343f5 user: Joel Bennett tags: trunk
13:56
Install and run BGInfo at startup using registry method check-in: a96cf98936 user: Chad Miller tags: trunk
13:56
Writes a message to the console with colored foreground and background. Given messages are split on word boundaries into lines, and each line is padded to $Limit length in order to allow the background color of the message to extend to $Limit consistently. check-in: 577cba7d55 user: jpbruckler tags: trunk
13:56
Splits a file into many files based on a regular expression check-in: 440be607cf user: Joel Bennett tags: trunk
13:56
Pattern which shows: How to create a non blocking GUI Thread and how to write Data with PowerShell to GUI controls correctly from a different Runspace. check-in: d26582ab25 user: Peter Kriegel tags: trunk
13:56
Requires – Quest ActiveRoles Snapin check-in: 559bc7551b user: Steven Saehrig tags: trunk
13:56
Creates or updates registry keys to disable SSL3 and enable TLS 1.0, 1.1, 1.2 check-in: f5dc06cba3 user: anonymous tags: trunk
13:56
opens a function in a text editor…. check-in: 6793472cc6 user: Joel Bennett tags: trunk
13:56
Late bound invocation for any methods/generic methods (or properties), including open generic members that would normally require awkward reflection and near-impossible manual generic type parameter inference. Pipe the type or instance, pass the method name as a string, the arguments as an object array and don’t forget to tell it if you want to call a static method. check-in: 2be2a9c7b8 user: Oisin Grehan tags: trunk
13:56
Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: f4695ab358 user: Jan Egil Ring tags: trunk
13:56
quick hard coded script for uploading a file to an ftp server. check-in: 46296409fa user: Stephen Price tags: trunk
13:56
quick hard coded script for uploading a file to an ftp server. check-in: d1380ffec6 user: Stephen Price tags: trunk
13:56
quick hard coded script for uploading a file to an ftp server. check-in: 35a43669a4 user: Stephen Price tags: trunk
13:56
IMCEAEX-_O=BAYMAIL_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SP DLT+29_CN=RECIPIENTS_CN=IMMTZ@bayer.cnb check-in: eb54c9d292 user: IMMTZ tags: trunk
13:56
Function to import security certificates. check-in: 6d100f2f08 user: iamlei dee tags: trunk
13:56
A simple function to force current user logoff without warning. The function takes one computer name or a list of computer names. check-in: f41e75143b user: lieuhon tags: trunk
13:56
IMCEAEX-_O=FIDELITY+20INTERNATIONAL_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=Sewnath+2C+20Genthaa8e@fil.com check-in: 1ba363ec4e user: IMMTZ tags: trunk
13:56
This complete module greatly facilitates backing up your Hyper-V virtual machines. check-in: e98db6a5f7 user: Brian Pruitt-G tags: trunk
13:56
See www.cosonok.com and CDOT-Check.ps1 check-in: 143fec7c60 user: vCosonok tags: trunk
13:56
See www.cosonok.com and CDOT-Check.ps1 check-in: 09046a4064 user: vCosonok tags: trunk
13:56
See www.cosonok.com and Set-DfsnForDR.ps1. check-in: 68ada878b1 user: vCosonok tags: trunk
13:56
Example extracting data from sysmon event logs. check-in: 8d0ebe28b5 user: rcookiemonster tags: trunk
13:56
I’m sick of searching for cars on KSL manually. check-in: ff15ea9d55 user: Zefram tags: trunk
13:56
I’m sick of searching for cars on KSL manually. check-in: 7a818fa6a0 user: Zefram tags: trunk
13:56
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. check-in: 1742e6a38a user: halr9000 tags: trunk
13:56
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: c64a77bb78 user: Lee Holmes tags: trunk
13:56
Generate your own CA and sign your own certificates check-in: 99c5a7b2fc user: Andre Combrinck tags: trunk
13:56
This complete module greatly facilitates backing up your Hyper-V virtual machines. check-in: 2919f04ff5 user: Brian Pruitt-G tags: trunk
13:56
This complete module greatly facilitates backing up your Hyper-V virtual machines. check-in: 50e6951e62 user: Joel Webster tags: trunk
13:55
This script iterates through a list of servers and writes to Excel check-in: f8ecf59c09 user: Rob Sewell http tags: trunk
13:55
Our Appassure backup service will periodically hang and stop taking scheduled snapshots. This script runs on the Appassure server as a scheduled task every 15 minutes. If the last snapshot job is older than 75 minutes (a value that takes into account the less frequent snapshots that take place over the weekend) it sends an email alert and reboots the server. ‘ScriptEvents’ is an event log I created on teh Appassure server to log these automatic reboots. check-in: bf2833eec6 user: JeffH tags: trunk
13:55
help-84 check-in: da57f66241 user: Ermias tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: 04926fd56a user: greg zakharov tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: 530507f161 user: greg zakharov tags: trunk
13:55
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. check-in: cd42a4c5e8 user: halr9000 tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: 9b32daf3ca user: greg zakharov tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: 2c6151981d user: greg zakharov tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: bab9acf1dd user: greg zakharov tags: trunk
13:55
Get a Full HTML computer Report from a list of computers or just one. The OutPath is the folder to store the report. It includes scheduled tasks, applications, services and more… check-in: f8867c3d4d user: Chris Weislak tags: trunk
13:55
adaptation of script to set local admin password thru SCCM check-in: 0f9a3dd98a user: chriskenis tags: trunk
13:55
Powershell JIRA REST method authentication and common functions… check-in: 9666323035 user: Chris916 tags: trunk
13:55
Get-OUComputerNames check-in: 61a5646520 user: Nathan Hartley tags: trunk
13:55
D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRRC;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU) check-in: c695d7c9e5 user: Matthew Graeber tags: trunk
13:55
Add new smtp address from csv and set new address primary check-in: 084bf37c15 user: Ermias tags: trunk
13:55
This is a script to remove empty folders from a drive. I used it when i had to clear up a shared drive from a former company. check-in: 38ca4d8c4e user: Trevor Wilson tags: trunk
13:55
Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 7d3e049fd0 user: 8i5i9 tags: trunk
13:55
usage : .\Get-OUComputerNames.ps1 “OU=TESTOU,dc=domain,dc=com” check-in: e3fcf1d5eb user: Nathan Hartley tags: trunk
13:55
This advanced function will return information about the estimated token size and group memberships of the specified user. check-in: 04707b216e user: DollarUnderscore tags: trunk
13:55
Last module from class. See, I didn’t forget. check-in: 4f7a3cc349 user: Don Jones tags: trunk
13:55
I know there already are a bunch of approaches to this, but this is my somewhat hacky contribution to wpf with powershell. I wanted to be able to draw my ui in visual studio or blend and then use the xaml with my powershell script in a simple way. It certainly has room for improvements, but I think it has potential. I’m quite sure that there are other (nicer) ways to do some of the more hacky stuff. check-in: 3d0ab06a14 user: David Sjstrand tags: trunk
13:55
I know there already are a bunch of approaches to this, but this is my somewhat hacky contribution to wpf with powershell. I wanted to be able to draw my ui in visual studio or blend and then use the xaml with my powershell script in a simple way. It certainly has room for improvements, but I think it has potential. I’m quite sure that there are other (nicer) ways to do some of the more hacky stuff. check-in: e4a96753c8 user: David Sjstrand tags: trunk
13:55
Migrating Printers from 2003 to 2008 check-in: 43f5abc691 user: Wesley K tags: trunk
13:55
Grab remote NIC settings, including Speed and Duplex. check-in: ee2805239e user: hugopeeters tags: trunk
13:55
Find matching members in a local group check-in: 69b29f048a user: Hal Rottenberg tags: trunk
13:55
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ca105878dc user: Lee Holmes tags: trunk
13:55
Wednesday Elsa module check-in: 8fe6e00bf3 user: Don Jones tags: trunk
13:55
“Taking Data from SQL [INTO] CSV [EHLO] SMTP-Email” check-in: 03a2a7d552 user: Paul Brice tags: trunk
13:55
Sets local account passwords on one or more computers. check-in: b9e2e7bea9 user: Nathan Hartley tags: trunk
13:55
Function to retrieve windows product info from registry with GUI check-in: 89bd922617 user: skourlatov tags: trunk
13:55
retrieve the windows product key of a specified machine using WMI check-in: 885bb79ad8 user: greg zakharov tags: trunk
13:55
Here is full description provided by the customer: check-in: e60972580c user: unknown tags: trunk
13:55
Remove diacritics from string : check-in: 7ae657e00e user: Grgory Schiro tags: trunk
13:55
This is a demo of one way you could implement handling Ctrl+C (CancelKeyPressed) without using PSEvent or PInvoke … check-in: 7c739f4e63 user: Joel Bennett tags: trunk
13:55
I found this script very useful. Enjoy!:) check-in: 8fa8be780d user: greg zakharov tags: trunk
13:55
Analog of UNIX lspci basic functionality. check-in: dde8bef497 user: greg zakharov tags: trunk
13:55
without wmi check-in: ed873d49d3 user: greg zakharov tags: trunk
13:55
Saturated addition, subtraction, multiplication, and casting from numeric types to integer types using clamping to handle overflows. check-in: 532daa9f3b user: Public Domain tags: trunk
13:55
Saturated addition, subtraction, multiplication, and casting from numeric types to integer types using clamping to handle overflows. check-in: 586de4aada user: Public Domain tags: trunk
13:55
This script refreshes a mirrored database. More details at http://sqldbawithabeard.com check-in: 2ba5bfd054 user: Rob Sewell http tags: trunk
13:54
Refreshes an Availability group database from a backup taken from a Load Server check-in: 8327949223 user: Rob Sewell http tags: trunk
13:54
A function to rename a computer check-in: 4b6f9b217e user: Gerald Klassen tags: trunk