Portal Widgets
Information about creating portal widgets.
Last updated
Was this helpful?
Was this helpful?
Get-Process | Select-Object Name, Id1..5 | ForEach-Object {
[PSCustomObject]@{
type = "Category $_"
value = Get-Random -Min 5 -Max 60
}
}1..5 | ForEach-Object {
[PSCustomObject]@{
type = "Category $_"
value = Get-Random -Min 5 -Max 60
}
}