-
Notifications
You must be signed in to change notification settings - Fork 4
Description
The dash/hyphen or some other symbols like quotes in the code examples are not displaying properly, and you are left with this displaying:
Get-RDSessionHost -CollectionName “Session Collection� -ConnectionBroker rdcb.contoso.com
Instead of:
Get-RDSessionHost -CollectionName “Session Collection” -ConnectionBroker rdcb.contoso.com
Another Example:
Add-AppxProvisionedPackage –Path c:\offline –PackagePath c:\Appx\myPackage.appx –DependencyPath c:\Appx\dependency1\dependencyPackage.appx –LicensePath c:\Appx\myLicense.xml
Instead of:
Add-AppxProvisionedPackage –Path c:\offline –PackagePath c:\Appx\myPackage.appx –DependencyPath c:\Appx\dependency1\dependencyPackage.appx –LicensePath c:\Appx\myLicense.xml
Not sure if there's something on my end that needs to be fixed. I just used the web link to add to Dash.