Šis raksts ir arhivēts, un Apple to vairs neatjaunina.

Ātrās uzsākšanas komandrindas utilītas izmantošana pakalpojumā Apple Remote Desktop

Varat izmantot ātro uzsākšanu, lai izpildītu Apple Remote Desktop komandas, nerestartējot attālo datoru.

Izmantojiet ātro uzsākšanu, lai iestatītu Apple Remote Desktop preferences. Piemēram, varat instalēt, atinstalēt, aktivizēt, iestatīt un restartēt Apple Remote Desktop komponentus.

Uzziniet, kā operētājsistēmā macOS Mojave 10.14 vai jaunākā tās versijā kontrolēt attālu Mac ierīci, izmantojot Screen Sharing (Ekrāna kopīgošana) kopā ar ātrās uzsākšanas komandrindas utilītu.

Darba sākšana

Ātrās uzsākšanas rīks atrodas šeit:

/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart

Rakstiet šajā rakstā iekļautās komandas kā vienu teksta rindu. Ievades laikā teksts var tikt aplauzts. Nespiediet taustiņu Return (Atgriezties), kamēr neesat ievadījis visu komandu.

Lai iegūtu papildinformāciju par ātrās uzsākšanas komandu, izmantojiet karodziņu -help:

sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -help

Komandu piemēri

Šajā rakstā minētās komandas darbojas pakalpojuma versijā Apple Remote Desktop 3.2 un jaunākās versijās.

Tālāk ir norādītas komandas, kuras varat izmantot.

  • ARD aģenta un palīga restartēšana:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -restart -agent

  • Pakalpojuma Remote Desktop Sharing ieslēgšana, piekļuves atļaušana visiem lietotājiem un pakalpojuma Menu Extra iespējošana:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -allowAccessFor -allUsers -privs -all -clientopts -setmenuextra -menuextra yes

  • Pakalpojuma Remote Desktop Sharing ieslēgšana, piekļuves atļaušana konkrētiem lietotājiem:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -allowAccessFor -specifiedUsersYou must use the -configure, -access, and -privs options in a separate command to specify the set of users and their access privileges. For example, this command is for users with the short names "teacher" and “student." It gives them access to observe (but not control) the computer, and to send text messages:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users teacher,student -access -on -privs -ControlObserve -ObserveOnly -TextMessagesUnlike other kickstart options, you can’t combine the allowAccessFor options with other kickstart options. You must use it as in the last two samples above. You might have to call kickstart more than once to finish a computer’s setup.

  • Piekļuves tiesību anulēšana konkrētiem lietotājiem (šajā piemērā lietotājiem “student”):

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users student -access -off

  • ARD aģenta atspējošana un piekļuves tiesību anulēšana visiem lietotājiem:

    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -deactivate -configure -access -off

Publicēšanas datums: