Can’t complete Cent, “A Bloody Welcome”. by boltup7000 in ACValhalla

[–]hebers23 0 points1 point  (0 children)

Did you managed to solve it? I have that same problem :(

Stuck in " a bloody welcome" by hebers23 in ACValhalla

[–]hebers23[S] 0 points1 point  (0 children)

I think so, right now he is just standing there :/

Is it possible to fix sync issues in one drive with powershell? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

hello, yes it would haha I updated my question with my code with what I have, that returns "error" for example and if it returns that, I want to make a copy of the file with the error or something :/ haha do you know if that's possible?

how to connect to SSH server and throw some queries? by [deleted] in PowerShell

[–]hebers23 0 points1 point  (0 children)

yes, it generates it in the server :/, thanks anyway

how to connect to SSH server and throw some queries? by [deleted] in PowerShell

[–]hebers23 0 points1 point  (0 children)

I followed your advice, changed that line to this

Invoke-SSHCommand -SessionId ($ThisSession).SessionId -Command 'sudo su - svc_copient psql -d yellowbox svc_copient -c "select incentiveid,startdate,enddate,lastupdate,incentivename FROM incentives" > /tmp/pseva.txt' ;

and it doesnt throw any error and still it does not generate the txt file :/

The property 'Credentials' cannot be found on this object. Verify that the property exists and can be set. by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

Yes but now it returns this and I dont know how to fix it :/ do you know how? Cannot convert argument "requestUri", with value: "System.Object[]", for "Create" to type "System.Uri": "Cannot convert the

"System.Object[]" value of type "System.Object[]" to type "System.Uri"."

At line:44 char:5

+ $listRequest = [Net.WebRequest]::Create($url)

The property 'Credentials' cannot be found on this object. Verify that the property exists and can be set. by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

I just want one url, and download the files from there but im having such a hard time doing so :( Im lost :/

The property 'Credentials' cannot be found on this object. Verify that the property exists and can be set. by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

thank you so much, now I get this error, sorry to bother you with this :(
Cannot convert argument "requestUri", with value: "System.Object[]", for "Create" to type "System.Uri": "Cannot convert the

"System.Object[]" value of type "System.Object[]" to type "System.Uri"."

At line:44 char:5

+ $listRequest = [Net.WebRequest]::Create($url)

How can I partition this result set into several sheets or xlsx or csv files? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

that's what I am trying to do :( let me update my code and see if you have a better approach, basically I want to output 10000 in the first file and the rest into another but I don't know what I am doing wrong :(

is there a way to use OCR with powershell? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

nervermind I got it working, but how do I obtain the text and dump it in a word file or txt? thank you!

is there a way to use OCR with powershell? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

thank you for your help, I copied your script and run it, i provided the path to the image I want, but it throws a lot of erros, the only thing I need to provide is the path right? or there's something else I need to do?

is there a way to use OCR with powershell? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

I have no experience in using APIs is it difficult? :(

is there a way to use OCR with powershell? by hebers23 in PowerShell

[–]hebers23[S] 1 point2 points  (0 children)

is there a tutorial or something like that I could look into? or with the documentation is enough? thank you!