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

Adding MSIX to Application_LOB_Add.ps1 #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NEllis280
Copy link

Added functions to the Application_LOB_Add.ps1 in order to include MSIX type LOB apps.

Get-MSIXManifest retrieves the MSIX manifest from the bundled MSIX package in order to populate data about the application.

Get-MSIXPublisherId gets the publisher ID hash from the publisher name retrieved from the appx manifest.

Get-MSIXFileInformation populates values from the retrieved appx manifest for the following: DisplayName, Description, Publisher, IdentityVersion, PublisherHash (passed in from Get-MSIXPublisherID), and IdentityName

Get-MSIXAppBody generates the body for the post request.

Upload-MSIXLob performs the addition of the MSIX LOB app to intune using the new functions, as well as the functions that already exist in the codebase.

Please note that I have attempted to write the new functions adhering as closely to the style of the existing codebase.

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

Successfully merging this pull request may close these issues.

1 participant