ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب PowerShell for Office 365: Automate Office 365 administrative tasks

دانلود کتاب PowerShell برای Office 365: کارهای اداری Office 365 را خودکار کنید

PowerShell for Office 365: Automate Office 365 administrative tasks

مشخصات کتاب

PowerShell for Office 365: Automate Office 365 administrative tasks

ویرایش:  
نویسندگان: ,   
سری:  
ISBN (شابک) : 9781787127999, 9781787127890 
ناشر: Packt Publishing 
سال نشر: 2017 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : AZW3 (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 49,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 16


در صورت تبدیل فایل کتاب PowerShell for Office 365: Automate Office 365 administrative tasks به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب PowerShell برای Office 365: کارهای اداری Office 365 را خودکار کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب PowerShell برای Office 365: کارهای اداری Office 365 را خودکار کنید

آفیس 365 یک ابزار قدرتمند برای انجام کارهای اداری رایج است. اما کارهای بیشتری می تواند انجام دهد. PowerShell برای Office365 به اتوماسیون وظایف اداری تکراری و پیچیده کمک می کند، که می تواند سرعت و کارایی کسب و کار شما را تا حد زیادی افزایش دهد. این کتاب شما را در تمام جنبه های PowerShell راهنمایی می کند و به شما امکان می دهد کنترل بیشتری داشته باشید و موارد بیشتری را از Office 365 استخراج کنید.


توضیحاتی درمورد کتاب به خارجی

Office 365 is a powerful tool to perform common administrative tasks. But there is more that it can do. PowerShell for Office365 helps in automation of repetitive and complex administrative tasks, which can greatly increase the speed and efficiency of your business. This book will walk you through all the aspects of PowerShell and will enable you to get a greater control and extract more from Office 365.



فهرست مطالب

Preface......Page 19
What this book covers......Page 20
What you need for this book......Page 22
Who this book is for......Page 23
Conventions......Page 24
Reader feedback......Page 26
Customer support......Page 27
Downloading the example code......Page 28
Downloading the color images of this book......Page 29
Errata......Page 30
Piracy......Page 31
Questions......Page 32
PowerShell Fundamentals......Page 33
Why do we need to learn PowerShell for Office 365?......Page 37
PowerShell is a cmdlet based language with verb-noun syntax......Page 38
How to pass parameters to cmdlets and storing results as a variable......Page 40
Parameters......Page 41
How to get help with PowerShell......Page 46
What is a module?......Page 49
What is a pipe?......Page 50
How PowerShell is an object-oriented language and how to work with objects......Page 51
Using the if and where statements......Page 52
Using the for and while loops......Page 55
Creating your first script......Page 58
Summary......Page 64
Managing Office 365 with PowerShell......Page 65
Admin roles for Office 365......Page 66
Installing and working with the Office 365 admin tools......Page 69
Installing Microsoft Online Service Sign-In Assistant......Page 71
Installing the Windows Azure Active Directory Module for PowerShell......Page 73
Verifying installation of the Office 365 admin tools......Page 76
Creating the first user account in PowerShell......Page 79
Ensuring user account permissions......Page 80
Checking license availability......Page 83
Creating a new user......Page 84
Summary......Page 87
Azure AD and Licensing Management......Page 88
Common administrative cmdlets that are used for managing accounts and licensing......Page 89
How to change the license for existing users......Page 92
Formatting data to be used for bulk account management......Page 101
How to reset account passwords......Page 104
How to update user account details......Page 106
Summary......Page 107
Managing SharePoint Online Using PowerShell......Page 108
A brief overview of the SharePoint APIs......Page 109
The SharePoint web services API......Page 110
The SharePoint server-side API and PowerShell API......Page 111
The client-side object model......Page 112
The REST API......Page 113
The SharePoint Online API......Page 114
Setting up your environment......Page 115
PowerShell execution policy......Page 116
SharePoint Online Management Shell......Page 118
Security requirements......Page 120
SharePoint Online scripting......Page 121
Scenario 1 - getting to know the API......Page 124
Scenario 2 - site collection information......Page 130
Scenario 3 - site collection maintenance......Page 133
Testing site health......Page 136
Scenario 4 - personal sites......Page 141
Scenario 5 - sharing and external access......Page 145
Guest access......Page 149
Scenario 6 - CSOM scripting using PowerShell......Page 150
Environment setup......Page 151
Connecting to SharePoint Online via CSOM......Page 152
CSOM queries......Page 153
Scenario 7 - the REST API in PowerShell......Page 155
Summary......Page 158
Managing Exchange Online Using PowerShell......Page 159
Connecting to Exchange Online......Page 160
Exploring the API......Page 163
Working with Exchange accounts......Page 165
Creating new mailboxes......Page 168
Scenario 1 - a new user mailbox......Page 169
Scenario 2 - an unlicensed existing user......Page 170
Scenario 3 - a licensed user without the Exchange service......Page 173
Scenario 4 - MailUser......Page 175
User photos......Page 177
Email forwarding......Page 181
Out-of-office reply......Page 182
Inbox rules......Page 184
User impersonation......Page 187
Installing Exchange Web Services......Page 188
Role-based access control......Page 190
Management roles......Page 191
Role groups......Page 195
Management role assignment......Page 197
RBAC scenario - creating a custom administrator......Page 200
First requirement - limiting access to PowerShell commands......Page 201
Second requirement - limiting access to a group of users......Page 206
Summary......Page 210
Script Automation......Page 211
PowerShell modules......Page 212
Module manifest......Page 214
Script modules......Page 219
Cmdlets......Page 225
Scheduled execution......Page 233
Scripting instrumentation - the next steps......Page 237
Code signing......Page 238
Setting up a signing infrastructure......Page 239
The PKI module......Page 240
Self-signed certificates......Page 241
Creating a CA certificate......Page 242
Querying certificate stores......Page 247
Exporting, importing, and publishing certificates......Page 249
Issuing certificates with a self-signed CA......Page 252
Active Directory Certificate Services......Page 254
Prerequisites......Page 255
Requesting and issuing certificates in AD CS......Page 257
Signing PowerShell scripts......Page 260
IncludeChain......Page 262
TimestampServer......Page 263
Summary......Page 264
Patterns and Practices PowerShell......Page 265
Why do we need to learn PnP PowerShell?......Page 266
Installing and working with PnP PowerShell cmdlets......Page 269
PowerShell Gallery......Page 270
Using Setup files/binaries......Page 272
Installation script......Page 274
Verifying the installation of the PnP PowerShell module for SharePoint Online......Page 276
Using Windows Credential Manager with PnP PowerShell......Page 278
An example of provisioning site collection using a standard template......Page 281
Summary......Page 284
OneDrive for Business......Page 285
Feature configuration......Page 287
Personal site management......Page 291
Data migration......Page 295
The CSOM API......Page 296
The SPO Migration API......Page 299
Office 365 Import service......Page 307
Creating an Azure Blob storage account......Page 309
Migrating data using Azure Blob storage......Page 311
Summary......Page 316
PowerShell Core......Page 317
Installing PowerShell Core......Page 319
Remoting on PowerShell Core......Page 322
WinRM remote management......Page 323
SSH Remote management......Page 328
Managing SharePoint with PowerShell Core......Page 331
Managing SharePoint Online from PowerShell Core......Page 334
Summary......Page 339




نظرات کاربران