Lance Robinson
25 posts.
- How to Take Media You Enjoy OfflineMaking online conversations and relationships is very crucial to today's fast-moving world. Social Media platforms such as Twitter, Facebook, Instagram,…
- Program Files Environment Variable in PowerShellToday I saw this on Twitter from Julie Blender (@#juneb\get\help): > Need to reference the "ProgramFiles(x86)" environment variable in #PowerShell? Use…
- 10 DIY SharePoint Web Parts #7This post is the seventh in a, containing examples of SharePoint WebParts that anybody can build all by themselves. To read all posts in this series, or…
- PowerShell: sync system time with Internet time serverNetCmdlet’s get-time cmdlet uses the Internet TIME protocol to query Internet time server’s for the current time. It can also be used to sync the time on…
- Executing PowerShell commands from iPhone and Linux?!Update: Here is how I did it, with the published version of PowerShell Server: https://geekswithblogs.net/Lance/archive/2008/12/22/how-to-execute-sql-powe…
- NetCmdlets Invoke-Telnet?! And other PowerShell madness.On last week’s PowerScripting Podcast, Jonathan Walz and Hal Rottenberg interview /n software’s Eric Madariaga about NetCmdlets and (PowerShellASP).
- FXP - FTP transfers from server to serverEvery so often I get a question from someone who wants to transfer files between two FTP servers. In order to do so, they usually have to connect to…
- Sending Email On Behalf OfWhen you get an email from a yahoo group list, for example, it might say it was sent from yourgroup@yahoogroups.com on behalf of the person who actually…
- FTP error 425, "Can't open data connection."One of the most common questions I get about FTP has to do with error 425, "Can't open data connection." This is indeed a protocol level error that is…
- How to run CGI applications on IIS7While trying out the /n software IP\Works! 3-D Secure MPI C++ Edition (for implementing Verified By Visa, MasterCard SecureCode, or JCB J/Secure) I needed…
- NetCmdlets Cheat Sheet (PowerShell)Last winter, Ben Pearce put together a little PowerShell Cheat Sheet. I printed it out and I keep it handy at my desk. It occurred to me that a cheat…
- LDAP - Search for Active Directory Groups in PowerShelldoesn't have a long list of Active Directory cmdlets for PowerShell. Instead, it has 2. And they aren't AD specific - they just implement the LDAP…
- Shipping APIs - USPS and FedExTo complement the previous tutorials I've posted about how to add credit cards to your website or desktop applications, I will be posting a howto for how…
- RSS data feeds - RSS is not just for blogsRandy Charles Morin doesn't know why anyone would want to use RSS to transmit OFX data. I find his confusion odd:
- Using PSCredentials without a promptYou cannot use get-credential without some type of prompt (although you can do it without the pop-up dialog), however you can save your securestring…
- nunit testing 32-bit apps on 64-bit machineI'm trying to run nunit tests of a 32-bit assembly on a 64-bit machine. When I load the assembly (compiled with VS target platform set to x86) into nunit,…
- Powershell scripting contestWindows PowerShell Scripting Sweepstakes. I think its kinda funny, though, that the first prize teaser in the description of the contest is two…
- "Enterprise mashup maker"Sam Ruby points to this demonstration of "situational mashups" using IBM's DB2 v9. DB2 v9, aka "Viper", supports XPath and XQuery, and even Atom…
- Convert your Pocket PC into an iPod in seven easy stepsHere's a project for those of you who ~dislike functionality~ love iPods, but are cursed with PocketPC ownership. You can convert your Pocket PC into an…
- Primetime Podcast ReceiverEmail me Other Popular Posts - 10 DIY SharePoint WebParts - Guide to Free HDTV - - - Custom SharePoint RSS Feeds - - - - -
- FTP SSL through a NAT FirewallFTPS over a NAT Firewall is a problem, but there are solutions. First, an explanation of the problem: The reason why FTPS (and even FTP without SSL) is a…
- LDAP Authentication and Password ManagementUsing LDAP to authenticate users is common, fast, and easy way to do. A while back I wrote a using the IP\Works! LDAP component. This particular article…
- Winsock error 10053: Part 2Last month I mentioned winsock error 10053, "Software caused connection abort" (basically, the error means that something on the localhost caused the…
- RSS and Attention MetadataNick Bradbury evangelizes attention metadata. is right, companies sure as hell aren't going to want to give attention data away because its too valuable.…
- Interact with SIP server via TCPYou can interact with Asterisk over TCP and receive PBX event notifications. The Asterisk Manager API, while sparsely documented at voip-info.org is easy…
