Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DebbieCoates_IPL

  1. DebbieCoates_IPL

    Copy all but last file

    I have a PowerShell script that copies excel files received within the last 10 minutes from one location to another, However, the last file in each folder is still in use, so when it copies them to the destination, the file is corrupt and wont open. So I need to amend my script to put all all...
  2. DebbieCoates_IPL

    Find file with wildcard between a specific period

    Hi, would appreciate any help I am trying to write my first PowerShell script. I am copying files from one directory to another, between 2 times. so far I have this $StartDate = (Get-Date).Addminutes(-10) $EndDate = Get-Date $StrSource ="H:\SOURCE" $StrTarget= "H:\TARGET" Get-ChildItem...

Part and Inventory Search

Back
Top