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
- ## From Windows PowerShell Cookbook (O'Reilly)
- ## by Lee Holmes (http://www.leeholmes.com/guide)
- Set-StrictMode -Version Latest
- if($message.Body -match "book")
- {
- [Console]::WriteLine("This is a message about the book.")
- }
- else
- {
- [Console]::WriteLine("This is an unknown message.")
- }
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.
PowerShell Code Repository