en-us/Connect-MS365-help.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Connect-MS365</command:name> <command:verb>Connect</command:verb> <command:noun>MS365</command:noun> <maml:description> <maml:para>Connects to a given online service of Microsoft.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Connects to a given online service of Microsoft. One or multiple service names can be chosen. Supports connection handling for - Microsoft Online (MSOL) - aka AzureAD v1</maml:para> <maml:para>- Exchange Online (EOL)</maml:para> <maml:para>- Teams</maml:para> <maml:para>- SharePoint Online (SPO)</maml:para> <maml:para>- Security and Compliance Center (SCC)</maml:para> <maml:para>- Azure ActiveDirectory (AAD) v2</maml:para> <maml:para>- Azure Platform (AZ)</maml:para> <maml:para>- Skype for Business Online service (S4B)</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Connect-MS365</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>Specifies the service to connect to. May be a list of multiple services to use.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="SPOOrg"> <maml:name>SPOOrgName</maml:name> <maml:Description> <maml:para>spoorg parameter for connection to SPO service needed by connect cmdlet to assemble admin Url</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none"> <maml:name>Credential</maml:name> <maml:Description> <maml:para>Credential parameter to receive previously created PSCredential object. Primarily needed for testing calls</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> <dev:type> <maml:name>PSCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>Specifies the service to connect to. May be a list of multiple services to use.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="SPOOrg"> <maml:name>SPOOrgName</maml:name> <maml:Description> <maml:para>spoorg parameter for connection to SPO service needed by connect cmdlet to assemble admin Url</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none"> <maml:name>Credential</maml:name> <maml:Description> <maml:para>Credential parameter to receive previously created PSCredential object. Primarily needed for testing calls</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> <dev:type> <maml:name>PSCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None. You cannot pipe objects to Connect-MS365.</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues /> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <dev:code>Description: Connect to Microsoft Online</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service MSOL</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title> <dev:code>Description: Connect to Microsoft Online and Exchange Online</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service MSOL,EOL</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title> <dev:code>Description: Connect to SharePoint Online to connect to MyName-admin.sharepoint.com</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service SPO -SPOOrgName MyName</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title> <dev:code>Description: Connect to Security and Compliance Center</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service SCC</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title> <dev:code>Description: Connect to Azure ActiveDirectory</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service AAD</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 6 --------------------------</maml:title> <dev:code>Description: Connect to Microsoft Azure platform</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service AZ</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 7 --------------------------</maml:title> <dev:code>Description: Connect to Microsoft Skype for Business Online service</dev:code> <dev:remarks> <maml:para>Connect-MS365 -Service S4B</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>https://github.com/blindzero/Connect-MS365</maml:linkText> <maml:uri>https://github.com/blindzero/Connect-MS365</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |