- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 200字
- 2021-07-02 18:50:35
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The Get-Credential cmdlet does not tell us whether the username and password are correct or not."
A block of code is set as follows:
$i=0
do
{
$var = $set[$i]
}
while ($i -ge $Set.Count)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$i=0
do
{
$var = $set[$i]
}
while ($i -ge $Set.Count)
Any command-line input or output is written as follows:
Get-MsolUser -UserPrincipalName "valid Office 365 work or school user name"
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When creating the account, make sure you check the Password never expires setting."
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- OpenMP核心技術(shù)指南
- Mockito Essentials
- Learning Splunk Web Framework
- Emotional Intelligence for IT Professionals
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用
- Python趣味創(chuàng)意編程
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)
- MySQL數(shù)據(jù)庫(kù)應(yīng)用技術(shù)及實(shí)戰(zhàn)
- Python自動(dòng)化運(yùn)維:技術(shù)與最佳實(shí)踐
- Python編程:從入門到實(shí)踐(第2版)
- 熱處理常見缺陷分析與解決方案
- Java算法從菜鳥到達(dá)人
- 小學(xué)生C++編程課堂(新手篇)