Skip to content

AlCpwnd/Custom_Format_Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Custom_Format_Table

Test function written with the goal of adding conditionnal highlighting to the existing Format-Table output method.

Examples:

Example 1:

The following will return a table with all running process while highlighting the line which correspond to the condition.

PS> Format-CustomTable -Data (Get-Process) -Condition {$_.ProcessName -match "host"} -Highlight Green

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published