Hello All,
I have a powershell script which uses functions loaded into my profile and it all works fine.
But if another user want to execute the script he get an error function not recognized as cmdlet I am thinking his profile is different and functions are not loaded into his.
Is there a way for all the users who is running the script use the same profile or a different way to source those functions into my script so that anybody can run the script as needed.
Thanks In Advance!