Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerShell Code Examples in OS X 10.11.4 #2

Open
bjsadler opened this issue Mar 22, 2016 · 2 comments
Open

PowerShell Code Examples in OS X 10.11.4 #2

bjsadler opened this issue Mar 22, 2016 · 2 comments
Assignees
Labels

Comments

@bjsadler
Copy link

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.

@citruspi
Copy link
Owner

Huh, that's interesting.

Not sure if there's something on my end that needs to be fixed.

Nah, I reproduced this on my end. It happened whether I used the feed or manually downloaded the archive.

I'll try to take a look at this over the weekend.

@citruspi citruspi added the bug label Mar 23, 2016
@citruspi citruspi self-assigned this Mar 23, 2016
@bjsadler
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants