Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8040109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:47:17+00:00 2026-06-05T03:47:17+00:00

I am trying to use Powershell to get file names from a network folder.

  • 0

I am trying to use Powershell to get file names from a network folder. My understanding of Get-ChildItems (please correct me if I’m wrong on this) is that the cmdlet is trying to download the entire object which, in this case, is a series of product installers ranging in size from 25MB to 315MB per file.

The purpose of my script is to create a menu for the user to choose which file they would like to download. Everything works, except it takes 30+ minutes to populate the menu, which is obviously unacceptable.

I am thinking I may need to incorporate some .NET classes to make this work, but if I can do it purely with Powershell it would be nice. Any thoughts or suggestions would be appreciated.

$source = Get-ChildItem "\\networkdrive\Release\Installs\2012.1.2.3\"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T03:47:19+00:00Added an answer on June 5, 2026 at 3:47 am

    I found another way to do this but it does use .NET classes so, strictly speaking, it doesn’t fully answer my own question. However, it does get the job done, so here it is:

    $source = [System.IO.Directory]::GetFiles("\\networkdrive\Release\Installs\2012.1.2.3", "*.exe")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use powershell to get the file version of a file.
I'm trying to get the following example from Use Windows PowerShell to Manage Virtual
I'm trying to use Powershell to ping a couple of WCF Webservices from the
I'm trying use mod_rewrite to rewrite URLs from the following: http://www.site.com/one-two-file.php to http://www.site.com/one/two/file.php The
I am trying to use powershell to script some tasks within internet explorer. This
I am trying to use the TFSSnapin in PowerShell from C# code using System.Management.Automation
I'm trying to use a regular expression within PowerShell to remove everything from the
I'm trying to use the PowerShell Add-Member cmd on all the items in an
I have installed TFS Power Tools and I am trying to use the powershell
I'm trying to use Enumerable.ToList() in PowerShell. Apparently, to do that, I have to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.