Jump to content

Akito Ogushi

Tech Insider
  • Posts

    337
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by Akito Ogushi

  1. And now that Sequoia is officially released, you can block the Sequoia installer by adding the following string to the array of “bundleid” section. (I checked in my test environment)
    <string>com.apple.InstallAssistant.macOSSequoia</string>

    • Insightful 1
  2. Hi,

    Basically, "Queued" status means that device has not recieve product install command yet.

    When I have same issue first action is running manual sync by right-clicking Hub icon intask tray and then click "Sync".

    If that does not resolve issue, I think you need to do some trouble shooting like checking network conectivity or searching some error in log files.

    Following URL is usefull guide when trouble shooting.
    https://techzone.omnissa.com/troubleshooting-windows-devices-workspace-one-operational-tutorial#locating-log-files-and-registry-keys

  3. Hi,

    I could restrict to run Sequoia beta installer with following setting.
    Try following setting.
    -----------------

    <dict>
       <key>Restrictions</key>
       <array>
          <dict>
             <key>Attributes</key>
             <dict>
                <key>bundleId</key>
             <array>
                <string>com.apple.InstallAssistant.Seed.macOS15Seed</string>
             </array>
             </dict>
             <key>Actions</key>
             <array>
                <integer>1</integer>
             </array>
             <key>Message</key>
             <string>You are currently not permitted to install macOS Sequoia.</string>
          </dict>
       </array>
       <key>PayloadDisplayName</key>
       <string>Restricted Software Policy</string>
       <key>PayloadIdentifier</key>
       <string>HubSettings.93f1655a-59fb-42dc-bc31-9571275cb12b</string>
       <key>PayloadOrganization</key>
       <string>VMware</string>
       <key>PayloadType</key>
       <string>com.vmware.hub.mac.restrictions</string>
       <key>PayloadUUID</key>
       <string>1D7F0D17-369B-4766-9CA0-D2B4537657C1</string>
       <key>PayloadVersion</key>
       <integer>1</integer>
    </dict>

    -----------------

     

    -Result

    image.png.678d7b947dde4417b77e6c5578628b3b.png

     

    If you still cannot restrict, the bundle ID in the profile may not match the installer for your device.
    Check the bundle ID of the installer.
    The bundle ID can be checked with the following command when the Sequoia installer is running. (I also checked “com.apple.InstallAssistant.Seed.macOS15Seed” in the same way.)
    >lsappinfo

  4. Hi,

    When I install Sequoia in my environment, the bundle id of "Install macOS Sequoia Beta" app is "com.apple.InstallAssistant.Seed.macOS15Seed".
    Try above bundle id in "bundleId" section in your profile.

     

  5. Hi, 
    I have done the same procedure before, but when I check now, I get the same screen and cannot upload the csv file of the Autopilot device hash list.

    According to MS documentation, MS store for Business is deprecated and Autopilot device hash registration must be done through another method, such as Intune Management Console.

    https://learn.microsoft.com/en-us/autopilot/manual-registration#platforms-for-device-registration
    >Device profile assignment will be retired from Microsoft Store for Business in the coming months.

  6. Hi, 

    Is there any error logs in the ACC log file?
    The ACC log is located at the following path:
    C:\VMware\AirWatch\Logs\CloudConnector\CloudConnector.log

    If there are no error logs, you can further investigate by setting the log level to "Verbose" using the steps mentioned in following document:
    https://docs.omnissa.com/ja-JP/bundle/TroubleshootingandLoggingGuide/page/IntegratedServicesLogging.html#vmware_airwatch_cloud_connector_acc
    >Change ACC log level

    After changing the log level, reproduce the error and check the error log again.

    • Like 1
  7. Hi,

    Powershell integration can also work with ACC, but ACC is not a required component for Powershell integration to work.

    The ACC advanced settings allow you to choose whether Powershell communication goes through ACC or not.

    image.thumb.png.97d54716b197b1ca3bef3fcc3562610a.png


    So if you're using Exchange Online, I think Powershell integration with "Exchange Powershell" setting disabled in ACC is the best way to manage MEM.
    https://docs.omnissa.com/ja-JP/bundle/WS1UEM_PowerShell_Integration_GuideVSaaS/page/EnablePowerShellIntegrationinWorkspaceONEUEM.html

  8. Hi,

    There isn't a lot of configuration in the OneDrive app configuration.
    According to the MS documentation, all you can do is "Allow organizational accounts only".
    https://learn.microsoft.com/en-us/mem/intune/apps/app-configuration-policies-use-android#allow-only-configured-organization-accounts-in-apps

    This setting is preset on the Application Configuration tab of Assignment Settings.

    image.thumb.png.4d96a0249a86d85693563c5175631a64.png

     

    This configuration requires setting the value to match the user's Microsoft account and you can use lookup values such as {UserPrincipalName}, {Email}, etc.

    • Like 3
    • Insightful 1
  9. Hi,

    In our environment, a similar error screen has appeared on other settings screens before, but no errors were displayed in the console log etc.
    At that time, I had to open a support request because the error was recorded in a log that only the support team could see, so I recommend you to open support request.
    Support team may check and investigate debug log.

    • Like 1
×
×
  • Create New...