Last active
August 29, 2015 14:12
-
-
Save guitarrapc/567a675b8747d6065f2a to your computer and use it in GitHub Desktop.
PowerShell DSC Advent Calendar 2014 : Day 12 あるべき状態と現在の差異を確認する http://tech.guitarrapc.com/entry/2014/12/12/161804
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ConfigurationName : | |
| DependsOn : | |
| ModuleName : | |
| ModuleVersion : | |
| ResourceId : | |
| SourceInfo : | |
| BuiltInAccount : LocalService | |
| Credential : | |
| Dependencies : {} | |
| Description : ネットワーク上のクライアントとサーバーの日時の同期を維持します。このサービスを停止すると、日時の同期は行われなくなります。このサービスを無効にすると、このサービスに依存しているサービスは起動できなくなります。 | |
| DisplayName : Windows Time | |
| Name : w32time | |
| Path : C:\Windows\system32\svchost.exe -k LocalService | |
| StartupType : Automatic | |
| State : Running | |
| PSComputerName : | |
| ConfigurationName : | |
| DependsOn : | |
| ModuleName : | |
| ModuleVersion : | |
| ResourceId : | |
| SourceInfo : | |
| BuiltInAccount : LocalSystem | |
| Credential : | |
| Dependencies : {rpcss} | |
| Description : Windows およびその他のプログラムに対する更新プログラムの検出、ダウンロード、およびインストールを有効にします。このサービスが無効な場合、このコンピューターのユーザーは Windows Update またはその自動更新機能を使用できなくなります。また、プログラムによる Windows Update Agent (WUA) API も使用できなくなります。 | |
| DisplayName : Windows Update | |
| Name : wuauserv | |
| Path : C:\Windows\system32\svchost.exe -k netsvcs | |
| StartupType : Automatic | |
| State : Running | |
| PSComputerName : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment