Open Thanob opened 6 years ago
Hi,
is it possible to export the results to a csv?
Get-PoshWSUSRGroup -Name Testing | Get-PoshWSUSRGroupOverview | ft FullDomainName,Compliance,TotalMissingUpdates,CriticalUpdates,SecurityUpdates,LastSyncTime | Export-Csv -Path G:\Downloads\PoshWSUSReporting-master\wsus.csv -Append
When i make this, i get the following error:
27c87ef9bbda4f709f6b4002fa4af63c,"Microsoft.PowerShell.Commands.Internal.Format.TableRowEntry","False","None"
And is it possible to show missing updates by periods (e.g. older as 30 days, older as 60 days and older as 90 days)?
Many thanks for this wonderful script Kind Regards Tobias
Get-PoshWSUSRGroupOverview is not available
Hi,
is it possible to export the results to a csv?
Get-PoshWSUSRGroup -Name Testing | Get-PoshWSUSRGroupOverview | ft FullDomainName,Compliance,TotalMissingUpdates,CriticalUpdates,SecurityUpdates,LastSyncTime | Export-Csv -Path G:\Downloads\PoshWSUSReporting-master\wsus.csv -Append
When i make this, i get the following error:
And is it possible to show missing updates by periods (e.g. older as 30 days, older as 60 days and older as 90 days)?
Many thanks for this wonderful script Kind Regards Tobias