Jozef Trubac
Jozef Trubac
I ended up using this: ``` $UniqueRecipients | ForEach-Object { $Mail = $_ # Send email $EmailTable = $Table | Where-Object {$_.Mail -eq $Mail} $Html = New-HTML { New-HTMLSpanStyle -Content...
Thanks a lot. Ended up using EmailBody. So there is no way of setting maximum column width for a table ?
So I removed now the "System" Label on purpose to demonstrate this. ``` PS C:\Windows\system32> Get-Volume -DriveLetter c DriveLetter FileSystemLabel FileSystem DriveType HealthStatus SizeRemaining Size ----------- --------------- ---------- --------- ------------...
Could this be related? I have this very simple PowerShell DSC Disk config. Just trying to set a label. Disk CVolume { DiskId = ‘0’ DriveLetter = ‘C’ FSLabel =...
I wish to use DSC as one stop shop for whole config management. It would be better if DSC was not trying to resize the partition if it was not...
Thanks for your quick response. I implemented workaround. Would it anyway make sense to rewrite DSC Disk resource, not to be using Get-PartitionSupportedSize, unless the programmer wants to do something...
Done https://github.com/dsccommunity/StorageDsc/issues/246