목록전체 글 (416)
IT STORYs

[클라우드 계정 복원 후 신규 생성된 AD 계정과의 역동기화 하드 매칭 방법]Account AD에서 신규 계정을 만든 후에 Resource AD의 계정과의 연결된 사서함을 다시 설정합니다. (Exchange 관리센터에서 다시 연결된 사서함 재설정)이미 AADC를 통해서 동기화된 상태라면 Account AD & Resource AD에서 해당 계정을 Notsync OU로 이동한 후에 AADC에서 delta sync를 통해 새로 생성된 cloud 계정을 삭제한 사용자로 이동시킵니다.Entra ID 사이트( https://entra.microsoft.com)으로 이동하여 [사용자>삭제된 사용자]로 이동하여 신규 만들어진 사용자는 ‘완전 삭제’ 메뉴로 삭제하고 기존에 잘못 삭제된 클라우드 계정은 복원을 합니다. ..

원문링크 : How to Recover deleted mail items with MFCMAPI - o365info How to Recover deleted mail items with MFCMAPILearn how to recover permanently hard deleted mail items with the MFCMAPI tool of a Microsoft 365 mailbox in Outlook.o365info.com When a user permanently deletes items, they become hard-deleted items. Unfortunately, you can’t see or recover these items in the Outlook app or Outlook on t..

By default, any user can turn your Windows 10 PC into a mobile hotspot by sharing the Internet connection with other devices over Wi-Fi. Users can share a Wi-Fi, Ethernet, or cellular data connection. If your PC has a cellular data connection and you share it, it will use data from your data plan. This tutorial will show you how to enable or disable the mobile hotspot feature for all users in Wi..

Get All Remote Desktop Session You can run the command qwinsta to get all Remote desktop session on the server. For the example, I want to get all session from the server named wowhvdev1. qwinsta /server:wowhvdev1 qwinsta Kill a Remote Desktop Session After you get all session list from qwinsta command, you can use rwinsta command to kill a session from the server. This command Enables you to re..

You can view Office 365 users’ MFA status through Microsoft Graph API or Microsoft Graph PowerShell. But retrieving MFA status using MS Graph is different from the Get-MsolUser cmdlet. Microsoft Graph does not provide MFA status directly as enabled, enforced, or disabled. Instead, it will show the list of configured authentication methods for a user. You have to conclude the MFA status based on ..