You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
2 years ago
|
# Check Free Space PS Script v22.01.1
|
||
|
|
||
|
Check Free Space is a PowerShell script that allows AD Admins to check the used/max HDD space on all drives on a remote PC on the domain.
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
Before you begin, ensure you have met the following requirements:
|
||
|
* PowerShell with the [ActiveDirectory](https://docs.microsoft.com/en-us/powershell/module/activedirectory/?view=windowsserver2022-ps) module installed (Windows only).
|
||
|
* Proper permissions granted by your Admin.
|
||
|
|
||
|
## Installing Check Free Space
|
||
|
|
||
|
To install Check Free Space, follow these steps:
|
||
|
|
||
|
* Download the release Source code and place the contents into folder at a location of your choosing.
|
||
|
|
||
|
## Using Check Free Space
|
||
|
|
||
|
To use Check Free Space, follow these steps:
|
||
|
|
||
|
```
|
||
|
- Open the script in a notepad program
|
||
|
- Enter the hostname of the target PC in the "HOSTNAME" field, replacing the word already there
|
||
|
- Save the file
|
||
|
- Run the script in PowerShell
|
||
|
- The results will be printed out in the terminal
|
||
|
```
|
||
|
|
||
|
This project uses the following license: [Unlicense](https://unlicense.org).
|