We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e94d32 + fcd8136 commit c310b5dCopy full SHA for c310b5d
skype/skype-ps/skype/Test-CsExUMVoiceMail.md
@@ -190,11 +190,11 @@ Note: Do not use prepend a $ character when specifying the variable name.
190
191
To save the information stored in the logger variable to an HTML file, use a command similar to this:
192
193
-`$TestOutput.ToHTML() \> C:\Logs\TestOutput.html`
+`$TestOutput.ToHTML() > C:\Logs\TestOutput.html`
194
195
To save the information stored in the logger variable to an XML file, use a command similar to this:
196
197
-`$TestOutput.ToXML() \> C:\Logs\TestOutput.xml`
+`$TestOutput.ToXML() > C:\Logs\TestOutput.xml`
198
199
```yaml
200
Type: String
0 commit comments