en-US/Install-DUSTDependencies-help.xml

<?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>Install-DUSTDependencies</command:name>
      <command:verb>Install</command:verb>
      <command:noun>DUSTDependencies</command:noun>
      <maml:description>
        <maml:para>Handles automatically installing all the required dependencies for the module. Must be ran under an administrative Powershell session.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>This function handles the installation of the following: * Exchange Online Remote PowerShell Module (https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/connect-to-exchange-online-powershell/mfa-connect-to-exchange-online-powershell?view=exchange-ps)* Microsoft Online Services Sign-In Assistant for IT Professionals RTW (64-bit) (https://www.microsoft.com/en-us/download/details.aspx?id=28177)* Microsoft Online PowerShell Module (https://www.powershellgallery.com/packages/MSOnline)* Microsoft Azure AD PowerShell Module (https://www.powershellgallery.com/packages/AzureAD/2.0.2.4)</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Install-DUSTDependencies</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ListOnly</maml:name>
          <maml:Description>
            <maml:para>Outputs a list of dependencies with links for manual installation</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ListOnly</maml:name>
        <maml:Description>
          <maml:para>Outputs a list of dependencies with links for manual installation</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------ Automatically Install All Dependencies ------------</maml:title>
        <dev:code>PS C:\&gt; Install-DUSTDependencies</dev:code>
        <dev:remarks>
          <maml:para>Checks if the session is running as an administrator and automatically downloads and installs all required modules.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Get a list of dependencies, with links, so you can manually install them</maml:title>
        <dev:code>PS C:\&gt; Install-DUSTDependencies -ListOnly</dev:code>
        <dev:remarks>
          <maml:para>Outputs a list of dependencies with links for manual installation</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://rearmedhalo.github.io/DUST/Install-DUSTDependencies.html</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>