About 491,000 results
Open links in new tab
  1. Access network share without mapping drive letter (PowerShell)

    Oct 28, 2013 · I want to access a remote SMB network share \\SHARE-HOST\ without mapping a drive letter. I can manually do it in windows by typing \\SHARE-HOST\Share_folder\ in …

  2. Access already mapped network drive in PowerShell

    Mar 6, 2015 · 7 Are you starting this PowerShell console as Administrator or as your current user? If you are running it from a non-elevated command prompt, then it should see all your locally …

  3. Change current directory to the batch file directory

    The issue with the batch file is that I need to cd to the batch file directory first before executing the job, or else the script won't work. How to change to the current batch file directory?

  4. How to override the default dir alias in Powershell?

    24 I wanted to see colorized filenames when I typed dir in Powershell. So, I added the Set-ChildItemColor function from here to my profile file. I also added this line at the end of the …

  5. powershell - Why can't I Set-Location (cd) to the object returned …

    Mar 4, 2017 · Why can't I Set-Location (cd) to the object returned by Get-ChildItem? (aka ls, dir) Ask Question Asked 8 years, 9 months ago Modified 8 years, 9 months ago

  6. powershell - Setting a VM boot CD via PowerCLI - Server Fault

    Setting a VM boot CD via PowerCLI Ask Question Asked 13 years, 2 months ago Modified 2 years, 1 month ago

  7. Change the Powershell $profile directory - Server Fault

    There is an order a preference - but I can't remember what it is. More importantly, it gives you a choice of local locations, meaning you won't hit the issue that prevents scripts running from …

  8. rdp - How to use 'disk from remote desktop connection' on …

    On the command line: \\tsclient\c Either use Powershell, or map the UNC to a drive letter.

  9. Why can't I navigate Active Directory within Powershell?

    I have an AD: drive, which should allow me to browse active directory from within Powershell. But when I try to use it, it will not let me navigate beyond the root.

  10. How can an ISO image be mounted to a specified drive letter in …

    May 22, 2019 · I'd like to use Powershell, and specify the drive letter assignment at the time of mounting, such that I can use scripting commands on files on the mounted ISO (drive), after …