Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. PowerShell

PowerShell

Scheduled Pinned Locked Moved The Lounge
windows-admintoolsxmlquestionworkspace
10 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Brisingr Aerowing
    wrote on last edited by
    #1

    is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

    Bob Dole

    The internet is a great way to get on the net.

    :doh: 2.0.82.7292 SP6a

    L A L N P 5 Replies Last reply
    0
    • B Brisingr Aerowing

      is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

      Bob Dole

      The internet is a great way to get on the net.

      :doh: 2.0.82.7292 SP6a

      L Offline
      L Offline
      Lurker1315
      wrote on last edited by
      #2

      Plus the ISE is an absolute beauty, I just discovered it the other day. Now I have it open on my 4th virtual desktop. And write code there to generate the code I want to write :D

      B 1 Reply Last reply
      0
      • B Brisingr Aerowing

        is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

        Bob Dole

        The internet is a great way to get on the net.

        :doh: 2.0.82.7292 SP6a

        A Offline
        A Offline
        AspDotNetDev
        wrote on last edited by
        #3

        I am really only interested in PowerShell for the potential use I may have for it in Azure, though my interest is somewhat reduced now that my company is no longer considering SharePoint as a web CMS. Still, it can do some nifty stuff, and it sounds like you are well on your way toward using it exactly as it should be. :thumbsup:

        Thou mewling ill-breeding pignut!

        B 1 Reply Last reply
        0
        • A AspDotNetDev

          I am really only interested in PowerShell for the potential use I may have for it in Azure, though my interest is somewhat reduced now that my company is no longer considering SharePoint as a web CMS. Still, it can do some nifty stuff, and it sounds like you are well on your way toward using it exactly as it should be. :thumbsup:

          Thou mewling ill-breeding pignut!

          B Offline
          B Offline
          Brisingr Aerowing
          wrote on last edited by
          #4

          Just messing around with it for a few minutes, and I already have a good feeling for how it works. Quite cool, I must say. I read a blog post (linked from the Insider News) that talked about a PowerShell-based project/solution format, and I am thinking of trying to get something like that working for the game development IDE I am working on. Might be a fun thing to do.

          Bob Dole

          The internet is a great way to get on the net.

          :doh: 2.0.82.7292 SP6a

          B 1 Reply Last reply
          0
          • L Lurker1315

            Plus the ISE is an absolute beauty, I just discovered it the other day. Now I have it open on my 4th virtual desktop. And write code there to generate the code I want to write :D

            B Offline
            B Offline
            Brisingr Aerowing
            wrote on last edited by
            #5

            polarboy wrote:

            And write code there to generate the code I want to write

            How meta.

            Bob Dole

            The internet is a great way to get on the net.

            :doh: 2.0.82.7292 SP6a

            1 Reply Last reply
            0
            • B Brisingr Aerowing

              Just messing around with it for a few minutes, and I already have a good feeling for how it works. Quite cool, I must say. I read a blog post (linked from the Insider News) that talked about a PowerShell-based project/solution format, and I am thinking of trying to get something like that working for the game development IDE I am working on. Might be a fun thing to do.

              Bob Dole

              The internet is a great way to get on the net.

              :doh: 2.0.82.7292 SP6a

              B Offline
              B Offline
              BillWoodruff
              wrote on last edited by
              #6

              Brisingr Aerowing wrote:

              Just messing around with it for a few minutes

              Be sure and make a Lounge post every other minute you use it, with complete details, and leave out no mention of anything related to PowerShell you come across anywhere (include links to the source please, unless it's a pron site). Without such nano-interval updates, the Lounge begins to deflate, and time starts running backwards, which plays bloody hell with the new reputation system that just got "off the ground." :) thanks, Bill

              “Thus on many occasions man divides himself into two persons, one who tries to fool the other, while a third, who in fact is the same as the other two, is filled with wonder at this confusion. Thinking becomes dramatic, and acts out the most complicated plots within itself, and, spectator, again, and again, becomes: actor.” From a book by the Danish writer, Paul Moller, which was a favorite of Niels Bohr.

              1 Reply Last reply
              0
              • B Brisingr Aerowing

                is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

                Bob Dole

                The internet is a great way to get on the net.

                :doh: 2.0.82.7292 SP6a

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                The free PowerGui [^] you might like. Also, some totally free reading for you ... 1. Windows PowerShell Owners Manual[^] 2. Ebook http://powershell.com/cs/blogs/ebookv2/default.aspx[^]

                K 1 Reply Last reply
                0
                • L Lost User

                  The free PowerGui [^] you might like. Also, some totally free reading for you ... 1. Windows PowerShell Owners Manual[^] 2. Ebook http://powershell.com/cs/blogs/ebookv2/default.aspx[^]

                  K Offline
                  K Offline
                  Kevin McFarlane
                  wrote on last edited by
                  #8

                  Richard A. Abbott wrote:

                  The free PowerGui [^] you might like.

                  Seconded.:thumbsup: A key strength is its superior IntelliSense, as it displays method documentation at the same time.

                  Kevin

                  1 Reply Last reply
                  0
                  • B Brisingr Aerowing

                    is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

                    Bob Dole

                    The internet is a great way to get on the net.

                    :doh: 2.0.82.7292 SP6a

                    N Offline
                    N Offline
                    Nemanja Trifunovic
                    wrote on last edited by
                    #9

                    Yes, it's quite good. Unfortunately, my only real experience with PowerShell was for SharePoint, and that part I am trying to forget :)

                    utf8-cpp

                    1 Reply Last reply
                    0
                    • B Brisingr Aerowing

                      is awesome. I am playing around with it to make a script that can read an XML document and download files specified by elements. It also can then install the downloaded items, extracting zip files and whatnot, and checking the return code for the installers. The XML document can also have an (optional) configuration section that specifies the base directory for downloads, the default action to take when an install fails, and so on and so forth. Why not build a simple command line application to do this? I just want to learn PowerShell, and I already am having a lot of fun with it.

                      Bob Dole

                      The internet is a great way to get on the net.

                      :doh: 2.0.82.7292 SP6a

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #10

                      Meh. My only experience with it so far is a script I received recently that connected to VMware VSphere services to gather information about virtual systems and store the data in a database. I had some trouble getting it to work within SSIS. Eventually I rewrote it in C#.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups