Changes between Version 3 and Version 4 of windows/winrm


Ignore:
Timestamp:
2016/01/22 19:05:13 (9 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows/winrm

    v3 v4  
    5353> Invoke-WebRequest -Uri https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile ConfigureRemotingForAnsible.ps1 
    5454}}} 
     55 
     56 
     57{{{ 
     58- hosts: winhost 
     59  tasks: 
     60  - win_updates: 
     61      category_names: ['SecurityUpdates'] 
     62}}} 
     63 
     64PowerShell上でセキュリティフィックスの取得 
     65 
     66{{{ 
     67Get-WMIObject Win32_QuickFixEngineering 
     68get-hotfix 
     69}}}