0
Powershell 5.0.10586.117을 IIS 7.5에서 사용하고 있습니다.Powershell을 사용하여 IIS 응용 프로그램 풀의 "주기적으로 다시 시작한 재활용 값"을 얻는 방법
Get-ItemProperty ($singleAppPool) -Name Recycling.periodicRestart.schedule.collection
을 실행 나는 즉
DefaultAppPool
value : 03:00:00
Attributes : {Microsoft.IIs.PowerShell.Framework.ConfigurationAttribute}
ChildElements : {}
ElementTagName : add
Methods :
Schema : Microsoft.IIs.PowerShell.Framework.ConfigurationElementSchema
그러나 나는 단지
값을 얻고 싶은받을 수 있습니다. 그러나
Get-ItemProperty ($singleAppPool) -Name Recycling.periodicRestart.schedule.collection
"찾을 수 없음"오류 메시지와 함께 실패합니다.
값은 어떻게 얻을 수 있습니까? 처음에 사용을
Import-Module WebAdministration
을 재현 할 수 있다는 위해서
.