en-US/O365Extensions-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml">
 
<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-O365</command:name>
<command:verb>Connect</command:verb>
<command:noun>O365</command:noun>
<maml:description><maml:para>Establishes administrative connections to Office 365 tenant services
</maml:para>
</maml:description>
</command:details>
<maml:description><maml:para>Connects to Office 365 with options for Azure Active Directory, Exchange,ComplianceCenter, Skype and Sharepoint.
</maml:para>
</maml:description>
<command:syntax><command:syntaxItem><maml:name>Connect-O365</maml:name>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"><maml:name>Services</maml:name>
<maml:Description><maml:para>The Office 365 services you wish to connect to. Valid values are AzureActiveDirectory, Exchange, ComplianceCenter,Sharepoint and Skype. To specify multiple values use a comma-separated list, or use an asterisk (*) to connect to all services at once.
</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="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"><maml:name>Credential</maml:name>
<maml:Description><maml:para>The username or PSCredential to use to connect to Office 365 services.
</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none"><maml:name>TenantName</maml:name>
<maml:Description><maml:para>If Sharepoint is specified as an argument to -Services, you can use TenantName to specify the Office 365 tenant to connect to. This is required to formulate the URL for the admin endpoint.
</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:syntaxItem>
</command:syntax>
<command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"><maml:name>Services</maml:name>
<maml:Description><maml:para>The Office 365 services you wish to connect to. Valid values are AzureActiveDirectory, Exchange, ComplianceCenter,Sharepoint and Skype. To specify multiple values use a comma-separated list, or use an asterisk (*) to connect to all services at once.
</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="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"><maml:name>Credential</maml:name>
<maml:Description><maml:para>The username or PSCredential to use to connect to Office 365 services.
</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:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none"><maml:name>TenantName</maml:name>
<maml:Description><maml:para>If Sharepoint is specified as an argument to -Services, you can use TenantName to specify the Office 365 tenant to connect to. This is required to formulate the URL for the admin endpoint.
</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:parameters>
<command:inputTypes></command:inputTypes>
<command:returnValues></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>$Credential = Get-Credential
Connect-O365 -Services Exchange,Skype -Credential $Credential</dev:code>
<dev:remarks><maml:para>This example demonstrates how to connect to Exchange and Skype for Business, using a credential object previously stored in a variable.
</maml:para>
</dev:remarks>
</command:example>
<command:example><maml:title>-------------- Example 2 --------------</maml:title>
<dev:code>Connect-O365 -Services Sharepoint -TenantName contoso -Credential $Credential</dev:code>
<dev:remarks><maml:para>This example demonstrates how to connect to the Sharepoint Online service, including the use of the Sharepoint-specific parameter -TenantName
</maml:para>
</dev:remarks>
</command:example>
<command:example><maml:title>-------------- Example 3 --------------</maml:title>
<dev:code>Connect-O365 -Services * -TenantName contoso -Credential $Credential</dev:code>
<dev:remarks><maml:para>This example demonstrates how to connect to all Office 365 services at once.
</maml:para>
</dev:remarks>
</command:example>
</command:examples>
<command:relatedLinks></command:relatedLinks>
</command:command>
<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>Disconnect-O365</command:name>
<command:verb>Disconnect</command:verb>
<command:noun>O365</command:noun>
<maml:description><maml:para>Disconnects from Office 365 services and removes proxy commands and sessions
</maml:para>
</maml:description>
</command:details>
<maml:description><maml:para>Removes administrative connections to Office 365 services previously created using Connect-O365.
</maml:para>
</maml:description>
<command:syntax><command:syntaxItem><maml:name>Disconnect-O365</maml:name>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"><maml:name>Services</maml:name>
<maml:Description><maml:para>{{Fill Services Description}}
</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:syntaxItem>
</command:syntax>
<command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"><maml:name>Services</maml:name>
<maml:Description><maml:para>{{Fill Services Description}}
</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:parameters>
<command:inputTypes></command:inputTypes>
<command:returnValues></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>Disconnect-O365 -Services Sharepoint</dev:code>
<dev:remarks><maml:para>This example demonstrates how to disconnect from a single connected service.
</maml:para>
</dev:remarks>
</command:example>
<command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
<dev:code>Disconnect-O365 -Services *</dev:code>
<dev:remarks><maml:para>This example demonstrates how to disconnect from all connected services.
</maml:para>
</dev:remarks>
</command:example>
</command:examples>
<command:relatedLinks></command:relatedLinks>
</command:command>
</helpItems>