Powershell function to Check disk free space on remote computers
filed in PowerShell on Jul.29, 2010
Description: This function takes the computer name as argument and displays the disk free/total size information. One advantage with this function is, no need to search for admin windows when you want to run it. It prompts for admin credentials and connects to remote computer using them. Usage: PS C:\temp> Check-Diskspace -computer remotepc cmdlet Get-Credential [...]



