Cargando…

Microsoft Exchange Server PowerShell essentials : leverage the power of basic Windows PowerShell scripts to manage your Exchange messaging environment /

Leverage 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 Ex...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Banerjee, Biswanath (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, [2016]
Colección:Professional expertise distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn945637585
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160328s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCA  |d N$T  |d COO  |d EBLCP  |d KSU  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCF  |d UOK  |d CEF  |d UKMGB  |d OCLCQ  |d OCLCO  |d AGLDB  |d IGB  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018005624  |2 Uk 
019 |a 1259128611 
020 |a 9781782176046  |q (electronic bk.) 
020 |a 1782176047  |q (electronic bk.) 
020 |a 1782176039  |q (Trade Paper) 
020 |a 9781782176039  |q (Trade Paper) 
020 |z 9781782176039 
024 3 |a 9781782176039 
029 1 |a AU@  |b 000058967036 
029 1 |a CHNEW  |b 000884616 
029 1 |a CHVBK  |b 37443316X 
029 1 |a DEBBG  |b BV043893545 
029 1 |a DEBBG  |b BV043969034 
029 1 |a DEBSZ  |b 485795477 
029 1 |a GBVCP  |b 882848941 
029 1 |a UKMGB  |b 018005624 
035 |a (OCoLC)945637585  |z (OCoLC)1259128611 
037 |a CL0500000723  |b Safari Books Online 
050 4 |a QA76.9.C55 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.36  |2 23 
049 |a UAMI 
100 1 |a Banerjee, Biswanath,  |e author. 
245 1 0 |a Microsoft Exchange Server PowerShell essentials :  |b leverage the power of basic Windows PowerShell scripts to manage your Exchange messaging environment /  |c Biswanath Banerjee. 
264 1 |a Birmingham :  |b Packt Publishing,  |c [2016] 
264 4 |c ©2016 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Professional expertise distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 19, 2016). 
500 |a Includes index. 
520 8 |a Leverage 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 |a Cover; 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 |a Writing 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 |a Connecting 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 |a Converting 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 |a Managing 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 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Exchange server. 
630 0 7 |a Microsoft Exchange server.  |2 fast  |0 (OCoLC)fst01384869 
650 0 |a Client/server computing. 
650 0 |a Operating systems (Computers)  |x Programming. 
650 0 |a Scripting languages (Computer science) 
650 0 |a Systems programming (Computer science) 
650 6 |a Architecture client-serveur (Informatique) 
650 6 |a Systèmes d'exploitation (Ordinateurs)  |x Programmation. 
650 6 |a Langages de script (Informatique) 
650 6 |a Programmation système (Informatique) 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a Scripting languages (Computer science)  |2 fast  |0 (OCoLC)fst01741005 
650 7 |a Systems programming (Computer science)  |2 fast  |0 (OCoLC)fst01141475 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Banerjee, Biswanath. Microsoft Exchange Server PowerShell Essentials 
830 0 |a Professional expertise distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1193291  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520802 
938 |a EBSCOhost  |b EBSC  |n 1193291 
994 |a 92  |b IZTAP