-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels