Re: Habitat OneDrive Monitor
Posted: Mon May 06, 2024 1:55 pm
The oneDrive script is very small and should not place any load on the agent.
When script runs, it test to see if a user is logged in which is a Automate function and it does not reach out to agent for this test.
So if user is not logged in then zero activity is sent to agent, including the is user logged in test. This makes a zero footprint on agent for OneDrive services.
If user is logged in then we test for and or write a small powershell script to agent then execute that script. The script reads onedrive data from registry and returns data to automate.
It should only execute on Windows agents. We have not added in ability to exclude agents or clients at this time. It has not been requested by anyone yet.
When script runs, it test to see if a user is logged in which is a Automate function and it does not reach out to agent for this test.
So if user is not logged in then zero activity is sent to agent, including the is user logged in test. This makes a zero footprint on agent for OneDrive services.
If user is logged in then we test for and or write a small powershell script to agent then execute that script. The script reads onedrive data from registry and returns data to automate.
It should only execute on Windows agents. We have not added in ability to exclude agents or clients at this time. It has not been requested by anyone yet.