1104 shaares
169 private links
169 private links
Astuce pour démarrer ou stop des services en lot.
"Get-Service Exchange | Where-Object {$.Status -eq "Stopped" -and $.StartType -eq "Automatic"} | Start-Service"
Ou
"Get-Service Exchange | Stop-Service