000 | 09362cam a2200937Ii 4500 | ||
---|---|---|---|
001 | ocn945637585 | ||
003 | OCoLC | ||
005 | 20200827113846.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160328s2016 enka o 001 0 eng d | ||
040 |
_aUMI _beng _erda _epn _cUMI _dOCLCA _dN$T _dCOO _dEBLCP _dKSU _dDEBBG _dIDB _dOCLCQ _dMERUC _dOCLCQ _dOCLCF _dUOK _dCEF _dUKMGB _dOCLCQ _dOCLCO _dAGLDB _dIGB _dRDF _dOCLCQ |
||
016 | 7 |
_a018005624 _2Uk |
|
020 |
_a9781782176046 _q(electronic bk.) |
||
020 |
_a1782176047 _q(electronic bk.) |
||
020 |
_a1782176039 _q(Trade Paper) |
||
020 |
_a9781782176039 _q(Trade Paper) |
||
020 | _z9781782176039 | ||
024 | 3 | _a9781782176039 | |
029 | 1 |
_aAU@ _b000058967036 |
|
029 | 1 |
_aCHNEW _b000884616 |
|
029 | 1 |
_aCHVBK _b37443316X |
|
029 | 1 |
_aDEBBG _bBV043893545 |
|
029 | 1 |
_aDEBBG _bBV043969034 |
|
029 | 1 |
_aDEBSZ _b485795477 |
|
029 | 1 |
_aGBVCP _b882848941 |
|
029 | 1 |
_aUKMGB _b018005624 |
|
035 | _a(OCoLC)945637585 | ||
037 |
_aCL0500000723 _bSafari Books Online |
||
050 | 4 | _aQA76.9.C55 | |
072 | 7 |
_aCOM _x013000 _2bisacsh |
|
072 | 7 |
_aCOM _x014000 _2bisacsh |
|
072 | 7 |
_aCOM _x018000 _2bisacsh |
|
072 | 7 |
_aCOM _x067000 _2bisacsh |
|
072 | 7 |
_aCOM _x032000 _2bisacsh |
|
072 | 7 |
_aCOM _x037000 _2bisacsh |
|
072 | 7 |
_aCOM _x052000 _2bisacsh |
|
082 | 0 | 4 |
_a004.36 _223 |
049 | _aMAIN | ||
100 | 1 |
_aBanerjee, Biswanath, _eauthor. |
|
245 | 1 | 0 |
_aMicrosoft Exchange Server PowerShell essentials : _bleverage the power of basic Windows PowerShell scripts to manage your Exchange messaging environment / _cBiswanath Banerjee. |
264 | 1 |
_aBirmingham : _bPackt Publishing, _c[2016] |
|
264 | 4 | _c�2016 | |
300 |
_a1 online resource : _billustrations |
||
336 |
_atext _btxt _2rdacontent |
||
337 |
_acomputer _bc _2rdamedia |
||
338 |
_aonline resource _bcr _2rdacarrier |
||
490 | 1 | _aProfessional expertise distilled | |
588 | 0 | _aOnline resource; title from PDF title page (EBSCO, viewed April 19, 2016). | |
500 | _aIncludes index. | ||
520 | 8 | _aLeverage the power of basic Windows PowerShell scripts to manage your Exchange messaging environmentAbout This Book Get to grips with Windows PowerShell and how it can be used to manage various aspects of the operating system and applications Become proficient in PowerShell and apply it to manage Exchange infrastructure on-premise or via Exchange Online as part of Office 365 Learn to create Windows PowerShell scripts to do administrative tasks with this step-by-step, easy-to-follow guideWho This Book Is ForThis book is for administrators with a basic or limited understanding of Windows PowerShell and who want to increase their skill set in managing both the Exchange On Premise and Online environments. What You Will Learn Deep dive into the Windows PowerShell basics Create and manage Recipients and permissions Manage Distribution Group members, permissions, and group types Understand Certificates and Role-Based Access Control using real-world examples Review the usage of email address, address book, and retention policies with examples Learn to manage Exchange Client Access and Mailbox Server roles Use PowerShell for auditing and risk management in your Exchange organization Manage a highly available Exchange environment using PowerShell Interact with Exchange through the use of the Exchange Web Services-managed APIIn DetailPowerShell has become one of the most important skills in an Exchange administrator's armory. PowerShell has proved its mettle so widely that, if you're not already starting to learn PowerShell, then you're falling behind the industry. It isn't difficult to learn PowerShell at all. In fact, if you've ever run commands from a CMD prompt, then you'll be able to start using PowerShell straightaway. This book will walk you through the essentials of PowerShell in Microsoft Exchange Server and make sure you understand its nitty gritty effectively. You will first walk through the core concepts of PowerShell and their applications. This book discusses ways to automate tasks and activities that are performed by Exchange administrators and that otherwise take a lot of manual effort. Microsoft Exchange PowerShell Essentials will provide all the required details for Active Directory, System, and Exchange administrators to help them understand Windows PowerShell and build the required scripts to manage the Exchange Infrastructure. Style and approachThis book is written with its target audience in mind; concepts are explained and followed by real-life examples. A comprehensive script is provided in each chapter to give you hands-on practice with all the major commands used in it. | |
505 | 0 | _aCover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with PowerShell; Introducing Windows PowerShell; Understanding PowerShell syntax; Understanding the help system; The Help parameter ; The Get-Help cmdlet; Understanding Logging and Transcripts; Using variables; Assignment operators; Comparison operators; Using pipelines; Using loops; The Do loop; ForEach loops; While loops; Using arrays; Retrieving values from an array; Using filters and exporting data; Using If statements; Switch statements | |
505 | 8 | _aWriting a basic scriptSummary; Chapter 2: Learning Recipient Management; Managing users; Creating a Mailbox for a new user; Creating a new user in Active Directory and a new mailbox for the user; Enabling mailbox for an existing user in Active directory; Managing permissions; Manage Full Access permissions; Manage Send As permission; Manage Send On Behalf permission; Managing folder/calendar permission; Managing room mailboxes; Import export of objects; Import user accounts in bulk using a CSV file; Import external contacts in bulk using a CSV file; Exporting objects to a CSV file | |
505 | 8 | _aConnecting from Remote computersConnecting to a remote Exchange 2013/2016 Server; Connecting to Exchange online; Troubleshooting Remote PowerShell session connectivity; Mailbox reporting; Automation with scripting agents; Scenario 1; Scenario 2; Writing a basic script; Scheduling your task; Summary; Chapter 3: Handling Distribution Groups; Introducing distribution groups; Managing distribution groups; Distribution Group naming policy; Creating Distribution Groups; Changing Distribution Group properties; Managing distribution group permissions; Scenario; Managing distribution group members | |
505 | 8 | _aConverting group typesAutomation with dynamic Distribution groups; Dynamic Distribution group properties; Writing an advance script; Summary; Chapter 4: Exchange Security; Components of Role Based Access Control; Managing Role Based Access Control; Where (scope); What (role); Who (Role Group); Role assignment; Managing exchange certificates; Types of Certificates; Steps to manage certificates; Step 1 -- generating a certificate; Step 2 -- importing the certificate; Step 3 -- assigning services to the new certificate; Managing Application Relaying emails | |
505 | 8 | _aManaging External access of Exchange Admin CenterWriting a basic script; Summary; Chapter 5: Everything about Microsoft Exchange Policies; Introducing Exchange Policies; Creating and managing e-mail Address policies; Creating and managing Address Book policies; Creating and managing Retention Policies; Writing a basic script; Summary; Chapter 6: Handling Exchange Server Roles; Configuring POP, IMAP, ActiveSync, and Outlook Anywhere; Configuring ActiveSync; Configuring Outlook Anywhere; Managing Client Access Servers; Managing transport connectors; Send connector; Receive connector | |
590 |
_aeBooks on EBSCOhost _bEBSCO eBook Subscription Academic Collection - Worldwide |
||
630 | 0 | 0 |
_aMicrosoft Exchange server. _0http://id.loc.gov/authorities/names/n96094622 |
630 | 0 | 7 |
_aMicrosoft Exchange server. _2fast _0(OCoLC)fst01384869 |
650 | 0 |
_aClient/server computing. _0http://id.loc.gov/authorities/subjects/sh93000502 |
|
650 | 0 |
_aOperating systems (Computers) _xProgramming. |
|
650 | 0 |
_aScripting languages (Computer science) _0http://id.loc.gov/authorities/subjects/sh2006007256 |
|
650 | 0 |
_aSystems programming (Computer science) _0http://id.loc.gov/authorities/subjects/sh88004167 |
|
650 | 7 |
_aCOMPUTERS _xComputer Literacy. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xComputer Science. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xData Processing. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xHardware _xGeneral. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xInformation Technology. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xMachine Theory. _2bisacsh |
|
650 | 7 |
_aCOMPUTERS _xReference. _2bisacsh |
|
650 | 7 |
_aClient/server computing. _2fast _0(OCoLC)fst00864205 |
|
650 | 7 |
_aScripting languages (Computer science) _2fast _0(OCoLC)fst01741005 |
|
650 | 7 |
_aSystems programming (Computer science) _2fast _0(OCoLC)fst01141475 |
|
655 | 4 | _aElectronic books. | |
776 | 0 | 8 |
_iErscheint auch als: _nDruck-Ausgabe _tBanerjee, Biswanath. Microsoft Exchange Server PowerShell Essentials |
830 | 0 | _aProfessional expertise distilled. | |
856 | 4 | 0 | _uhttps://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193291 |
938 |
_aEBL - Ebook Library _bEBLB _nEBL4520802 |
||
938 |
_aEBSCOhost _bEBSC _n1193291 |
||
994 |
_a92 _bMYFCU |
||
999 |
_c51868 _d51868 |