You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thank you! Glad someone else was able to reproduce it. I love OS X, but PowerShell is big part of my world too, so finding this for Dash was amazing. I appreciate you taking the time!
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.
The text was updated successfully, but these errors were encountered: