DevPinoy.org
A Filipino Developers Community
      

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Setting Proxy settings in IE using PowerShell

    Whenever I go to a client and need to plugin to their network, I would find myself typing in proxy settings to get internet access. In IE, that would be in Tools -> Internet Options -> Connections -> LAN Settings. When I'm back in the office and plugged in to my corporate network, these...
    Posted to Joben.Rara.blogs(".NET") by velocity on 06-23-2007
    Filed under: Filed under:
  • "Clean up sources before packing them" by SBC Packers

    I recently did a walkthrough of the Web Service Software Factory for a group of developers. They are considering its use for their Web Services development. I used the accompanying Hands-On-Lab for the exercise and made some minor modifications to make it "fit" their current environment. After...
    Posted to Joben.Rara.blogs(".NET") by velocity on 05-15-2007
    Filed under: Filed under:
  • PowerShell Links Roundup

    Link #1 Scott Hanselman writes about a Reflector add-in that outputs PowerShell Code The one I've been messing with for the last few weeks is the PowerShell Language Add-in. Reflector can "decompile" (not the correct word) the IL within an assembly and show you the "intent" of...
    Posted to Joben.Rara.blogs(".NET") by velocity on 05-15-2007
    Filed under: Filed under:
  • My Bobblehead has arrived!

    I participated in the recent scripting games (under the Powershell category) because I wanted to win a prize ;-) So when I got home the other day a package was waiting for me... Link to Scripting Games MMVII: Dr. Scripto Bobblehead
    Posted to Joben.Rara.blogs(".NET") by velocity on 04-27-2007
    Filed under: Filed under:
  • How To: Check if there are processes that are running using .NET (using PowerShell)

    Keith posted a console app he created to determine the processes that are running .NET applications. I got thinking that this type of "utility" apps are perfect for PowerShell. So I took Keith's code and made an equivalent powershell script. $dotnet = @() $procs = get-process foreach ($proc in $procs...
    Posted to Joben.Rara.blogs(".NET") by velocity on 03-16-2007
    Filed under: Filed under: ,
  • A double header post

    This is my first blog post using Windows Live Writer . Setting up WLW to post to devpinoy was a great experience. All I had to do was give it the URL for my blog [http://community.devpinoy.org/blogs/velocity] and my username + password and it will try to guess the web blog provider as well as download...
    Posted to Joben.Rara.blogs(".NET") by velocity on 02-13-2007
    Filed under: Filed under: , ,
  • PowerShell for Vista has shipped!

    PowerShell for Vista has shipped. http://blogs.msdn.com/powershell/archive/2007/01/29/windows-powershell-1-0-for-windows-vista.aspx Some links to go A powershell cheatsheet http://blogs.msdn.com/powershell/archive/2007/01/24/powershell-cheat-sheet.aspx A VirtualLab for PowerShell (Learn by doing) http...
    Posted to Joben.Rara.blogs(".NET") by velocity on 01-31-2007
    Filed under: Filed under:
  • PowerGadgets: Desktop Reporting and Monitoring for IT/DB Professionals - Who Don't Write Code.

    PowerGadgets has just added a whole new level of "extending" PowerShell. Imagine providing charting facilities to a scripting language, all through its extensibility using .NET. Already I can image using PowerShell to drive build scripts and "visualize" the red/green status of builds. Let's see if this...
    Posted to Joben.Rara.blogs(".NET") by velocity on 11-18-2006
    Filed under: Filed under: ,
  • It's the small things

    I was giving a presentation on PowerShell, and of all the "demolets" (consistent with cmdlets hehe), it was this one that woke up an already sleepy participant $robobabe = new - object -com sapi.spvoice $robobabe.Speak(" Powershell rocks. You rocks ") Now, if only robobabe can check for grammar...
    Posted to Joben.Rara.blogs(".NET") by velocity on 11-08-2006
    Filed under: Filed under:
  • It's Windows PowerShell week

    http://www.microsoft.com/technet/scriptcenter/webcasts/ps.mspx Sign up for Windows PowerShell week. There's a webcast for each day of the week, where you will be introduced to the wonders of scripting with PowerShell. As for me, I'll be posting more of my PowerShell adventures...promise ;-) So why bother...
    Posted to Joben.Rara.blogs(".NET") by velocity on 11-02-2006
    Filed under: Filed under:
  • Powershell in fits and spurts

    I've been learning Powershell (aka Monad) in fits and spurts. Sometimes, you just need *real* motivation to get you started. In fits You know how it is, you see a post on a blog, you get excited, you download the "thang", play around with it, then real life happens...reports, deadlines, call customer...
    Posted to Joben.Rara.blogs(".NET") by velocity on 09-20-2006
    Filed under: Filed under:
Page 1 of 1 (11 items)

Copyright DevPinoy 2005-2008