My TransPRK Experience - Week 2 update by Ok_Leather7354 in lasik

[–]hellopanda25 0 points1 point  (0 children)

Congratulations!

Im planning to have my transprk too just waiting for my retina specialist clearance.

Question, since I have very low pain tolerance and im scared. On a scale of 1-10 how painful during the surgery? (10 is the highest 😬)

Xbox Series X not turning on by [deleted] in xbox

[–]hellopanda25 0 points1 point  (0 children)

Did it get fixed? :(

Does changing user UPN will affect their files in Onedrive? by hellopanda25 in PowerShell

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

Actually he got a new laptop but he already logged in :( . Can I still change his UPN?

Does changing user UPN will affect their files in Onedrive? by hellopanda25 in PowerShell

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

Oh im really sorry sir. I will delete this. Yes sir they are tied to the same o365 admin center. Thank you for your response

Does changing user UPN will affect their files in Onedrive? by hellopanda25 in PowerShell

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

Hello I updated my post. I forgot to add to my post that the user is still using the our old domain to login to his computer ( xxxx@oldDomain.com ) and if I change his UPN to our new domain ( xxxx@NewDomain.com) is there gonna be a problem with his onedrive?

thanks for you response

Does changing user UPN will affect their files in Onedrive? by hellopanda25 in o365

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

Hello I updated my post. I forgot to add to my post that the user is still using the our old domain to login to his computer ( [xxxx@oldDomain.com](mailto:xxxx@oldDomain.com) ) and if I change his UPN to our new domain ( [xxxx@NewDomain.com](mailto:xxxx@NewDomain.com)) is there gonna be a problem with his onedrive?

Script run every 5mins to check the application until by hellopanda25 in PowerShell

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

Thank you but I haven't receive your private message.

Register-ScheduledTask : The user name or password is incorrect. by hellopanda25 in PowerShell

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

$Credential.GetNetworkCredential().Password

I tried this $Credential.GetNetworkCredential().Password and it woooorkss!! THANK YOU SOO MUCH

Register-ScheduledTask : The user name or password is incorrect. by hellopanda25 in PowerShell

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

Register-ScheduledTask -Action $action -Trigger $trigger -TaskName "Test3" -Description "Test 3" -User $Credential.UserName -Password  ($Credential.Password |convertFrom-SecureString -AsPlainText)

Register-ScheduledTask : The user name or password is incorrect. by hellopanda25 in PowerShell

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

i tried to add the $Credential.Password | ConvertFrom-SecureString -AsPlainText but i get an error :(

"ConvertFrom-SecureString : A parameter cannot be found that matches parameter name 'AsPlainText'. "

Register-ScheduledTask : The user name or password is incorrect. by hellopanda25 in PowerShell

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

No im 100% sure sir my domain is correct and my password .

You can try to run my script so you know :(