I don't know why I cannot manage a domain computers (Windows 10) using user that is in local admin group. I would like to power shell 'Rename-Computer' or 'Restart-Computer' but I can't.
I do no want to use domain administrator for such tasks only local admins, so let say I do this command:
Code:
Restart-Computer -ComputerName (Read-Host "ComputerName") -Credential (Get-Credential) -Force
destination domain PC: comp002
as Credentials I enter user that is a member of local admins on that computer: comp002\adminusr
script is executing, but computer is not rebooting, the same is with other command like 'Rename-Computer'

I allowed on windows firewall incoming service: Windows Management Instrumentation (WMI) but this didn't help, more it do not work even If I turn off completely Windows Firewall.

My second problem is that administrative shares C$ also not working when trying to connect using that user.