79317708

Date: 2024-12-30 13:19:16
Score: 1.5
Natty:
Report link
  1. Open PowerShell ISE

  2. Type the following command:

    net use X: \server\share

  3. Replace X: with a drive letter you want to assign to the network share, and \server\share with the actual network path.

  4. Then, type to get the files of the drive

    dir X:\

  5. Then, type below to get storage details:

    Get-PSDrive -Name X

This will show the available space on the network drive as below.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shrinivas Choudekar