I am receiving the above message when lunching the following script without admin rights privileges. My question is how can I integrate admin/root privileges in my script, so that it will directly run without prompting any message.
Invoke-Command -ScriptBlock { c:\cctk --controlwlanradio=enable }
I will have to run script through a GPO and deploy to many computers.
The Active
directoy users have no admin right and this script must run on their computers.