I have a powershell script meant to run at logon to help monitor a lab.
When it is run from the powershell console it runs fine, it is able to grab the appropriate system information, generate a url based on that, and submit a web request and get back a response. For testing purposes I can have it echo all of this out in dialogue boxes.
When I run it via group policy the script keeps hitting its error case, and any variables I have it echo out which work in the previous scenario are coming back blank.