Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file Convert-BounceToX500.ps1 version 007f857479
|
2018-06-10
| ||
| 14:14 | Original post of gregzakh can be found at https://github.com/gregzakh/alt-ps/blob/master/Invoke-InjectLibrary.ps1 check-in: 38b26542e3 user: Dan Jones tags: trunk | |
| 14:14 | Enumerate OpsMgr 2007 Object Discoveries targeted to Windows Server check-in: 1a30987641 user: Stefan Stranger tags: trunk | |
| 14:14 | deletes windows 10 bloatware and prevents Windows from installing them on additional users. Also inserts a registry line to stop the autodownloads like candycrush. check-in: 7e8f339206 user: Brian tags: trunk | |
| 14:14 | PowerShell 3 Script to call a Jira REST Service. Does HTTP BASIC Pre-Authentication (a plain Invoke-RestMethod does not work) check-in: 672065399b user: Markus Essl tags: trunk | |
| 14:14 | http://georgemauer.net/blog/enabledisable-fusionlog-powershell-script/ check-in: c81248e7f7 user: Inwza678 tags: trunk | |
| 14:14 | 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: 0da0ac1faf user: Chad Miller tags: trunk | |
| 14:14 | A functional test for confirming DNS Alias changes have taken effect for users. check-in: 6d8d75943a user: Ben Newton tags: trunk | |
| 14:14 | Get-DellWarranty (Uses new Dell API; the old Get-DellWarranty scripts screen scrape their site and no longer work because they changed the formatting of the tables. This relies on their API service so in theory it should be maintained by Dell and remain working. The script itself has an array of computer names at the top and will cycle through each system and query that warranty information. Based off of all warranty lines, the highest warranty is tracked and outputted as well. The Get-DellWarranty function itself is configured to accept a -servicetag or -serialnumber parameter or accept piped input, and outputs an object that contains objects of warranty entitlement lines. check-in: 896fca78f8 user: Dane Kantner tags: trunk | |
| 14:14 | Original post of gregzakh can be found at https://github.com/gregzakh/alt-ps/blob/master/Get-ProcessTree.ps1 check-in: 1df4dcf631 user: Dan Jones tags: trunk | |
| 14:14 | The following script shows how to send a magnet link to a remote transmission daemon. Don’t forget to replace the $addr, $port, $user and $pass variables at the top before using it. check-in: 575cb32fc0 user: meekmaak tags: trunk | |
| 14:14 | PS Module for creating new hires with functions for Exchange Online Mailbox, Skype voice provisioning, and UM Mailbox provisioning check-in: dba3dbb84f user: unknown tags: trunk | |
| 14:13 | 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: f551fbc4e1 user: unknown tags: trunk | |
| 14:13 | test post sqldom, parser check-in: 09e9eb0432 user: unknown tags: trunk | |
| 14:13 | I thought that it’s impossible. Some guy who calls himself gregzakh wrote a demo module called Func which allows you to invoke some WinAPI functions without defining dynamic modules in memory. This module correctly works on PowerShell v2, 4 and 5 (I have not got PowerShell v3 to test it). The script below uses Func library to set SeShutwondPrivilege privilege up for current PowerShell host. check-in: 1865d9fead user: Dan Jones tags: trunk | |
| 14:13 | 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: 0b4bca2c5c user: Richard van Erk tags: trunk | |
| 14:13 | An example of a client/server that works in PowerShell check-in: 8e2068f0d1 user: Joel Bennett tags: trunk | |
| 14:13 | Start-NamedPipe check-in: 5a60c45c59 user: theDude tags: trunk | |
| 14:13 | Get-FileEncoding function determines encoding by looking at Byte Order Mark (BOM). check-in: 7dc8bc5126 user: Chad Miller tags: trunk | |
| 14:13 | 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: f47b30b464 user: Boe Prox tags: trunk | |
| 14:13 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: ca2e77b5dd user: St3v3o tags: trunk | |
| 14:13 | Sets the system primary DNS suffix by p-invoking the Win32 API. Returns true for success, false for failure. check-in: 4f4675b796 user: Natedog tags: trunk | |
| 14:13 | Tags alert with PrincipalName, Severity and MP name in Custom fields. check-in: c73d7e8081 user: Stefan Stranger tags: trunk | |
| 14:13 | Sets the system primary DNS suffix by p-invoking the Win32 API. Returns true for success, false for failure. check-in: 047f7f3d20 user: Andy Arismendi tags: trunk | |
| 14:13 | Active Directory, bulk create OU’s with defined sub OU’s check-in: 21473755db user: chriskenis tags: trunk | |
| 14:13 | retrieve the windows product key of a specified machine using WMI check-in: a869241dd1 user: michal tags: trunk | |
| 14:13 | retrieve the windows product key of a specified machine using WMI check-in: 3659fe12a3 user: karl prosser tags: trunk | |
| 14:13 | test post sqldom check-in: 18b6f4a204 user: ietei tags: trunk | |
| 14:13 | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout, and allows for paramaterized queries and more! check-in: ef9d19928f user: Aaron Calderon tags: trunk | |
| 14:13 | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout, and allows for paramaterized queries and more! check-in: e58f7ee5db user: RCookieMonster tags: trunk | |
| 14:13 | This function creates a web client that will ignore all SSL certificate errors. Useful for uploading (HTTP PUT, maybe POST as well) to an https web server using a self-signed cert. check-in: 88ff806de1 user: Stephen Campbell tags: trunk | |
| 14:13 | Microsoft provided script, however I can’t download it at work but I can copy and paste. check-in: fed1ecde98 user: GuyinTheOffice tags: trunk | |
| 14:13 | My command prompt, as always. I leave this in a separate script file and invoke it from my profile. That way I can RE-invoke it to reset my prompt if I have to mess with it for some reason. check-in: bd4bd6f12a user: Joel Bennett tags: trunk | |
| 14:13 | 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: 03dbed6faf user: Daniel Srlv tags: trunk | |
| 14:13 | retrieve the windows product key of a specified machine using WMI check-in: a1919b01b8 user: karl prosser tags: trunk | |
| 14:13 | PS Module for creating new hires with functions for Exchange Online Mailbox, Skype voice provisioning, and UM Mailbox provisioning check-in: a3b6e3d8fe user: unknown tags: trunk | |
| 14:13 | Generic script for Citrix PVS and App-V to publish apps without the need for a management and database server for App-V. Generic script doesn’t need to be updated for every change or app so the image wont have to be opened and sealed every time. The published app in the XenApp console passes the necessary information for each new published app, making it easy to add apps on the fly and not have to modify the PVS image. This script should be not necessary if you have XenApp 7.8 or higher. check-in: 42e02c118d user: thegeek tags: trunk | |
| 14:13 | This function creates a web client that will ignore all SSL certificate errors. Useful for uploading (HTTP PUT, maybe POST as well) to an https web server using a self-signed cert. check-in: 755fecaada user: Carter Shanklin tags: trunk | |
| 14:13 | Test-TCPPort check-in: c7ea2c0947 user: Test-TCPPort tags: trunk | |
| 14:13 | Another silly toy I threw together in a few minutes. Use Get-AsciiFromString to generate your own if you want. check-in: 499d54dedc user: Geoff Guynn tags: trunk | |
| 14:13 | This script will make a copy of the local PST to the One drive folder check-in: 84fbab5fac user: Francois Fournier tags: trunk | |
| 14:13 | Get-DellWarranty (Uses new Dell API; the old Get-DellWarranty scripts screen scrape their site and no longer work because they changed the formatting of the tables. This relies on their API service so in theory it should be maintained by Dell and remain working. The script itself has an array of computer names at the top and will cycle through each system and query that warranty information. Based off of all warranty lines, the highest warranty is tracked and outputted as well. The Get-DellWarranty function itself is configured to accept a -servicetag or -serialnumber parameter or accept piped input, and outputs an object that contains objects of warranty entitlement lines. check-in: 9a05852e74 user: Dane Kantner tags: trunk | |
| 14:13 | Another silly toy I threw together in a few minutes. Use Get-AsciiFromString to generate your own if you want. check-in: 3bf2c9dae1 user: Geoff Guynn tags: trunk | |
| 14:13 | A silly remake of the See You Space Cowboy scripts that doesn’t write a file to disk. check-in: 0ae008f443 user: Geoff Guynn tags: trunk | |
| 14:13 | How to create a non blocking Graphical User Interface (GUI) with Windows Presentation Foundation (WPF) check-in: ecf42ca550 user: Peter Kriegel tags: trunk | |
| 14:13 | IMCEAEX-_O=EXCHANGE_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=Simon+20Woodhead4bf@clarketransport.co.uk check-in: 62b1e1a73f user: IMMTZ tags: trunk | |