Copying Multiple Folders (various servers) to a single location with a CRC or MD5 check

Hi Gurus!
Any suggestions or insight on how I can do the following.  I need to copy multiple folder locations (and subfolders) from multiple servers to one server with a shared volume that will contain a folder for each of the copies.  This is for
data preservation.  I also need to do a CRC check or MD5 check on the process.  More or less like something below.
Source                                             
Destination
\\SERVER1\USER1                           
\\SERVER5\DATA1
\\SERVER2\USER2                             \\SERVER5\DATA2
\\SERVER3\USER3                             \\SERVER5\DATA3
\\SERVER4\USER4                             \\SERVER5\DATA4
Thanks

The copy process has its own checksums within, but do you mean an overall validation once you're done?  If so, seems like this is what you want, right?
http://blogs.technet.com/b/heyscriptingguy/archive/2012/05/31/use-powershell-to-compute-md5-hashes-and-find-changed-files.aspx
Mike Crowley | MVP
My Blog --
Planet Technologies

Similar Messages

  • How can I get a Album with multiple artists to appear as a single album with all of the tracks?

    How can I get a Album that contains multiple artists to appear as a single album with multiple tracks?  Also when I sync iTunes with my iPhone or iPad the Album appears as multiple albums with each artist.  The Album title is the same on each of the affected tracks.

    Quick answer:  Select all the tracks on the album, File > get info, and either give them all a single "album artist" or check the "compilation" flag.
    If these are from multiple-CD sets you may also need to enter the appropriate information in the disc number fields.

  • Mearge Multiple rows of same record in single row with /

    Dear Friends
    Here I am giving a example, In this example i want to mearge the records containing waybillno 24292 to single record but here i am having seperate tallerno which i want to combine in 1 record with '/'
    Please give the solution urgently
    WAYBILLNO WAYBILLDT TALLERNO TALLERDAT INVOICEVALUE
    24942 31-MAR-11 873000
    24942 31-MAR-11 3142 07-MAR-11
    24942 31-MAR-11 3145 18-MAR-11
    sandy
    Edited by: Sandy on 17 May, 2011 4:57 AM

    /* Formatted on 5/18/2011 10:10:36 AM (QP5 v5.149.1003.31008) */
    WITH t AS (SELECT 24942 WAYBILLNO,
                      '31-MAR-11' WAYBILLDT,
                      873000 TALLERNO,
                      NULL TALLERDAT
                 FROM DUAL
               UNION
               SELECT 24942,
                      '31-MAR-11',
                      3142,
                      '07-MAR-11'
                 FROM DUAL
               UNION
               SELECT 24942,
                      ' 31-MAR-11',
                      3145,
                      '18-MAR-11'
                 FROM DUAL
               UNION
               SELECT 24943,
                      '28-MAR-11',
                      3150,
                      '08-MAR-11'
                 FROM DUAL
               UNION
               SELECT 24943,
                      ' 20-MAR-11',
                      3155,
                      '12-MAR-11'
                 FROM DUAL)
        SELECT WAYBILLNO,
               MAX (SUBSTR (SYS_CONNECT_BY_PATH (WAYBILLDT, ','), 2)) WAYBILLDTS,
               MAX (SUBSTR (SYS_CONNECT_BY_PATH (TALLERNO, ','), 2)) TALLERNOS,
               MAX (SUBSTR (SYS_CONNECT_BY_PATH (TALLERDAT, ','), 2)) TALLERDATS
          FROM (SELECT WAYBILLNO,
                       WAYBILLDT,
                       TALLERNO,
                       TALLERDAT,
                       ROW_NUMBER ()
                       OVER (PARTITION BY WAYBILLNO
                             ORDER BY WAYBILLDT, TALLERNO, TALLERDAT)
                          rn
                  FROM t)
    -- WHERE CONNECT_BY_ISLEAF = 1  don't think connect by isleaf is available in 9i
    -- so you will need to pick the max and group by waybillno
    START WITH rn = 1
    CONNECT BY PRIOR rn = rn - 1 AND PRIOR WAYBILLNO = WAYBILLNO
      GROUP BY WAYBILLNO
      ORDER BY WAYBILLNO
    WAYBILLNO     WAYBILLDTS     TALLERNOS     TALLERDATS
    24942      31-MAR-11,31-MAR-11,31-MAR-11     3145,3142,873000     18-MAR-11,07-MAR-11,
    24943      20-MAR-11,28-MAR-11     3155,3150     12-MAR-11,08-MAR-11

  • Entering various items in a single field with screen painter

    Does someone know if is possible to create in a dynpro screen a field that behaves like an empty dropdown box and allow the user to enter more than one entry. (<i>Like the funcionality of</i> <b>SELECT-OPTIONS</b>).
    If that is possible how that field can be stored in a table?

    Here is a sample program showing you how to embed a selection screen in a dynpro.
    report zrich_0006 .
    tables: mara.
    * Custom Selection Screen 1010
    selection-screen begin of screen 1010 as subscreen.
    selection-screen begin of block b1 with frame title text-001.
    parameters: p_rad1 radiobutton group grp1 default 'X',
                p_rad2 radiobutton group grp1,
                p_rad3 radiobutton group grp1.
    select-options: s_matnr for  mara-matnr,
                    s_matkl for  mara-matkl,
                    s_mtart for  mara-mtart.
    selection-screen end of block b1.
    selection-screen end of screen 1010.
    start-of-selection.
      call screen 100.
    *&      Module  STATUS_0100  OUTPUT
    module status_0100 output.
    *  SET PF-STATUS 'xxxxxxxx'.
    *  SET TITLEBAR 'xxx'.
    endmodule.
    *&      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
    endmodule.
    * Screen screen 100 with a subscreen area called "subscreen_1010"
    * Screen Flow Logic follows
    *process before output.
    *  module status_0100.
    *  call subscreen subscreen_1010 including sy-repid '1010'.
    *process after input.
    *  call subscreen subscreen_1010 .
    *  module user_command_0100.
    Regards,
    Rich Heilman

  • Urgent: How to copy multiple sales order items into a return sales order?

    Dear developers,
    I have a requirement to copy multiple sales order items into a single return sales order. For example, generated return sales order have 2 items, item 10 is created with reference to sales item 2610/10 and item 20 is created with reference to sales item 2611/20. What's more, when it happens, copy control should be taken care of. I know it is possible to create this kind of order by transaction. But how to do it in coding?
    In current SAP release, there is only BAPI for creating with reference on 1:1 relationship which means copy one document to another but what I need is N:1 copy.
    Any suggestion is high appreciated!!
    BR,
    Tony.

    Hi ,
    If you are creating sales order by using bapi then after calling bapi you can check import parameter <i><b>SALESDOCUMENT</b></i> in the bapi function module .If this parameter is not initial then sales order is created in this case you can create return order. If this import parameter is initial then sales order is not created and you cannot use return bapi function module.
    Bapi is simple method than BDC.
    In above case it is required to call BAPI_TRANSACTION_COMMIT after every successful sales order creation.
    One more important point is you have to clear import parameter <i><b>SALESDOCUMENT</b></i>  before calling sales order creation function module.
    Thanks,
    shyla

  • HT2688 Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared librar

    Working on a single computer with multiple users, I have set things up to allow each user to view and listen to the others' music libraries under the "Shared Library" function.  Can you then connect an iPod touch and copy music from a shared library?

    Was your wife logged into the libray at the time you tried to log in? I have had a similar problem and it was because another user was logged into the library when I attempted to. I got the permission denied banner.

  • Multiple Standalone Persistence Manager Servers in a single JVM?

    Greetings [Kodo 3.4.1, Oracle9i]
    I am currently working on introducing the Kodo Standalone Persistence
    Manager Server into our architecture. One issue is that our application
    accesses several different databases, each via a separate
    PersistenceManagerFactory. This would mean (I think) that I would need to
    start a separate Standalone PM Server for every database, which would mean
    about 10 different JVMs running, just for the required Standalone PM
    Servers...
    The question... Will it be possible and sensible to run multiple
    "Standalone" Persistence Manager Servers within a single JVM? The idea
    would be for me to write a threaded server, where each of my threads invokes
    kodo.jdbc.runtime.StartPersistenceManagerServer.run(someJDBCConf), where I
    provide a JDBCConfiguration for each database I want to connect to. This
    means that my server will effectively be listening for clients on several
    different ports and accessing several databases all from within the same
    JVM.
    Is this feasible? Anyone with access to the source, can you say that the
    StartPersistenceManagerServer.run() method may be safely run in several
    different threads?
    I suppose another option would be to use the HTTP Persistence Manager Server
    and then simply deploy 10 servlets, one per database... But I'm trying to
    avoid introducing a servlet container into the mix.
    Thanks
    Drew

    Hi Marcus and thanks...
    Yes, I want to use Remote Persistence Managers. Currently we have a 2-Tier
    application, but we need to introduce a 3rd tier to be able to use the
    DataCache. If we don't do this, then each running application will have
    it's own DataCache, which will not "see" changes in other running
    application DataCaches. I have tried to attach a "before" and "after"
    diagram to illustrate...
    Now if we extend this a bit further, and say that instead of just one
    database, our application actually needs to access 10 different databases
    (so 10 different PersistenceManagerFactories and 10 different DataCaches),
    then hopefully it is clear that we would then need 10 separate Standalone
    Persistence Manager Servers. I have attempted to attach another diagram to
    illustrate.
    I don't really want to start up 10 Remote PM servers, I would rather just
    have one server, which brings me back to my original question... Can I run
    them all in a single JVM?
    Cheers and thanks
    Drew

  • Search multiple folders and muiltiple files and combine to single file

     I want to search multiple folders for muliple files and combine to single file name. The files I'm searching have same format, but where named
    differently in each of there processes. Now I want to combine based upon -SearchFor .. I'm having a problem with -Filter $SearchFor
    Code:
    Function Search-Files{
    Param([String[]]$Locations,[String[]]$SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\",-SearchFor "dodetail-cm.txt","somstr.txt",-AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"

    I think you might want to use -Include instead of -Filter.  Your -Include parameter accepts wildcards, i.e. *.docx or *somstr.txt
    Your command to actually append the content should be:
    Get-Content -Path $File.FullName | Out-File $AppendTo -Append
    You had $Files.FullName which might behave unexpectedly, if at all.
    Your actual command has several issues.
    Search-Files -Locations "\\servera\public\t1\usa\saleshist\","\\serverb\public\t2\usa\saleshist\" -SearchFor "dodetail-cm.txt","somstr.txt" -AppendTo "\\virt1\Saleshist_data_load_files\saleshdr.load.csv"
    You had commas following the lists of locations and searchfor terms, did that even work? Without seeing your source files or your target file I can only advise you so much, but ideally you would import-csv and export-csv.  Depending on the contents,
    you may be able to get away with get-content and out-file though.
    I hope this post has helped!

  • Is it possible to package PDF files so that a single file appears as if it is located in multiple folders?

    I am currently working on a project for a client that contains numerous hyperlinked files. As an overview, there is a guidebook that contains several sets of activities. Each set of activities calls on two or more individual files that reside in folders outside of the guidebook. Different sets of activities might call on the same individual file. Rather than duplicate it across multiple folders, my preference would be to have it reside in a single location, but be mirrored in each folder it is associated with.

    Not sure I see the problem. The file only needs to be in one place, you can link between folders.

  • Search multiple folders for files with same name and create single file

     I have a project where I need to search multiple folders for a file name and when found append data from each file to a single input file.
     Example
    root folder to start search
    \\servera\sales
    \\servera\it\salesa\cmmstr.txt
    \\servera\it\salesb\cmmstr.txt
    \\servera\it\salesc\cmmstr.txt
     I need to create a a single cmmstr.txt on the root folder. I would like it to be able to run this with parms to pass in folders to search and file names to search and single file name to create. I'm going to have a least 10 differnt files to
    search for and create output file for. The folders to search
    will somewhat be static.
     Thanks.

    I tested this out on my own seat and I think it should work for you. I wrote it as a function, all you have to do is pass the root folders you want to search and the file your looking for. The function will then search that directory and all sub directories
    for that file name. you will also have to provide it a file to append to, if the file dosen't exists the function will create it. If you run into an issues let me know and the links Mike
    Laughlin posted are a great resource.
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"

  • Multiple folders on a single MP3 cd

    when I put a MP3 cd in my car stereo, it asks me which folder do you want to play? This leads me to believe that I can put multiple folders on one cd, and I was wondering the logistics of this. Can I simply burn one folder on the cd, pick another play list in itunes and click burn while leaving the same CD in my drive?

    We don't support this yet but we are starting to look at what it would take to add this to the product.
    You can vote on this feature request here: http://forums.adobe.com/ideas/1046
    We use this to help prioritize our work.
    Thanks,
    Randy

  • Can I export multiple folders at the same time, keeping the album structure

    I'm exporting all of my photos from 2010 so far. Is there a way to export multiple folders at the same time, while keeping the existing album structure? It seems that when I try it, iPhoto exports them all to the same folder.
    I really don't want to do this one album at a time, and here's why -
    I'd like to select all of the albums, then export, using the plugin, to WalMart so that I can order prints.

    Check out [iPhotoToDisk|http://www.iphototodisk.com/index.html]
    I'd like to select all of the albums, then export, using the plugin, to WalMart so that I can order prints.
    Why not upload to Walmart from iPhoto? Check out the first option here:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Help with importing multiple folders

    Hi,
    I've just bought a new computer which has come with PE9 pre-installed. It looks like it could be a great program but ...
    Two big problems. Firstly, I tried importing all my pictures from "My Pictures". All my pictures are neatly arranged into their various folders so I clicked on "My Pictures" and it imported all 2000+ photos straight away which was great. However, the big problem is that it has copied every picture individually i.e. it hasn't imported the 20 odd individual folders I had those files arranged in. So firstly, and most importantly, how do I import multiple folders at the same time or can't I? Do I need to remove everything and just copy each individual folder across one by one? Because that sounds like an awful lot of work! I'm assuming it should import multiple folders at the same time but, as usual, there's nothing I can find on the forums or the FAQs to answer the question.
    Your help and advice would be gratefully received.
    Many thanks.

      Elements will simply mirror your hard drive making links to each image.
    When using File >> Get Photos & Videos >> From Files & Folders
    You can navigate to your system folders and then check the box to include all sub folders.
     

  • Can you make a continuous slideshow from multiple folders in iphoto?

    can you make a continuous slideshow from multiple folders in iphoto?

    Greetings,
    Yes you can but you have to add the images from the various events or albums to a single slideshow. 
    Create your slideshow, then drag all the images you want in that slideshow to the slideshow on the left hand side.
    -- http://docs.info.apple.com/article.html?path=iPhoto/9.0/en/pht6d9758b0.html
    When you go to play the slideshow you can click on settings and make sure the "repeat" option is checked.
    -- http://docs.info.apple.com/article.html?path=iPhoto/9.0/en/pht6d9774ac.html
    Cheers.

  • Deleting Multiple Folders

    Is it possible to delete the multiple folders I have selected?

    The usual way is :-
    Create an account say "default".
    Login with "default" and set up that account exactly how you want all the users to get. For example dock settings and browser home page etc.
    Tidy up the account, empty the trash, delete recent servers, clear browser caches etc.
    Login as root
    Delete the keychain of the "default" account.
    Copy all the home folders of default to /System/Library/User Template/English.lproj
    Run repair permissions
    Now all new users will get these home folders and settings when they logon.
    Now all you have to do is use a script that deletes the home folders of a students when they logout
    so they then get the default set when they login again.
    Here is an example of one :-
    #!/bin/sh
    rm -r /Users/$1
    N.B. OS X uses the variable $1 for the currently logged in user.
    The easiest way to get this running when they logout out, is to use Mike Bombich's loginwindow manager. It complains a bit when you open it to set it up, but it still does the job with login and logout scripts.
    Also have a look at this thread on edu_geek :-
    http://www.edugeek.net/forums/mac/72443-how-create-os-x-default-profile-template -bind-ad-10-5-10-6-a.html

Maybe you are looking for

  • How do you set up multiple time capsules in my home?

    I have one time capsule for my information and my roommate has another.  They are in the same room.  How do I set them up so our information doesn't get confused?

  • FIM Reporting Re-Installation Issue

    We have recently upgraded the entire FIM Environment from 4.1.3451.0 to 4.1.3510.0 For FIM Service, I have un-installed Reporting feature, installed the patched successfully, however when trying to re-install Reporting feature back onto the FIM Servi

  • Termination occured in ABAP Program in  "/SAPAPO/SAPLOM_DELTA_BASIS"

    Information on where terminated                                                                        Termination occurred in the ABAP program "/SAPAPO/SAPLOM_DELTA_BASIS" - in                          "/SAPAPO/OMB_DELT_REMOVE_TRGUID".              

  • How to install garageband on original iPad ?

    I just purchased garageband without realizing it is not compatible with original iPads. Came across article on web suggesting that I should be able to download an older version of the app as long as I own the current version. Which I do. Have spent p

  • How to get the rowcount of a resultset ????

    Hi , Is there anyway to get the rowcount of a resultset in bls without having to scan the resultset with a repeater? here , Resultset is the output of a sql query. Thanks & Regards Sreekanth