Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

In a Microsoft Exchange Server 2013 environment, you try to install a new application by using the New-App cmdlet. If you use the -URL parameter for an intranet URL, you receive an error message that resembles the following:

Error: The app couldn't be downloaded New-App –App_name -Url URL_path

The app couldn't be downloaded.
+ CategoryInfo : InvalidData: (:) [New-App], LocalizedException
+ FullyQualifiedErrorId : [Server=E15,RequestId=f6ca0db8-8348-4a9d-bff2-ec26bcaa1c24,TimeStamp
] [FailureCategory=Cmdlet-LocalizedException]


Cause

This behavior occurs because Exchange Server blocks an attempt to install an application from the Intranet.

Resolution

To fix this issue, install Cumulative Update 11 for Exchange Server 2013.

Workaround

To work around this behavior, run one of the following cmdlets:

  • $Data=Get-Content -Path "C:\Test\Test.xml" -Encoding Byte -ReadCount

  • New-App -FileData $data

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

Learn about the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×