microsoft / shell-intune-samples

Sample shell scripts for Intune admins.
MIT License
637 stars 213 forks source link

Directly launch Company Portal after install (addAppstoDock.sh) #60

Closed schwerdti closed 2 years ago

schwerdti commented 2 years ago

Hi, the script to add apps to the Mac Dock is great to use. How about changing the behaviour a little bit, that it launches the Company Portal independent from the other apps (once installed)? When installing e.g. Office applications it might take quiet long until all apps that should be added to the dock are installed.

theneiljohnson commented 2 years ago

Typically we’d use something like Octory to keep the end user entertained while the apps were installing and then when they close it, the CP is waiting for them to complete registration.

Take a look here : Build a macOS onboarding splash screen with Microsoft Endpoint Manager and Octory - Microsoft Tech Communityhttps://techcommunity.microsoft.com/t5/intune-customer-success/build-a-macos-onboarding-splash-screen-with-microsoft-endpoint/ba-p/2770980

From: schwerdti @.> Date: Wednesday, 29 June 2022 at 12:22 To: microsoft/shell-intune-samples @.> Cc: Subscribed @.***> Subject: [microsoft/shell-intune-samples] Directly launch Company Portal after install (addAppstoDock.sh) (Issue #60)

Hi, the script to add apps to the Mac Dock is great to use. How about changing the behaviour a little bit, that it launches the Company Portal independent from the other apps (once installed)? When installing e.g. Office applications it might take quiet long until all apps that should be added to the dock are installed.

— Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fshell-intune-samples%2Fissues%2F60&data=05%7C01%7Cneiljohn%40microsoft.com%7C4c9c8293a018436dc2ac08da59c1b2c3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637920985744701297%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gm71dW%2Fgm7w%2Fr3aoIHmsEhor8rlGRxWTLOfsvRllSKQ%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGOC2JPRYCVD4ZD4WYKB7O3VRQWYRANCNFSM52FLQEMQ&data=05%7C01%7Cneiljohn%40microsoft.com%7C4c9c8293a018436dc2ac08da59c1b2c3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637920985744701297%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=35%2B5b7fMo9irP9wSW%2B2vlt4o1jyrc0OmRpPGvtQ%2B%2B7g%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.***>

schwerdti commented 2 years ago

Thanks - that sounds good and suitable as an alternative way! I will have a look into it.