PowerShell24 [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. [PowerShell]7. Functions Function in programming lanugage is a reuseable block of code performing set of tasks. With a function in programing language, developer does not need to write the same code every time when executing a certain task, rather simply call a function with parameters then it will do it's magic. [Grammar] PowerShell function consists of function name, parameters and code block. function TestFunction{ p.. 2023. 4. 3. 이전 1 2 3 4 5 6 다음 반응형