diff --git a/Formatting/PSDevOps.TestSuite.format.ps1 b/Formatting/PSDevOps.TestSuite.format.ps1
index 0f849c26..e2850597 100644
--- a/Formatting/PSDevOps.TestSuite.format.ps1
+++ b/Formatting/PSDevOps.TestSuite.format.ps1
@@ -1 +1,5 @@
-Write-FormatView -TypeName PSDevOps.TestSuite -Property Name, TestSuiteID, LastUpdated, QueryString -Width 20, 12, 12, 0 -Wrap -GroupByProperty TestPlanID
+Write-FormatView -TypeName PSDevOps.TestSuite -Property Name, TestSuiteID, LastUpdated, QueryString -Width 20, 12, 20, 0 -Wrap -GroupByProperty TestPlanName -VirtualProperty @{
+ LastUpdated = {
+ $_.LastUpdated.ToString('s')
+ }
+}
diff --git a/PSDevOps.format.ps1xml b/PSDevOps.format.ps1xml
index 975e1030..3b9143f4 100644
--- a/PSDevOps.format.ps1xml
+++ b/PSDevOps.format.ps1xml
@@ -1304,7 +1304,7 @@ $($ParentNode.CustomControl.CustomEntries.CustomEntry.CustomItem.ExpressionBindi
PSDevOps.TestSuite
- TestPlanID
+ TestPlanName
@@ -1317,8 +1317,9 @@ $($ParentNode.CustomControl.CustomEntries.CustomEntry.CustomItem.ExpressionBindi
12
+
left
- 12
+ 20
left
@@ -1335,7 +1336,9 @@ $($ParentNode.CustomControl.CustomEntries.CustomEntry.CustomItem.ExpressionBindi
TestSuiteID
- LastUpdated
+
+ $_.LastUpdated.ToString('s')
+
QueryString