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

Intune - Unable to push package from file directory with spaces #310

Closed
ryanrichter94 opened this issue Jun 16, 2022 · 0 comments
Closed
Labels
5 - Released The area addressed in the ticket has been released in the product and is generally available. Bug Tickets that represent defects/bugs. LicensedExtension Issues affecting the Chocolatey Licensed Extension (chocolatey.extension)

Comments

@ryanrichter94
Copy link
Member

ryanrichter94 commented Jun 16, 2022

What You Are Seeing?

Getting an AZCopy error saying incorrect parameters specified in command when attempting to push intune package to tenant.

What is Expected?

Add in the ability to push intune packages from a file directory having spaces in its name.

Likely an issue where we need to do some quoting of the file path to the package we pass to AZCopy.

How Did You Get This To Happen? (Steps to Reproduce)

  1. Ran choco push .\firefox.101.0.1 --source=<INTUNE TENANT GUID> --api-key=<TENANT CLIENT ID>:<TENANT CLIENT SECRET> while my working directory had a folder name of Intune Apps.
  2. Trying the above with the folder now named Intune_Apps fixed the issue.

System Details

  • OS Build (In PowerShell run [System.Environment]::OSVersion.version.tostring()): Windows 10
  • Windows PowerShell version (Run: $PSVersionTable): 5.1
  • Chocolatey version (Run choco --version): 1.1.0

Output Log

N/A

References

┆Issue is synchronized with this Gitlab issue by Unito
┆Milestone: 4.2.0

@ryanrichter94 ryanrichter94 added Bug Tickets that represent defects/bugs. 0 - _Triaging New tickets that need to be hashed out a bit more before they hit the backlog. LicensedExtension Issues affecting the Chocolatey Licensed Extension (chocolatey.extension) labels Jun 16, 2022
@sync-by-unito sync-by-unito bot added 4 - Done Issues that have been completed and are ready to be released. and removed 0 - _Triaging New tickets that need to be hashed out a bit more before they hit the backlog. labels Jun 17, 2022
@sync-by-unito sync-by-unito bot closed this as completed Jun 17, 2022
@sync-by-unito sync-by-unito bot changed the title Intune - Unable to Push Package From File Directory With Spaces Intune - Unable to push package from file directory with spaces Jun 22, 2022
@sync-by-unito sync-by-unito bot added 5 - Released The area addressed in the ticket has been released in the product and is generally available. and removed 4 - Done Issues that have been completed and are ready to be released. labels Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Released The area addressed in the ticket has been released in the product and is generally available. Bug Tickets that represent defects/bugs. LicensedExtension Issues affecting the Chocolatey Licensed Extension (chocolatey.extension)
Projects
None yet
Development

No branches or pull requests

1 participant