Skip to content

This is demo project for testing things out as I need and when I need. Nothing to see here :-)

Notifications You must be signed in to change notification settings

EvotecIT/PowerShellRunFromCSharp

Repository files navigation

$MyData = Get-Disk
@{
    MyData  = $MyData
    MyData2 = $MyData | Where-Object { $_ }
    MyData3 = $MyData | Where-Object { $_.OperationalStatus -eq 'Online' }
    MyData4 = $MyData | Where-Object { $_.OperationalStatus -eq 'Offline' }
}

About

This is demo project for testing things out as I need and when I need. Nothing to see here :-)

Topics

Resources

Stars

Watchers

Forks

Languages