Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file Export-SPListToSQL.ps1 version 1b1fff67ba
|
2018-06-10
| ||
| 12:56 | Imports an Excel spreadsheet to a SQL Server table using OLEDB check-in: 69d976610a user: Chad MIller tags: trunk | |
| 12:56 | Powershell wrapper to an Oracle stored procedure returning one Ref cursor. Here it determines the version of the Oracle Server. You can substitute similar procedures. check-in: a425ac95dc user: unknown tags: trunk | |
| 12:56 | A PowerShell 2.0 function to do the equivalent of the ‘nix tail, including the continuous feature (tail -f). Notice this does not try to emulate the ‘nix command parameters, which never made sense to me. I’ll leave that to someone else. check-in: e2ac3bae70 user: Joel Bennett tags: trunk | |
| 12:56 | Creates a bridge between (any) MUC chatroom and a Jabber user — by default it joins the #PowerShell channel at IRC.FreeNode.net and echos everything said there to you, and everything you say to it … to the chat room. Really quite useless, except as a demonstration. check-in: 2bc299e2f6 user: halr9000 tags: trunk | |
| 12:56 | moved source from Poshcomm http://powershellcommunity.org/Forums/tabid/54/aff/1/aft/3804/afv/topic/afpgj/2/Default.aspx#4926 to accelerate development, and because I was sick of fighting the WYSIWYG editor… check-in: 270e47bb8b user: glnsize tags: trunk | |
| 12:56 | Original author: James Brundage @ Microsoft check-in: ca7f27e66f user: halr9000 tags: trunk | |
| 12:56 | early code check-in: 8b33f499fb user: unknown tags: trunk | |
| 12:56 | Remove diacritics from string : check-in: a77acd02d3 user: Grgory Schiro tags: trunk | |
| 12:56 | Get a dictionary of parameters for a function or cmdlet, optionally including the common parameters (verbose, debug etc) for functions using cmdletbinding, or ordinary cmdlets. check-in: 6507aafdbb user: Oisin Grehan tags: trunk | |
| 12:56 | With just a few arguments, it is easy to make some text appear in a little balloon. check-in: 00ae7cd9ba user: Rob Lancaster tags: trunk | |
| 12:56 | With just a few arguments, it is easy to make some text appear in a little balloon. check-in: 75c55edcf0 user: cz9qvh tags: trunk | |
| 12:56 | Work-in-progress. This script is meant to be run from a “scripts/” subdirectory as part of a larger build structure. It won’t run by itself, but maybe you’ll find the SharePoint deployment bits useful. check-in: a045211f25 user: unknown tags: trunk | |
| 12:56 | Display a “working” animation without knowing how much work you’ll be doing … check-in: efd7363636 user: unknown tags: trunk | |
| 12:56 | Generates a self-signed certificate authority and a code-signing certificate using OpenSSL check-in: bbc6203baa user: Joel Bennett tags: trunk | |
| 12:56 | Generates a Linux VMDK Backup Script 0.7.1 check-in: dbd262edb6 user: Patrick tags: trunk | |
| 12:56 | Generates a Linux VMDK Backup Script check-in: 4a79070c65 user: Patrick tags: trunk | |
| 12:56 | A stay-on-top (borderless window) countdown timer, with a percentage-based color progress bar as well as sizeable font … as well as audio file and voice alarms. check-in: e23b37f3ea user: Joel Bennett tags: trunk | |
| 12:56 | Down to a two-statement sciptblock. check-in: bafb915d78 user: unknown tags: trunk | |
| 12:56 | Requires V2 check-in: b0d3781985 user: cz9qvh tags: trunk | |
| 12:56 | Requires V2 check-in: 3071e99444 user: unknown tags: trunk | |
| 12:56 | @Karl check-in: 09f96797e2 user: Robert Robelo tags: trunk | |
| 12:56 | @Karl check-in: c5f1feeaba user: unknown tags: trunk | |
| 12:56 | Read a string from the host using SecureString input, but output it as a plain string for use in functions that don’t accept SecureStrings check-in: a495d787b7 user: Joel Bennett tags: trunk | |
| 12:56 | Made some improvements check-in: 29bc33223a user: tysonkopczynski tags: trunk | |
| 12:56 | I fixed some stuff. check-in: 885cbca97d user: tysonkopczynski tags: trunk | |
| 12:56 | Script Creates Form and Retrieves Remote (and Local) Computer Inventory. check-in: 84e9ce2b54 user: Assaf Miron tags: trunk | |
| 12:56 | @CAMurphy A slightly more elegant PowerShell version for his challenge check-in: f860ef9b74 user: Joel Bennett tags: trunk | |
| 12:56 | A general-purpose function for generating a “totals” row for data with numeric properties. check-in: ef8de7028a user: Joel Bennett tags: trunk | |
| 12:56 | Sends an XMPP (Jabber) instant message. These parameters are mandatory: From, To, Body. Password can be supplied on the command line, or if omitted, you will be prompted for it. check-in: 0241e535a5 user: halr9000 tags: trunk | |
| 12:56 | @CAMurphy A slightly more elegant PowerShell version for his challenge check-in: 78ea938e2b user: Joel Bennett tags: trunk | |
| 12:56 | A code sample to gather all assigned proxy addresses of an Active Directory User Object. check-in: e639511d1a user: unknown tags: trunk | |
| 12:56 | AS function. simple wrapper for generating the hashtables that select-object uses check-in: de7046db33 user: karl prosser tags: trunk | |
| 12:56 | Uses PowerBoots to draw a pipe-chart of each computer’s memory use, and display them each in turn, with nice navigation between them. check-in: 8be23e1c46 user: Joel Bennett tags: trunk | |
| 12:56 | A piece that’s missing from PoshCode 0.01 check-in: d9ba5470bc user: unknown tags: trunk | |
| 12:56 | Sends output to Excel, PDF, or Image files check-in: e079091bf4 user: Chad MIller tags: trunk | |
| 12:56 | A PowerShell 2.0 Brush for the javascript SyntaxHighlighter check-in: 64614980bb user: Joel Bennett tags: trunk | |
| 12:56 | Runs a FullTextSqlQuery against your local MOSS farm; useful as a quick(!) search query test workbench. check-in: e6605bffdf user: unknown tags: trunk | |
| 12:56 | Create functions that wrap chosen stored procedures and surface their input parameters as function parameters. Output parameters are returned in a custom object with a property name for each output parameter. check-in: 1925ed920c user: Steven Murawski tags: trunk | |
| 12:56 | I’ve tweaked New-SshSession to read the default prompt, means you can just New-SshSession; Invoke-Ssh ls … and go on with life. check-in: 4c848c93c7 user: Joel Bennett tags: trunk | |
| 12:56 | This script uses the System.Management.Automation.PsParser class to highlight PowerShell syntax with HTML. check-in: e44092d40e user: Jeff Hillman tags: trunk | |
| 12:56 | Create functions that wrap chosen stored procedures and surface their input parameters as function parameters. Output parameters are returned in a custom object with a property name for each output parameter. check-in: 0c75dbf7a4 user: Steven Murawski tags: trunk | |
| 12:56 | With just a few arguments, it is easy to make some text appear in a little balloon. check-in: e9fe01dc53 user: cz9qvh tags: trunk | |
| 12:56 | Exports a SharePoint list to a SQL Server table using OLEDB check-in: e20d7aa977 user: Chad Miller tags: trunk | |