PoshCode Logo PowerShell Code Repository

VerifyCategoryRule.ps1 by Lee Holmes 17 months ago
View followups from shawna | embed code: <script type="text/javascript" src="http://PoshCode.org/embed/2227"></script>download | new post

From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes

  1. ## From Windows PowerShell Cookbook (O'Reilly)
  2. ## by Lee Holmes (http://www.leeholmes.com/guide)
  3.  
  4. Set-StrictMode -Version Latest
  5.  
  6. if($message.Body -match "book")
  7. {
  8.     [Console]::WriteLine("This is a message about the book.")
  9. }
  10. else
  11. {
  12.     [Console]::WriteLine("This is an unknown message.")
  13. }

Submit a correction or amendment below (
click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:


Remember me