본문 바로가기

PowerShell25

[PowerShell]Resetting User Password [Scenario] User requests to reset the account password becuase the user forgot the old password [Objectives] Reset the user password [Steps] User password can be eaily reset by PowerShell command "Set-ADAccountPassword" Set-ADAccountPassword (ActiveDirectory) | Microsoft Learn Set-ADAccountPassword (ActiveDirectory) Use this topic to help manage Windows and Windows Server technologies with Windo.. 2023. 4. 12.
[PowerShell]Creating Room Mailbox As Resource [Scenario] Dear Chinese IT colleague asks to create a mailbox as resource to manage booking schedules of a meeting room [Objectives] Create two meeting room resource emailboxs with the given information below. #1. CN Shanghai A1F Mtg Room mailbox name:CN Shanghai A1F Mtg Room email address:CNShanghai.A1FMtgRoom@rotork.com #2. CN Shanghai B2F Small Mtg Room mailbox name:CN Shanghai B2F Small Mtg .. 2023. 4. 7.
[PowerShell]Setting Mailbox Autoreply [Scenario] An user asks to set up mailbox automatic reply as below mailbox: USOrders@rotork.com start time: 4/6/2023 17:00:00 end time: 4/9/2023 12:20:00 message: Rotork USA offices will be closed Friday, 4/7/2023 for national holiday and will re-open the morning of Monday, 4/10/2023. [Objectives] Set mailbox automatic reply for USOrders@rotork.com as requested. [Steps] For starter, connect to E.. 2023. 4. 6.
[PowerShell]Creating Email Distribution Group [Scenario] Country leader set a flag for creating an email distribution for Korea management members. Members for the distribution group has been in the request mail. [Objectives] Use PowerShell ExchangeOnline module to create an email distribution group [Steps] Run PowerShell and connect to ExchangeOnline with admin. credential #Accessing to ExchangeOnline Connect-ExchangeOnline -UserPrincipalN.. 2023. 4. 4.
반응형