Great script! Thanks.

I am getting these errors on the free disk space calculation (I have 4 servers in the servers.txt file):

Bad numeric constant: 2,605.26.

At C:\psscripts\DailyReport.ps1:132 char:40

+            $Pfree = "{0:P2}" -f ($free/ <<<< $size)

   + CategoryInfo          : InvalidOperation: (2,605.26:String) [], RuntimeException

   + FullyQualifiedErrorId : BadNumericConstant

Bad numeric constant: 2,536.23.

At C:\psscripts\DailyReport.ps1:132 char:40

+            $Pfree = "{0:P2}" -f ($free/ <<<< $size)

   + CategoryInfo          : InvalidOperation: (2,536.23:String) [], RuntimeException

   + FullyQualifiedErrorId : BadNumericConstant

Bad numeric constant: 2,664.45.

At C:\psscripts\DailyReport.ps1:132 char:40

+            $Pfree = "{0:P2}" -f ($free/ <<<< $size)

   + CategoryInfo          : InvalidOperation: (2,664.45:String) [], RuntimeException

   + FullyQualifiedErrorId : BadNumericConstant

Bad numeric constant: 2,936.77.

At C:\psscripts\DailyReport.ps1:132 char:40

+            $Pfree = "{0:P2}" -f ($free/ <<<< $size)

   + CategoryInfo          : InvalidOperation: (2,936.77:String) [], RuntimeException

   + FullyQualifiedErrorId : BadNumericConstant