$MyData = Get-Disk
@{
MyData = $MyData
MyData2 = $MyData | Where-Object { $_ }
MyData3 = $MyData | Where-Object { $_.OperationalStatus -eq 'Online' }
MyData4 = $MyData | Where-Object { $_.OperationalStatus -eq 'Offline' }
}
-
-
Notifications
You must be signed in to change notification settings - Fork 0
EvotecIT/PowerShellRunFromCSharp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is demo project for testing things out as I need and when I need. Nothing to see here :-)