Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-27 | 2012-03-27 | ||
| default not options is null (martin) | powershell syntax (martin) | ||
| Line 139: | Line 139: | ||
| ==== [[powershell]] PowerShell Example ==== | ==== [[powershell]] PowerShell Example ==== | ||
| - | <code> | + | <code powershell> |
| try | try | ||
| { | { | ||
| Line 224: | Line 224: | ||
| $session.Dispose() | $session.Dispose() | ||
| } | } | ||
| - | |||
| exit 0 | exit 0 | ||