윈도우 업데이트(Hot-fix) 검색하기
1. CMD SystemInfo
SystemInfo | findstr "KB4499164" |
오래된 시스템일 경우 업데이트가 많아 검색이 안되는 경우가 발생, 화면상에 노출되지 않는 상태라 발생하는 문제로 보여짐(테스트 Windows 2008 R2), 약 200개가 넘어갈 경우 노출되지 않음
2. Powershell
Get-Hotfix | Out-String -Stream | Select-String “KB4499164” |
3. CMD WMIC
WMIC QFE LIST | FINDSTR “KB4499164” |
SMTP telnet 테스트
Telnet mail.test.com 25
EHLO test.com
MAIL FROM:test@test.com
RCPT TO:test2@test2.com
DATA
SUBJECT:Test Mail
This is Test Mail
.
Microsoft Remote Desktop for MAC 8.0.43
10 버젼때로 업데이트 되면서 8버젼 다운로드가 불가하여 별도로 다운로드 파일 만들어두었습니다.
(쓰던 파일 빼놓은 파일)
2019년 4월 9일 현재 일본 앱스토어는 받아집니다. (왜 한국만...)
VDI 접속 시 이상 증상이 발생하는 사항이 있어서해당 버젼 사용이 필요.
DL별 메일 수신 정리용 스크립트
전일자 기준 일주일간 DL메일 수신 리스트 Export
예약작업에 등록하여 사용
# Exchange management Shell Connect # . 'D:\Exchange Server\V15\bin\RemoteExchange.ps1' Connect-ExchangeServer -auto $StartDay = (Get-Date).AddDays(-7).ToString("yyyy-MM-dd") $EndDay = (Get-Date) $EndDayprint = (Get-Date).AddDays(-1).ToString("yyyy-MM-dd") $Path = "C:\Work\Scripts\DLReceive\Export" get-exchangeserver | Get-MessageTrackingLog -start $StartDay -End $EndDay.ToString("yyyy-MM-dd") -ResultSize unlimited -eventid ` expand | select Timestamp,RelatedRecipientAddress,Sender,MessageSubject | export-csv -Encoding UTF8 -Path $Path\DLReceive_$StartDay"_"$EndDayprint.csv -NoTypeInformation get-childitem -path "c:\work\Scripts\DLCleanUp\Export" -exclude childitem.txt -name > "$Path\childitem.txt" $From = "notice@redplug.com" $To = "redplug@redplug.com" $SmtpServer = "mail.redplug.com" $Subject = "[AutoJob] $EndDay DLReceiveListExport End" $Body = get-content -path "$Path\Childitem.txt" | Out-String Send-MailMessage -From $From -To $To -SmtpServer $SmtpServer -Subject $Subject -Body $Body |
DL 리스트 정리
# Exchange management Shell Connect # . 'D:\Exchange Server\V15\bin\RemoteExchange.ps1' Connect-ExchangeServer -auto # 작업 날짜 $Date = (Get-date).toString("yyyyMMdd") # Export path $Path = "C:\Work\Scripts\DLReceive\Export" get-DistributionGroup -resultsize unlimited -filter {HiddenFromAddressListsEnabled -eq "False"} | ` Select SamAccountName, OrganizationalUnit,DisplayName,` HiddenFromAddressListsEnabled,WindowsEmailAddress,WhenCreated | ` export-csv -Encoding UTF8 -Path $Path\AllDLList_$Date.csv -NoTypeInformation |
Exchange Certificate Report PowerShell Script (Exchange 인증서 확인 스크립트)
Exchange 인증서 확인 스크립트
Exchange 2010용 (2013에서 작동 확인)
@출처
https://gallery.technet.microsoft.com/office/Exchange-Certificate-91578ac4
@Edge쪽 오류 메세지 확인되서 Edge 제외하도록 수정
Get-ExchangeCertificateReport.zip
MSSQL Cluster 환경 내 리포팅 서비스(Reporting Services) 설치 하기
MS Cluster가 구성 된 환경에서 리포팅 기능 추가 시 하기와 같이 메시지가 노출되며 설치 진행이 불가합니다.
자세한 보고서 보기 클릭 하여 확인
체크 하는 부분을 스킵
Setup.exe /SkipRules=StandaloneInstall_HasClusteredOrPreparedInstanceCheck /Action=Install |
설치 진행
설치할 인스턴스 설정 후 다음
Reporting Services 체크
설치만(구성은 설치 완료 후에 진행)
Reporting Services 구성 관리자 시작 후 접속
웹 서비스 URL 적용 후 생성(하기는 생성이 된 화면)
데이터 베이스 설정
새 보고서 서버 데이터 베이스 만들기
보고서 관리자 URL 구성
Reporting Services 접속 확인
최신 DNS S/W 버전 업그레이드 권고 사항
https://xn--3e0bx5euxnjje69i70af08bea817g.xn--3e0b707e/
KISA사이트 > 공지사항 > [KISA] 최신 DNS S/W 버전 업그레이드 권고
내용의 요점은
https://ednscomp.isc.org/ednscomp
운영중인 DNS에서 해당 테스트를 돌렸을 때 ednsopt, edns1opt부분에서 에러나는 부분이 있어 찾아보니(Windows DNS Server입니다.)
관련 내용을 찾아봐도 MS DNS에 대한 내용은 찾아보기 힘들고, 실제 microsoft.com 으로 확인했을 시 하기와 같이 오류가 나고 있는 상태..
https://azure.microsoft.com/ko-kr/updates/azure-dns-flag-day/
다음 수행 작업
Azure DNS 및 Azure Traffic Manager 고객이 수행할 작업은 없습니다. DNS 플래그 데이에 Microsoft 고객에게는 아무런 영향이 없습니다.
모든 Microsoft DNS 서비스에서 호스트되는 DNS 도메인에 대한 종속성이 있는 고객도 수행할 작업이 없습니다. DNS 플래그 데이에는 아무런 영향이 없습니다. 일부 서비스는 2월 1일까지 모든 EDNS 규정 준수 문제가 해결되지 않을 수 있지만, 이러한 모든 문제는 이름 확인에 영향을 주지 않습니다.
2019. 04. 29
현재 롤업으로 패치 되었음.
https://support.microsoft.com/ko-kr/help/4489893/windows-8-1-update-kb4489893
WIndows 2016 MapsBroker, OneSyncSvc 서비스 관련
sc config “OneSyncSvc” start= disabled sc config “MapsBroker” start= disabled |
This services are OneSyncSvc (synchronizes mail, contacts, calendar and various other user data) and Download Maps Manager (for application access to downloaded maps) and are really not critical on server OS.
Exchange Server 지원 매트릭스 (Exchange Server supportability matrix)
Exchange Server 지원 매트릭스 (Exchange Server supportability matrix)
https://docs.microsoft.com/ko-kr/exchange/plan-and-deploy/supportability-matrix?view=exchserver-2019
- 2019. 01. 21 기준
- 환경 : Windows Server 2008 R2 AD(OS, 기능수준), Exchange 2013
- Exchange 2013 > 2019로 업그레이드를 위한 지원 메트릭스 확인 내용
Exchange 서버 설치를 위한 지원 OS 플랫폼
서버 운영 체제 |
Exchange 2019 |
Exchange 2016 CU3이상 |
Exchange 2016 CU2 이하 |
Exchange 2013 SP1 이상 |
Windows Server 2019 |
X |
|
|
|
Windows Server 2016 |
|
X |
|
|
Windows Server 2012 R2 |
|
X |
X |
X |
Windows Server 2012 |
|
X |
X |
X |
Windows Server 2008 R2 SP1 |
|
|
|
X |
지원되는 Active Directory 환경
운영 체제 환경 |
Exchange 2019 |
Exchange 2016 |
Exchange 2013 SP1 이상 |
Windows Server 2019 Active Directory 서버 |
X |
|
|
Windows Server 2016 Active Directory 서버 |
X |
X |
X |
Windows Server 2012 R2 Active Directory 서버 |
X |
X |
X |
Windows Server 2012 Active Directory 서버 |
|
X |
X |
Windows Server 2008 R2 SP1 Active Directory 서버 |
|
X |
X |
Active Directory 포리스트 기능 수준
AD 포리스트 기능 수준 |
Exchange 2019 |
Exchange 2016 |
Exchange 2013 SP1 이상 |
Windows Server 2016 |
X |
X |
X |
Windows Server 2012 R2 |
X |
X |
X |
Windows Server 2012 |
|
X |
X |
Windows Server 2008 R2 SP1 |
|
X |
X |
클라이언트 지원
클라이언트 |
Exchange 2019 |
Exchange 2016 |
Exchange 2013 SP1 이상 |
Outlook 2016 |
X |
X |
X |
Outlook 2013 |
|
X |
X |
Outlook 2010 |
|
X |
X |
Office 365용 Outlook for Mac |
|
X |
X |
Exchange Server 시스템 요구 사항 : 상기 문서상 Outlook 2013 지원 되는 것으로 표기 되어 있음
테스트 환경 구축하여 확인 시 Outlook 에 메일 확인 가능하며 수/발신도 정상적으로 되는 것으로 확인.
Windows Server Core서버에 파일 복사하기
https://msdn.microsoft.com/en-us/library/mt708806(v=vs.85).aspx
Windows Server Core서버에 파일 복사하기
$ip = "CoreServerIP" # replace with your Nano Server's IP address $s = New-PSSession -ComputerName $ip -Credential "coreserveraccount" Copy-Item -ToSession $s -Path SourcePath -Destination DestinationPath |