ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » robocopy
  • PowerShell and Robocopy part 5

    I this part I will cover the code for the ''PowerShell Robocopy GUI'' as shown in PowerShell and Robocopy part 2 , before I will put everything together with some usage examples in the next and final post in this series. What happens in this PowerShell script ? First, I convert the Robocopy help object that we created in PowerShell and Robocopy ...
    Posted to The PowerShell Guy (Weblog) by MoW on October 1, 2008
  • PowerShell FormsLib example

    When I made the RoboGUI script, I will show in the next post in the robocopy series, I was experimenting with a Forms Library to make it easier to work with Forms in PowerShell, as The RoboGUI.ps1 uses it, I will post it here on my blog, It is not complete or under active development (and probably will not be anymore ) but it still might give you ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 27, 2008
  • PowerShell and Robocopy Part 4

    The following is the complete code for the wrapper example, and I did put it on PoSHcode.org , the PowerShell code repository, : As you can see below you can also use the Code in the Repository on your blog by using the provided link (Update try to fix codeexample output)and there are Cmdlets to retrieve the PowerShell code And now you ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 24, 2008
  • PowerShell and Robocopy part 3

    In this 3rd part of this  series we go on with the output of a Test copy, and will start to parse the robocopy log, I just made a sTest1 directory with some test files and started the command as explained in last post, You can see in the output that there are 3 distinct parts in the Robocopy output, Start, Details, Stop information divided ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 21, 2008
  • PowerShell and Robocopy part 2

    In last post we made a RoboCopy help Object We are going to use that later on, but first we make a sample Robocopy Job :   ############################################################################################# ## Robocopy example command ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 18, 2008
  • PowerShell and Robocopy part 1

    listening to the PowerScripting Podcast - Episode 41 RoboCopy was mentioned, and I remembered some Robocopy stuff I still had laying around : And I will use it as a series about using / wrapping a native tool from PowerShell, I start out with a bit of Text Processing,  ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 16, 2008
Powered by Community Server (Personal Edition), by Telligent Systems