Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
81 check-ins using file ConvertFrom-SDDL.ps1 version d744ccc316
2018-06-10
| ||
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 | |
13:54 | Get-WifiNetwork – return the parsed output of netsh wlan show network mode=bssid in psobject form. Does exactly what it says on the tin. Requires Vista/2008 or higher, or XP SP3 with a hotfix (I can’t recall which one, sorry.) check-in: 3d5cbec8e7 user: Oisin Grehan tags: trunk | |
13:54 | Get-WifiNetwork – return the parsed output of netsh wlan show network mode=bssid in psobject form. Does exactly what it says on the tin. Requires Vista/2008 or higher, or XP SP3 with a hotfix (I can’t recall which one, sorry.) check-in: debab2fd51 user: Oisin Grehan tags: trunk | |
13:54 | Saturated addition and casting from numeric types to integer types using clamping to handle overflows. check-in: e0cb48c94a user: Public Domain tags: trunk | |
13:54 | 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: 0ae3130b5f user: alanrenouf tags: trunk | |
13:54 | Generates an CSR certificate request powershell check-in: c585a8f81a user: Pavel_Kandratsyeu tags: trunk | |
13:54 | A function to rename a computer check-in: 28f17430d7 user: Gerald Klassen tags: trunk | |
13:54 | Refreshes an Availability group database from a backup taken from a Load Server check-in: b6ca1d9232 user: Rob Sewell http tags: trunk | |
13:54 | How to obtain file fragmentation data via PowerShell? That’s answer. check-in: 7af2c36e96 user: skourlatov tags: trunk | |
13:54 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes, updated for 32/64 bit view by Burt Harris check-in: 532fe43732 user: Lee Holmes tags: trunk | |
13:54 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes, check-in: 0584a5e412 user: Lee Holmes tags: trunk | |
13:54 | Modified Robbie Foust’s Get-Regex.ps1 to streamline code. This version requires PowerShell 3.0. check-in: 1ca4d6b314 user: Robbie Foust tags: trunk | |
13:54 | Modified Robbie Foust’s Get-Regex.ps1 to streamline code. This version requires PowerShell 3.0. check-in: e84bc5e646 user: Robbie Foust tags: trunk | |
13:54 | A Module to solve fileshare permission issues once and for all. Allows you to impersonate other network credentials for windows network authentication. check-in: 34b68d4193 user: Joel Bennett tags: trunk | |
13:54 | lscpu is the great command but what if I just wanna see CPU model? check-in: d429db12e0 user: greg zakharov tags: trunk | |
13:54 | Hack your ESXi welcome screen. check-in: b62b32931e user: Carter Shanklin tags: trunk | |
13:54 | Create a simple calendar with all your flights from TripIt account. Feel free to make your improvements. check-in: b612d4ef5d user: GTworek tags: trunk | |
13:54 | A v2.0 function to recursively get the sizes of all subdirectories under a root path. check-in: 5e55f3e5f5 user: tojo2000 tags: trunk | |
13:54 | This cmdlet could help with the process of finding out if a group is used in Active Directory by finding out when the members of the group logged on last time. check-in: 2020826e5d user: DollarUnderscore tags: trunk | |
13:54 | This module provides two functions: check-in: cecd43490d user: Tome Tanasovski tags: trunk | |
13:54 | Very grateful to greg zakharov for this example. Good luck you, greg, in search of work. check-in: ec53bbc8e0 user: greg zakharov tags: trunk | |
13:54 | Made some improvements check-in: 029e997f79 user: tysonkopczynski tags: trunk | |
13:54 | This script refreshes a mirrored database. More details at http://sqldbawithabeard.com check-in: 321125dafe user: Rob Sewell http tags: trunk | |
13:54 | retrieve the windows product key of a specified machine using WMI check-in: 4735d73ed6 user: dasdas tags: trunk | |
13:54 | compatibility: PowerShell 1.0, PowerShell v2.0 check-in: 023cb5cd83 user: Oisin Grehan tags: trunk | |
13:54 | A pure powershell script to run periodic updates to your DuckDNS IP Address. check-in: e5a6f3a69c user: GodEater tags: trunk | |
13:54 | A snippet which will setup a job that repeats every 5 minutes at boot time. check-in: fa76f3973e user: GodEater tags: trunk | |
13:54 | Your first steps at capturing packets from PowerShell with WinPcap via SharpPcap check-in: 7c8fb15637 user: Joel Bennett tags: trunk | |
13:54 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: ea1d8272b4 user: Lee Holmes tags: trunk | |
13:54 | A Module to solve fileshare permission issues once and for all. Allows you to impersonate other network credentials for windows network authentication. check-in: 1d1e92adcb user: Joel Bennett tags: trunk | |
13:54 | There was a script written by TheMoblin http://poshcode.org/4651 that started a discussion at the Powershell forums http://powershell.org/wp/forums/topic/how-to-make-this-more-useful-for-my-situation/ as I was having issues getting it to work in my particular situation. Mike Robbins responded with the below code. My original description for this was incorrect and this is an updated description to ensure Mike gets the correct credit as it is well deserved. check-in: c232be3e83 user: xspader tags: trunk | |
13:54 | This demo shows how to highlight text in RichTextBox with Dictionary<string, color>. Tested on PowerShell v2 check-in: a33570b080 user: greg zakharov tags: trunk | |
13:54 | This is an update to the original script from TheMoblin http://poshcode.org/4651 for larger implementations for larger AD infrastructure. I had help with this from Don and Mike at Powershell.org forums. check-in: d658b06858 user: xspader tags: trunk | |
13:54 | This is an update to the original script from TheMoblin http://poshcode.org/4651 for larger implementations for larger AD infrastructure. I had help with this from Don and Mike at Powershell.org forums. check-in: b0c7a7eaa0 user: xspader tags: trunk | |
13:54 | This is an update to the original script from TheMoblin http://poshcode.org/4651 for larger implementations for larger AD infrastructure. I have help with this from Don and Mike at Powershell.org forums. check-in: 38f9314402 user: xspader tags: trunk | |
13:54 | RESTful server in pure PowerShell. Does not require a webserver. Requires PowerShell v3.0. Further development of this project has moved to https://github.com/paruljain/powershell-webserver check-in: fb2af638b7 user: Parul Jain tags: trunk | |
13:54 | Very simple function to improve the usability of WMI method check-in: 9bb56139e2 user: skourlatov tags: trunk | |
13:54 | Recycle Bin Object check-in: 88d4a6252a user: skourlatov tags: trunk | |
13:54 | Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: a2025ed382 user: Jan Egil Ring tags: trunk | |
13:53 | Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: e692f83710 user: Jan Egil Ring tags: trunk | |
13:53 | A function to set a sql connection string in a web.config file check-in: 1a80d9bd26 user: Andy Schneider tags: trunk | |
13:53 | Sets the system primary DNS suffix by p-invoking the Win32 API. Returns true for success, false for failure. check-in: ffb5041480 user: Andy Arismendi tags: trunk | |
13:53 | Gets the picture stored in the thumbnailPhoto attribute for the specified user/users and saves it to the path specified by the Path parameter. Path should be a folder, not a file. check-in: d091611844 user: DollarUnderscore tags: trunk | |
13:53 | 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: 618417dfc0 user: Joel Bennett tags: trunk | |
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 | |