Windows Powershell Notes
PS C:\> Get-ExecutionPolicy if restricted PS C:\> Set-ExecutionPolicy RemoteSigned From dos : powershell c:\monscript.ps1 $cred = Get-Credential -Credential contoso\administrator Get-WinEvent -LogName System -ComputerName NomDeMachine -Credential $cred Il est bien évidement possible d’exécuter un script...
