I'm trying to follow this guide to prepare my server to become a chef-client:
http://wiki.opscode.com/display/chef/Knife+Windows+Bootstrap
When I run commands like:
C:\> winrm set winrm/config @{MaxTimeoutms="1800000"}
I get the following error:
WSManFault
Message
ProviderFault
WSManFault
Message = There are no more endpoints available from the endpo
I want to configure winrm in all my clients using a bat file.
after running bat file ; "winrm quickconfig" command there's a question with yes/no answer but i don't know how to answer "yes " in the bat file.
In WinRM Service section of Group Policy, I have the option of disabling the following authentication mechanisms:
Basic
CredSSP
Kerberos
Negotiate
With concerns of security in mind, I would like to disable any authentication methods that could add extra vulnerabilities in the environment.
I am trying to enable win rm in mixed domain mode on a new machine.
From another work station, I can connect with the following command:
Enter-PSSession -ComputerName 89.251.114.100 -Credential $mycred
I have ran Enable-PSremoting but when I execute the following command, I get:
Enter-PSSession : Connecting to remote server failed with the following error message : Access is denied.
I have a Windows 7 Pro 64bit with SP1 desktop that has RSAT tools installed. I opened Server Manager and can't connect to the server (Server 2008 R2 core).
I followed the guide to enable everything on the server, added a registry key to enable read-only on the device manager as well. On the Windows 7 PC I turned on winrm, did the quick config, and added the server IP and name as trusted hosts.
Okay so I've tried stopping/registering the win32tm service on this Windows Server 2008 Enterprise Computer.
C:\Users\Administrator>net stop w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
C:\Users\Administrator>w32tm /unregister
The following error occurred: Access is denied.
I am having a problem with a recently reinstalled laptop with Win 7 Enterprise.
I'm not extremely knowledgeable about servers, so forgive my potential ignorance..
I have a server/site where users in a domain can upload .zip packages to the server. The domain is administered by the IT group at the company, so I can't make any changes there.
I've been stuck on this for a while, not sure what permission I'm missing. I've got domain A and domain B, A trusts B, but B does not trust A. I'm trying to run a service in domain A with a user account from domain B and I keep getting Access is Denied. I'm using the FQDN after the username and the password is correct.