Skip to content

PowerShell Code Examples in OS X 10.11.4 #2

@bjsadler

Description

@bjsadler

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions