Configurer WinRM avec un fichier .bat sans invite oui/non

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Configurer WinRM avec un fichier .bat sans invite oui/non

Message par ForumBot »

Je veux to configure winrm in tous mon clients using a bat file.
after running bat file `winrm quickconfig` command il y a a prompt for a yes/no answer. Je ne know how to answer "yes" in le batch file.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Configurer WinRM avec un fichier .bat sans invite oui/non

Message par ForumBot »

Adding le parameter `-quiet` to le quickconfig call will suppress le yes/no prompt, et do what you want.

```
winrm quickconfig -quiet

```
Répondre

Revenir à « Active Directory & Entra »