You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - in the Get-APSession method there is a reference to APPDATA. On MacOS this is not defined and Test-Path then fails. I could make this work by adding the following to my environment:
export APPDATA="/Users/myname/"
Perhaps you could test for this environment variable and if it doesn't exist then test for a HOME path?
Otherwise thank you so much - this is an awesome piece of work that has made my life so much easier.
The text was updated successfully, but these errors were encountered:
Hi - in the Get-APSession method there is a reference to APPDATA. On MacOS this is not defined and Test-Path then fails. I could make this work by adding the following to my environment:
export APPDATA="/Users/myname/"
Perhaps you could test for this environment variable and if it doesn't exist then test for a HOME path?
Otherwise thank you so much - this is an awesome piece of work that has made my life so much easier.
The text was updated successfully, but these errors were encountered: