Jump to content

hao xu

Members
  • Posts

    15
  • Joined

  • Last visited

Areas of Interest

  • Areas of Interest
    Workspace ONE

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hao xu's Achievements

  1. macOS Venture
  2. To be honest, the function of updating macOS through UEM is really disappointing. I have tried to update this function from the very beginning, but the result of updating is puzzling, so I try to update it by using scripts. For example, the following script is used when I update macOS Monterey. If you want to update the latest macOS you need to modify the relevant parameters, you can purchase the corresponding OS application in ABM and deliver it to your device before executing the script. #!/bin/bash # Pulls the current logged in user and their UID currUser=$(ls -l /dev/console | awk '{print $3}') currUserUID=$(id -u "$currUser") fvPass=$( # Prompts the user to input their FileVault password using Applescript. This password is used for a SecureToken into the startosinstall. /bin/launchctl asuser "$currUserUID" sudo -iu "$currUser" /usr/bin/osascript <<APPLESCRIPT set validatedPass to false repeat while (validatedPass = false) -- Prompt the user to enter their filevault password display dialog "Enter your macOS password to start the macOS upgrade" with icon file "System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:FileVaultIcon.icns" default answer "" buttons {"Continue"} default button "Continue" with text and hidden answer set fvPass to (text returned of result) display dialog "Re-enter your macOS password to verify it was entered correctly" buttons {"Continue"} with icon file "System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:FileVaultIcon.icns" default answer "" default button "Continue" with text and hidden answer if text returned of result is equal to fvPass then set validatedPass to true fvPass else display dialog "The passwords you have entered do not match. Please enter matching passwords." with title "FileVault Password Validation Failed" buttons {"Re-Enter Password"} default button "Re-Enter Password" with icon file "System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:FileVaultIcon.icns" end if end repeat ) ##Title to be used for hubcli sudo hubcli notify -t "Update macOS12.6" -s "Automatically updates macOS12.6. Installation takes about 1 hour." sleep 5 sudo hubcli notify -t "Update macOS12.6" -s "It will automatically restart your computer after completion. Please keep your files safe." echo $fvPass | /Applications/Install\ macOS\ Monterey.app/Contents/Resources/startosinstall --agreetolicense --forcequitapps --user $currUser --stdinpass >> /var/log/startosinstall.log 2>&1 &
  3. Do you have the same question as me? When I use the Hub to install enterprise apps, I can't get the right info on the current page. I can't get the download status of the app in time, and I don't know if my installation request has started. After the request, the status just shows "Installing", which is really confusing for my users. They often wait for a really long time after clicking the install button, with no success or continuation. It's already 2024. Why can't we add a download progress bar? Then the end users could have something to look forward to instead of waiting for ages like idiots. I want to submit a feature request, but when I visit https://wsone-uem.ideas.aha.io/, the web page is not working.
  4. Hi Mathias Thank you so much I'll give it a try and share the results.
  5. Hi Jason Thank you for your reply. Actually, what I want to know is how to configure the Workspace ONE UEM to enable macOS to access smb://192.168.x.x resources through tunnels when using the connection server in the Finder. The screenshot indicates that when I access the SMB, I do not find any relevant application client that has network traffic transmission. Therefore, I do not know how to configure the Tunnel device traffic rule. I do not know how to fill in information such as the application program and application ID of macOS.
  6. The updated documentation of omnissa has helped me a lot in improving my reading. When I go to https://techzone.omnissa.com/resource/deploying-workspace-one-tunnel-workspace-one-operational-tutorial#configuring- device-traffic-rules-for-windows When I looked up the configuration of the Tunnel, I found that configuring the Tunnel on Windows allows access to SMB resources, and when I tried to do a similar operation on macOS, I couldn't do it anyway. How do you do that? It was really weird that I couldn't even get any information that was being transmitted through SMB resources.
  7. The following error message is displayed on the Tunnel client when you attempt to use the Android Mobile SSO. I use is VMware Access Saas platform, node is Asia, so in the Tunnel configuration cert proxy address is certproxy vmwareidentity. Asia I know for sure that my network will be able to access the website. Proxy: HTTP Tunnel received invalid response for certproxy.vmwareidentity.asia by com.airwatch.browser
  8. 您是否仍可以使用此站点来创建 Windows CSP 策略,或者您是否已切换到其他站点?
  9. Thanks Sascha The customer needs to install Zabbix in the Access local version server to monitor the server health. If I cannot set up firewall rules in the server, Zabbix may not be able to monitor the server health correctly.
  10. My user used the single sign-on extension of Apple Kerberos to synchronize the AD password to the local password. However, once the user forgot the local password and AD password of his computer, which caused him to fail to log in to the system. When I logged in with the hidden administrator created by DEP, I could not change the password of the user's local account. The device is not logged in to the Apple ID, is there any other way to help the user reset the password?
  11. I was on a local access server and wanted to set the 8443 admin page to be accessible only to administrator devices, but when I set it up using the iptables command I found that the firewall rules were reset to the default state. Does anyone else have the same problem as me? How should I set up local firewall rules?
×
×
  • Create New...