I have this:
Get-ChildItem c:\H\admin\contents
Is it possible to do the same thing but relative to the folder that the powershell script runs in. Sometimes I have the script running in c\H\admin and sometimes in the c\H\user directory so I would prefer not to have to change all the paths in my scripts.