PowerShell

프로그래밍/PowerShell

DateTime 변환 시 Format 관련

Powershell에서 String형을 datetime형으로 변환하기 위한 방법입니다. 20160714 와 같은 format을 ToDateTime 이나 [datetime] 을 사용하여 변환하려고 하면 오류가 발생합니다. 이럴때 ParseExact를 사용하여 현재 Format을 인지 시켜 줘야합니다. ParseExact의 Parameter는 다음과 같습니다. s Type: System.String A string that contains a date and time to convert. format Type: System.String A format specifier that defines the required format of s. provider Type: System.IFormatProvider A..

프로그래밍/PowerShell

Windows Update for Powershell

Windows Update Module 설치 - Install-Module PSWindowsUpdate Windows Update List 확인 - Get-WindowsUpdate Windows Update - Install-WindowsUpdate -AcceptAll -AutoReboot WSUS Server 설정 - Add-WUServiceManager -MicrosoftUpdate

Server Engineer ETC/가상화

SCVMM2012 Cmdlet

SCVMM2012 Powershell Cmdlet 입니다. Name Description Add-SCApplicationDeployment Adds an application to an application profile. Add-SCApplicationHostTemplate Adds an application host template to a service template. Add-SCComputerTierTemplate Adds a computer tier template to a service template. Add-SCCustomPlacementRule Adds a custom placement rule to the placement configuration for a host group. Ad..

로멘틱가이
'PowerShell' 태그의 글 목록