Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
89 check-ins using file Find-Local-Group-Members.ps1 version f1ac0c469c
|
2018-06-10
| ||
| 13:30 | [One-liner] Sets all the local adapters to point to OpenDns.org’s DNS Servers check-in: e3ae34a7a9 user: CrazyDave tags: trunk | |
| 13:30 | Backs up the configuration of a Cisco UCS 61xx/62xx fabric interconnect using the Cisco PowerTool cmdlets. Designed to run as a scheduled task. Instructions are included in the script. Brief blog post at http://batchlife.wordpress.com/2012/11/14/powershell-script-to-backup/ . You’ll have to make the usual changes to directories, email addresses, etc. Hopefully I didn’t make the instructions more confusing when I sanitized the script for server names and the like. check-in: 64bb10f3b5 user: monahancj tags: trunk | |
| 13:30 | This script is intended to use IIS logs to audit OWA/Activesync logs for syncing of mail from an iPhone or a palm device. This script is not perfect, nor the prettiest thing in the world but it works. It could be further added to parse for windows mobile devices. If it was really slick it would grab all the unique values in the DeviceType= portion and then automatically include all mobile types. You can email the results to yourself in $To varible. check-in: 26cd5d9f31 user: Dan Dill tags: trunk | |
| 13:30 | Takes file-name and outputs fileobject with two more properties check-in: ef71ff2026 user: Stan Miller tags: trunk | |
| 13:30 | Get-installed is a powershell cmdlet for examining installed applications check-in: fc9ed91a90 user: Stan Miller tags: trunk | |
| 13:30 | Invoke-ISPackage.ps1 script is a wrapper around dtexec.exe to run an SSIS package. check-in: e84577517b user: Chad Miller tags: trunk | |
| 13:30 | Invoke-SqlCmdExes.ps1 script is a wrapper around sqlcmd.exe to run a T-SQL query or stored procedure and optionally outputs to a file. check-in: caf2ee3f96 user: Chad Miller tags: trunk | |
| 13:30 | This scripts converts Raw SID such as 010500000000000515000000A065CF7E784B9B5FE77C8770091C0100 into a standard SID output such as S-1-5-21-2127521184-1604012920-1887927527-72713 check-in: 04dc7222fe user: Francisco Puig D tags: trunk | |
| 13:30 | This scripts converts Raw SID such as 010500000000000515000000A065CF7E784B9B5FE77C8770091C0100 into a standard SID output such as S-1-5-21-2127521184-1604012920-1887927527-72713 check-in: fdb37afb26 user: Francisco Puig D tags: trunk | |
| 13:30 | 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: 2286a0e324 user: Samuel Mulhearn tags: trunk | |
| 13:30 | retrieve the windows product key of a specified machine using WMI check-in: 3a85a46616 user: karl prosser tags: trunk | |
| 13:30 | A function for recursively getting a list of unique users that are members of a Domain Group. check-in: 319bbaa1c1 user: z3r0c00l12 tags: trunk | |
| 13:30 | A function for recursively getting a list of unique users that are members of a Domain Group. check-in: 36c9439bd2 user: tojo2000 tags: trunk | |
| 13:30 | A bunch of functions for working with .ini files… (Updated to gracefully handle ini files with only one section by detecting if $sections is an array of matches or just a single match) check-in: b303c2ef5e user: Joel Bennett tags: trunk | |
| 13:30 | Two cmdlets for and from the Active-Directory uninitiated… check-in: 82c31debbb user: kevinslade tags: trunk | |
| 13:30 | This function returns an object that contains all the properties of a user object. This function works for small groups as well as groups in excess of 1000. check-in: d42afbbcfc user: Jeff Patton tags: trunk | |
| 13:30 | The Install-ISPackage script installs an Dtsx file to a SQL Server store using the command-line utility dtutil. check-in: 3e7ee019ba user: Chad Miller tags: trunk | |
| 13:30 | Takes file-name and outputs fileobject with two more properties check-in: 03b59828d8 user: unknown tags: trunk | |
| 13:30 | Get-installed is a powershell cmdlet for examining installed applications check-in: a42db539b4 user: Stan Miller tags: trunk | |
| 13:30 | Get-Attachments from Lotus Notes Mail database. It will go through all the email for “today” and download it to a folder you specify. check-in: 0e47deeb55 user: Chris Weislak tags: trunk | |
| 13:30 | This module provides two functions: check-in: 461ba29223 user: Tome Tanasovski tags: trunk | |
| 13:30 | For PowerShell 3: Export and Import DefaultParameterValues, optionally overwrite existing ones check-in: 99134354a4 user: Joel Bennett tags: trunk | |
| 13:30 | find combination of files in combination of folders check-in: 0ef3ee1316 user: chriskenis tags: trunk | |
| 13:30 | find combination of files in combination of folders check-in: e4c1198220 user: chriskenis tags: trunk | |
| 13:30 | Displays Capslock status icon in the Taskbar Notification area. Shows balloon tip if status has been changed. check-in: 6ff57c866f user: Bryan Jaudon tags: trunk | |
| 13:30 | Displays Numlock status icon in the Taskbar Notification area. Shows balloon tip if status has been changed. check-in: eabfd33df2 user: Bryan Jaudon tags: trunk | |
| 13:30 | 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: 6283f8d36b user: tomas tags: trunk | |
| 13:30 | GUI front-end for Send-MailMessage set up as a Testing program. Useful for Email Administrators who want to send a quick test email. check-in: 2c1bdf5f5a user: Bryan Jaudon tags: trunk | |
| 13:30 | Export top n consuming sqlplans via avg_worker_time (=cpu) for all databases of a given SQLServer (SQL2005+) Instance check-in: 28bd0e407c user: alzdba tags: trunk | |
| 13:30 | IronPython script for retrieving MS products. There is how to get Windows key in following example. check-in: e39607e156 user: Mark NElson tags: trunk | |
| 13:30 | Export top n consuming sqlplans via avg_worker_time (=cpu) for all databases of a given SQLServer (SQL2005+) Instance check-in: 56512e66c1 user: alzdba tags: trunk | |
| 13:30 | This script is analog of Sysinternals hex2dec but with additional feature – interactive mode. At last it has been wrote on command language, no C\C++. check-in: c1affaced5 user: greg zakharov tags: trunk | |
| 13:30 | This script is analog of Sysinternals hex2dec but with additional feature – interactive mode. At last it has been wrote on command language, no C\C++. check-in: 66f4210ed4 user: greg zakharov tags: trunk | |
| 13:29 | An example of a script method with mandatory parameters check-in: 74e86b403a user: Joel Bennett tags: trunk | |
| 13:29 | An example of a script method with mandatory parameters check-in: 4988bc5dc7 user: Joel Bennett tags: trunk | |
| 13:29 | Get information about free/used space on Windows server mount points (regular drives are also supported) using Get-MountPointData — click that link for more information. check-in: 08fe85df98 user: Joakim Svendsen tags: trunk | |
| 13:29 | Creates a DataTable for an object, based on script by Marc van Orsouw check-in: 0d405cad1a user: Chad Miller tags: trunk | |
| 13:29 | Generic function to execute query and return DataTable from any OLEDB data source. Tested against Excel, Informix, Oracle and SQL Server sources. check-in: 26045bddce user: Chad Miller tags: trunk | |
| 13:29 | Generic function to execute query and return DataTable from any OLEDB data source. Tested against Excel, Informix, Oracle and SQL Server sources. check-in: 7845b25bf2 user: Chad Miller tags: trunk | |
| 13:29 | bullshit check-in: d52e664b8e user: unknown tags: trunk | |
| 13:29 | Shows information about locally installed help files for your modules, alongside the available version online should you run update-help. This is for powershell 3.0 only. With thanks to Shay and Alexandair for useful snippets. check-in: e2440df4aa user: Oisin Grehan tags: trunk | |
| 13:29 | A bunch of functions for working with .ini files… check-in: de32d3a417 user: Joel Bennett tags: trunk | |
| 13:29 | Get items from SharePoint Lists check-in: ecde9fba0f user: Joel Bennett tags: trunk | |
| 13:29 | A function to compare result sets from SQL Server queries. I wrote it to help with ensuring that original and modified code returned the same results. Currently only works with similarly shaped results sets (i.e. those with the same number of columns). check-in: bc3ff32d53 user: Josh Feierman tags: trunk | |
| 13:29 | Check Hyper-V Settings for Time Synchronization Status from within a VM Hosted on a Hyper-V Host check-in: 87a7d51616 user: Vinith Menon tags: trunk | |
| 13:29 | A script which wraps some magic modes for merging folder trees around Copy-Item. There is no overwrite or keep newest version, dont copy empty folders and some options to control the logging of the operation. It is intended run with PowerShell V2 and V3. I intend to blog about it after intense testing on http://pauerschell.blogspot.de/ check-in: 10c3b577f6 user: Bernd Kriszio tags: trunk | |
| 13:29 | A script which wraps some magic modes for merging folder trees around Copy-Item. There is ‘no overwrite’ or keep newest version, don’t copy empty folders and some options to control the logging of the operation. It is intended run with PowerShell V2 and V3. I intend to blog about it after intense testing on http://pauerschell.blogspot.de/ check-in: d0a1352ea5 user: Bernd Kriszio tags: trunk | |
| 13:29 | Takes a fixed format CSV and pumps out clones from a template. Easily modified to do clones of a VM or create new VMs. Some of the restrictions mentioned in the notes appear to be fixed with VMware ESX v4.1. check-in: fbc07d08a9 user: monahancj tags: trunk | |
| 13:29 | A pure console screen saver in the vein of the popular CMatrix x-term screensaver. PowerShell 2.0 module, see blog post: http://goo.gl/5QkI5 check-in: ea7e54f7e8 user: Oisin Grehan tags: trunk | |
| 13:29 | Gathers data from Exchange mailbox servers. check-in: 23ba8313db user: Karl Mitschke tags: trunk | |
| 13:29 | Simple script to bulk-create printers on a print-server. Printers are imported from a csv-file. check-in: 59610dd12a user: Jan Egil Ring tags: trunk | |
| 13:29 | This script will allow you to query a web site and retrieve information about the web site and whether it is available or not. check-in: 06130444a6 user: Boe Prox tags: trunk | |
| 13:29 | 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: b361446c1f user: Trevor Wilson tags: trunk | |
| 13:29 | #Ty Lopes – Calgary – Oct 2012 check-in: be72d2dda1 user: Ty Lopes tags: trunk | |
| 13:29 | 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: 7ff0fcca73 user: Nigel Stuke tags: trunk | |
| 13:29 | Writes log files in a System Center format, readable by Trace32. I haven’t yet tested functionality with CMTrace, but based on what I can find, it should work. check-in: 7f2003e53c user: John Bruckler tags: trunk | |
| 13:29 | Its about time I added something to this site instead of leaching all of the great scripts. check-in: 1acc262ee5 user: Ty Lopes tags: trunk | |
| 13:29 | 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: fa3c1abee5 user: roger tags: trunk | |
| 13:29 | 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: 5407dd4c39 user: Nigel Stuke tags: trunk | |
| 13:29 | 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: fc6d1fd882 user: S-1-5-21-2398571 tags: trunk | |
| 13:29 | 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: 6c1403f7da user: S-1-5-21-2398571 tags: trunk | |
| 13:29 | Inverts the mouse wheel scrolling in Windows (to match the way it works in OS X) check-in: 1e20d778f6 user: Joel Bennett tags: trunk | |
| 13:29 | The Split-Job function provides easy multithreading at the command line or in a script. It was created from a system administrator’s point of view and is compatible with PS v1. Supports importing functions, variables and snapins. For history and background please visit http://www.jansveld.net/powershell. check-in: 9befcf55f0 user: Stephen Mills tags: trunk | |
| 13:29 | Enumerate users of a given local group. Uses WMI. Outputs strings, sorry about that. check-in: 555bc2d1b6 user: Carter Shanklin tags: trunk | |
| 13:29 | Gathers and sorts all of the service profile associations for a list of UCS clusters. Very handy for scanning growing UCS environments for all of your associations. check-in: 043ca8ab1a user: Josh Atwell tags: trunk | |
| 13:29 | Function will combine common .CSV files into one large file. CSV files expect to have same header. check-in: d508e57cb4 user: Josh Atwell tags: trunk | |
| 13:29 | validate cmdlet and function check-in: a306414d20 user: Walid Toumi tags: trunk | |
| 13:29 | Functions to view/enable/disable LDAP query logging on a DC and parse eventlog message from logged queries. check-in: 9eab1ff081 user: Patrick Sczepanski tags: trunk | |
| 13:29 | Functions to view/enable/disable LDAP query logging on a DC and parse eventlog message from logged queries. check-in: 9e30e7fb17 user: Patrick Sczepanski tags: trunk | |
| 13:29 | I wrote this scrip to find and zip database trace files. There are switch parameters to search subdirectories recursively as well as removing the original trace file. check-in: a2f13573dc user: Kevin Bullen tags: trunk | |
| 13:29 | Use of export-csv -Append check-in: 1893f17544 user: unknown tags: trunk | |
| 13:29 | quick hard coded script for uploading a file to an ftp server. check-in: 9dfdb300d0 user: Stephen Price tags: trunk | |
| 13:29 | Ever wonder what kind of chassis your computer thinks it’s running on? Have a need to know if you’re RDP’d into a physical or virtual system? This script can probably answer the question for you. This script was adapted to PowerShell from a VBScript I’ve had for a while. It uses WMI to determine the Chassis type and translates the reported numerical code into decipherable text. – Thought i would rewrite this code using the switch function rather than elseif. Easier to read and less code to write. check-in: c8b468eb6d user: Owen08 tags: trunk | |
| 13:29 | I needed to deploy some DLLs to patch a program. This will copy files to a computer and log it in excel. The logging is the only weak link in this script because it uses the credentials of what ever user is running the script. I even included a backout function in the event you need to revert your changes. check-in: d35d31f137 user: HughS tags: trunk | |
| 13:28 | Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: 3eaa64d1e9 user: BSonPosh tags: trunk | |
| 13:28 | Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: 3ee247e3b5 user: BSonPosh tags: trunk | |
| 13:28 | 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: 40bb918380 user: Daniel Srlv tags: trunk | |
| 13:28 | Hello, check-in: 84664cf181 user: Brandon Murphy tags: trunk | |
| 13:28 | Provides same functionality as cliconfg.exe GUI. Although there is a WMI provider to add client network aliases, the differences between SQL version make it diffult to use. This method creates the registry key. check-in: 8365332841 user: Chad Miller tags: trunk | |
| 13:28 | Quickly convert a .NET type’s static methods into functions. (bugfix update: $type.Name -> $type.FullName) check-in: 15cfef6a99 user: Oisin Grehan tags: trunk | |
| 13:28 | copy, clean and dedup DNS zones, working code, check-in: 2687b81a39 user: chriskenis tags: trunk | |
| 13:28 | copy, clean and dedup DNS zones, working code, check-in: 9a58bd630b user: chriskenis tags: trunk | |
| 13:28 | 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: 24cc8a3de2 user: halr9000 tags: trunk | |
| 13:28 | Quickly convert a .NET type’s static methods into functions. check-in: ac4d3996c9 user: Oisin Grehan tags: trunk | |
| 13:28 | Trim working set for a PID. check-in: 597db2ff55 user: SunnyChakraborty tags: trunk | |
| 13:28 | Report-RecipientCounts.ps1 check-in: 97d21c7260 user: dethompson71 tags: trunk | |
| 13:28 | Queries the Dell Website for a list of service tags and returns the warranty information as a custom object. check-in: a1fea14f3e user: jasser tags: trunk | |
| 13:28 | Queries the Dell Website for a list of service tags and returns the warranty information as a custom object. check-in: 8843904c8e user: jgrote tags: trunk | |
| 13:28 | Find matching members in a local group check-in: 99402f52da user: Hal Rottenberg tags: trunk | |