Hi,
I would like to have menu show only when certain conditions are meet. The easiest way to allow for such custom conditions would be a additional field where you execute the command that will return True or False, for eg:
(Get-Volume -DriveLetter c | select -ExpandProperty FileSystemLabel) -eq 'System'
Possible?
Hi,
I would like to have menu show only when certain conditions are meet. The easiest way to allow for such custom conditions would be a additional field where you execute the command that will return True or False, for eg:
(Get-Volume -DriveLetter c | select -ExpandProperty FileSystemLabel) -eq 'System'Possible?