2018년 10월 24일 수요일

2018년 10월 17일 수요일

익스체인지에서 사서함 Export (추출)와 Import(삽입)

익스체인이지에서 퇴사자가 발생하거나 하면 일정 기간 동안 또는 어쩔수 없이 계속 계정을 살려둬야 하는 경우가 있다.
이럴때 사서함을 Export 하고 Import 하여 퇴사자의 계정을 정리 할 수 있다.

먼저 선행해야 할 것이 공유폴더를 하나 생성한다. (쓰기 권한으로..)

사서함 Export 한다.
New-MailboxExportRequest -Mailbox [계정명] -FilePath \\[HOSTNAME]\[공유폴더명]\[파일명.pst]

사서함 Import 한다.
New-MailboxImportRequest -Mailbox [계정명] -FilePath \\[HOSTNAME]\[공유폴더명]\[파일명.pst]

하면된다... 여기서 응용해서.. Import 할 사서함을 따로 폴더로 관리 하고자 할 경우 Import 할 때 폴더도 같이 생성할려면

New-MailboxImportRequest -Mailbox [계정명] -FilePath \\[HOSTNAME]\[공유폴더명]\[파일명.pst] -TargetRootFolder "[폴더명]"

으로 하면된다.


2018년 10월 5일 금요일

윈도우 이벤트 4673 해결방법?

윈도우 이벤트 4673 해결 우회?

원본 : Microsoft Windows Security
이벤트 ID : 4673
권한 : SeTcbPrivilege

해결방법 (링크#1)

ou may enable the “Audit privilege use” policy below which create the Event ID 4673: A privileged service was called. 

Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Advanced Audit Policy Configuration\System Audit Policies\Privilege Use

If you configure this policy setting, an audit event is generated when sensitive privilege requests are made. Success audits record successful attempts, and failure audits record unsuccessful attempts. 

If you want to make the Audit Failures stop filling up Security Log, please disable the policy to see the issue if still exists.