OzettePowerShell.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <!-- Cmdlet: Set-OzetteAzureProviderOptions -->
  <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">
    <command:details>
      <command:name>Set-OzetteAzureProviderOptions</command:name>
      <command:verb>Set</command:verb>
      <command:noun>OzetteAzureProviderOptions</command:noun>
      <maml:description>
        <maml:para>Configures the Azure cloud storage provider as a backup destination.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>In order to backup files to the cloud, at least one cloud storage provider must be configured. This command will enable the Azure cloud storage provider for this purpose.</maml:para>
      <maml:para>This command assumes that you have already deployed an Azure storage account and have the access token ready.</maml:para>
      <maml:para>If your access token has changed, you can safely re-run this command with the new token, and then restart the Ozette Cloud Backup service for the changes to take effect.</maml:para>
      <maml:para>If you would like to disable this provider, please run the Remove-OzetteProvider cmdlet.</maml:para>
      <maml:para>All provided options here (account name and token) are encrypted before saving to the database.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-OzetteAzureProviderOptions</maml:name>
        <!-- Parameter: AzureStorageAccountName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>AzureStorageAccountName</maml:name>
          <maml:description>
            <maml:para>Specify the name of the Azure storage account to upload backup data to.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: AzureStorageAccountToken -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>AzureStorageAccountToken</maml:name>
          <maml:description>
            <maml:para>Specify the access token of the Azure storage account.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: AzureStorageAccountName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>AzureStorageAccountName</maml:name>
        <maml:description>
          <maml:para>Specify the name of the Azure storage account to upload backup data to.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: AzureStorageAccountToken -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>AzureStorageAccountToken</maml:name>
        <maml:description>
          <maml:para>Specify the access token of the Azure storage account.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteAzureProviderOptions -AzureStorageAccountName "myaccount" -AzureStorageAccountToken "--my token--"</dev:code>
        <dev:remarks>
          <maml:para>Configures Azure as a cloud storage backup destination.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Install-OzetteCloudBackup -->
  <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">
    <command:details>
      <command:name>Install-OzetteCloudBackup</command:name>
      <command:verb>Install</command:verb>
      <command:noun>OzetteCloudBackup</command:noun>
      <maml:description>
        <maml:para>Installs the Ozette Cloud Backup software on this computer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Installs the Ozette Cloud Backup software on this computer. The default installation will be placed in the Program Files directory, but this can optionally be changed by specifying the -InstallDirectory parameter.</maml:para>
      <maml:para>This command requires an elevated (run-as administrator) PowerShell prompt to complete. It will also prompt for comfirmation unless the -Force switch is applied.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Install-OzetteCloudBackup</maml:name>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Suppresses the confirmation prompt.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: InstallDirectory -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>InstallDirectory</maml:name>
          <maml:description>
            <maml:para>Specify a custom installation directory, otherwise the default Program Files location will be used.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>C:\Program Files\Ozette Cloud Backup</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: InstallDirectory -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>InstallDirectory</maml:name>
        <maml:description>
          <maml:para>Specify a custom installation directory, otherwise the default Program Files location will be used.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>C:\Program Files\Ozette Cloud Backup</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Suppresses the confirmation prompt.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Install-OzetteCloudBackup</dev:code>
        <dev:remarks>
          <maml:para>Starts the installation with default options. The user will be prompted for confirmation.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Install-OzetteCloudBackup -InstallDirectory "D:\Applications\Ozette Cloud Backup" -Force</dev:code>
        <dev:remarks>
          <maml:para>Starts the installation to the custom directory and suppresses the confirmation prompt.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Uninstall-OzetteCloudBackup -->
  <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">
    <command:details>
      <command:name>Uninstall-OzetteCloudBackup</command:name>
      <command:verb>Uninstall</command:verb>
      <command:noun>OzetteCloudBackup</command:noun>
      <maml:description>
        <maml:para>Uninstalls the Ozette Cloud Backup software from this computer.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Uninstalls the Ozette Cloud Backup software from this computer. This will permenantly delete the installation folder, state database, and log files. This action is not reversable.</maml:para>
      <maml:para>Although all local installation data is deleted, any of the data already backed up to a cloud provider will not be removed. You must remove that manually if you wish to delete that data.</maml:para>
      <maml:para>This command requires an elevated (run-as administrator) PowerShell prompt to complete. It will also prompt for comfirmation unless the -Force switch is applied.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Uninstall-OzetteCloudBackup</maml:name>
        <!-- Parameter: Force -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Force</maml:name>
          <maml:description>
            <maml:para>Suppresses the confirmation prompt.</maml:para>
          </maml:description>
          <command:parameterValue required="true">SwitchParameter</command:parameterValue>
          <dev:type>
            <maml:name>System.Management.Automation.SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Force -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Force</maml:name>
        <maml:description>
          <maml:para>Suppresses the confirmation prompt.</maml:para>
        </maml:description>
        <command:parameterValue required="true">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Uninstall-OzetteCloudBackup</dev:code>
        <dev:remarks>
          <maml:para>Starts the uninstallation process. The user will be prompted for confirmation.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Uninstall-OzetteCloudBackup -Force</dev:code>
        <dev:remarks>
          <maml:para>Starts the uninstallation and suppresses the confirmation prompt.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteCloudBackupOptions -->
  <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">
    <command:details>
      <command:name>Get-OzetteCloudBackupOptions</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteCloudBackupOptions</command:noun>
      <maml:description>
        <maml:para>Gets the application options for Ozette Cloud Backup.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets the application options for Ozette Cloud Backup. To change existing options, run Set-OzetteCloudBackupOptions</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteCloudBackupOptions</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteCloudBackupOptions</dev:code>
        <dev:remarks>
          <maml:para>Returns the application options for Ozette Cloud Backup.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Set-OzetteCloudBackupOptions -->
  <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">
    <command:details>
      <command:name>Set-OzetteCloudBackupOptions</command:name>
      <command:verb>Set</command:verb>
      <command:noun>OzetteCloudBackupOptions</command:noun>
      <maml:description>
        <maml:para>Sets one or more application options for Ozette Cloud Backup.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Specify at least one option to change. To see existing options, run Get-OzetteCloudBackupOptions</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-OzetteCloudBackupOptions</maml:name>
        <!-- Parameter: BackupEngineInstancesCount -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>BackupEngineInstancesCount</maml:name>
          <maml:description>
            <maml:para>Optionally specify the number of concurrent backup engine instances to run.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: DatabaseBackupsRetentionInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>DatabaseBackupsRetentionInDays</maml:name>
          <maml:description>
            <maml:para>Optionally specify the length of time (in days) that locally stored database backups should be retrained.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: HighPriorityScanFrequencyInHours -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>HighPriorityScanFrequencyInHours</maml:name>
          <maml:description>
            <maml:para>Optionally specify how often (in hours) that high-priority folder scans should be performed.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: LogFilesRetentionInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LogFilesRetentionInDays</maml:name>
          <maml:description>
            <maml:para>Optionally specify the length of time (in days) that locally stored log files should be retained.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: LowPriorityScanFrequencyInHours -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>LowPriorityScanFrequencyInHours</maml:name>
          <maml:description>
            <maml:para>Optionally specify how often (in hours) that low-priority folder scans should be performed.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: MasterExclusionMatches -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MasterExclusionMatches</maml:name>
          <maml:description>
            <maml:para>Optionally specify a set of regex match exclusions that should apply to all scanned folders.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MedPriorityScanFrequencyInHours -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MedPriorityScanFrequencyInHours</maml:name>
          <maml:description>
            <maml:para>Optionally specify how often (in hours) that medium-priority folder scans should be performed.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: ProtectionIV -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>ProtectionIV</maml:name>
          <maml:description>
            <maml:para>Optionally specify the local encryption initialization vector key. Key should be a crypto-random 16-byte array, expressed as a base64 encoded string.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: StatusUpdateSchedule -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>StatusUpdateSchedule</maml:name>
          <maml:description>
            <maml:para>Optionally specify the schedule for when status notification messages should be sent. Expressed as a cron schedule.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: LogFilesRetentionInDays -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>LogFilesRetentionInDays</maml:name>
        <maml:description>
          <maml:para>Optionally specify the length of time (in days) that locally stored log files should be retained.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: DatabaseBackupsRetentionInDays -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>DatabaseBackupsRetentionInDays</maml:name>
        <maml:description>
          <maml:para>Optionally specify the length of time (in days) that locally stored database backups should be retrained.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: BackupEngineInstancesCount -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>BackupEngineInstancesCount</maml:name>
        <maml:description>
          <maml:para>Optionally specify the number of concurrent backup engine instances to run.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: LowPriorityScanFrequencyInHours -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>LowPriorityScanFrequencyInHours</maml:name>
        <maml:description>
          <maml:para>Optionally specify how often (in hours) that low-priority folder scans should be performed.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: MedPriorityScanFrequencyInHours -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MedPriorityScanFrequencyInHours</maml:name>
        <maml:description>
          <maml:para>Optionally specify how often (in hours) that medium-priority folder scans should be performed.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: HighPriorityScanFrequencyInHours -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>HighPriorityScanFrequencyInHours</maml:name>
        <maml:description>
          <maml:para>Optionally specify how often (in hours) that high-priority folder scans should be performed.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ProtectionIV -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>ProtectionIV</maml:name>
        <maml:description>
          <maml:para>Optionally specify the local encryption initialization vector key. Key should be a crypto-random 16-byte array, expressed as a base64 encoded string.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: StatusUpdateSchedule -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>StatusUpdateSchedule</maml:name>
        <maml:description>
          <maml:para>Optionally specify the schedule for when status notification messages should be sent. Expressed as a cron schedule.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MasterExclusionMatches -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MasterExclusionMatches</maml:name>
        <maml:description>
          <maml:para>Optionally specify a set of regex match exclusions that should apply to all scanned folders.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteCloudBackupOptions -LogFilesRetentionInDays 60</dev:code>
        <dev:remarks>
          <maml:para>Sets the local log file retention to 60 days.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteCloudBackupOptions -LowPriorityScanFrequencyInHours 4 -MedPriorityScanFrequencyInHours 2</dev:code>
        <dev:remarks>
          <maml:para>Sets low priority and medium priority scanning frequencies.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteCloudBackupOptions -StatusUpdateSchedule "0 8 * * *"</dev:code>
        <dev:remarks>
          <maml:para>Sets the status update notification schedule to once per day at 8am.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 4 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteCloudBackupOptions -MasterExclusionMatches "^._",".DS_Store"</dev:code>
        <dev:remarks>
          <maml:para>Sets the master exclusions to exlude Mac OS related file system metadata files.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteCloudBackupStatus -->
  <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">
    <command:details>
      <command:name>Get-OzetteCloudBackupStatus</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteCloudBackupStatus</command:noun>
      <maml:description>
        <maml:para>Returns the current status of the cloud backup progress.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the current status of the cloud backup progress. It includes details such as how many files are backed up, remaining, and percentage complete.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteCloudBackupStatus</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteCloudBackupStatus</dev:code>
        <dev:remarks>
          <maml:para>Returns the current status of the cloud backup progress.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Add-OzetteLocalSource -->
  <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">
    <command:details>
      <command:name>Add-OzetteLocalSource</command:name>
      <command:verb>Add</command:verb>
      <command:noun>OzetteLocalSource</command:noun>
      <maml:description>
        <maml:para>Adds a local folder to the Ozette backup folders list.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Local Source is a folder on your computer (or a directly attached external drive) that you would like Ozette to backup and automatically monitor for new and updated files.</maml:para>
      <maml:para>The priority of the source determines how frequently it will be scanned for changes. The automated scanning schedule for Low priority sources is once every 48 hours. Medium priority sources are scanned every 12 hours. High priority sources are scanned every hour.</maml:para>
      <maml:para>The optional MatchFilter parameter allows you to narrow the scope of files in the folder to be monitored. For example, by file extension. Any windows file path wildcard expression will be accepted here.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Add-OzetteLocalSource</maml:name>
        <!-- Parameter: FolderPath -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>FolderPath</maml:name>
          <maml:description>
            <maml:para>Specify the folder path that should be backed up and monitored.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Priority -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Priority</maml:name>
          <maml:description>
            <maml:para>Specify the priority of this source (which determines how frequently it will be scanned for changes).</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Revisions -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Revisions</maml:name>
          <maml:description>
            <maml:para>Specify the maximum number of revisions to store in the cloud for the files in this folder.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: MatchFilter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MatchFilter</maml:name>
          <maml:description>
            <maml:para>Optionally specify a wildcard expression to filter the files to be backed up or monitored.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>*</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: FolderPath -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>FolderPath</maml:name>
        <maml:description>
          <maml:para>Specify the folder path that should be backed up and monitored.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Priority -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Priority</maml:name>
        <maml:description>
          <maml:para>Specify the priority of this source (which determines how frequently it will be scanned for changes).</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Revisions -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Revisions</maml:name>
        <maml:description>
          <maml:para>Specify the maximum number of revisions to store in the cloud for the files in this folder.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: MatchFilter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MatchFilter</maml:name>
        <maml:description>
          <maml:para>Optionally specify a wildcard expression to filter the files to be backed up or monitored.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>*</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Add-OzetteLocalSource -FolderPath "C:\users\test\documents" -Priority High -Revisions 3</dev:code>
        <dev:remarks>
          <maml:para>Adds the specified folder to backup with high priority, and to retain up to 3 revisions of file history.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Add-OzetteLocalSource -FolderPath "C:\users\test\music\playlists" -Priority High -Revisions 3 -MatchFilter *.m3u</dev:code>
        <dev:remarks>
          <maml:para>Adds the specified folder to backup with high priority, but only files that match the wildcard extension filter.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-OzetteLocalSource -->
  <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">
    <command:details>
      <command:name>Remove-OzetteLocalSource</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>OzetteLocalSource</command:noun>
      <maml:description>
        <maml:para>Removes the specified Local Source.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Local Source is a folder on your computer (or a directly attached external drive) that Ozette backs up and automatically monitors for new and updated files.</maml:para>
      <maml:para>Removing a Local Source means that new or updated files from that location will not be backed up anymore, but existing files already backed up to cloud storage will remain.</maml:para>
      <maml:para>To view existing Local Sources, run Get-OzetteLocalSource. This command supports piping from Get-OzetteLocalSource or manual invoke from the specified source ID.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteLocalSource</maml:name>
        <!-- Parameter: SourceID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>SourceID</maml:name>
          <maml:description>
            <maml:para>Specify the ID of the Local Source to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteLocalSource</maml:name>
        <!-- Parameter: LocalSource -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>LocalSource</maml:name>
          <maml:description>
            <maml:para>Specify the object (from pipeline) to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">LocalSourceLocation</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SourceID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>SourceID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the Local Source to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: LocalSource -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>LocalSource</maml:name>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">LocalSourceLocation</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Remove-OzetteLocalSource -ID 3</dev:code>
        <dev:remarks>
          <maml:para>Removes the Local Source with the specified ID.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteLocalSource | Where Path -like "*C:\users\test\documents*" | Remove-OzetteLocalSource</dev:code>
        <dev:remarks>
          <maml:para>Removes any configured Local Source that matches a path containing the specified filter (using the pipeline scenario).</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Start-OzetteLocalSourceRescan -->
  <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">
    <command:details>
      <command:name>Start-OzetteLocalSourceRescan</command:name>
      <command:verb>Start</command:verb>
      <command:noun>OzetteLocalSourceRescan</command:noun>
      <maml:description>
        <maml:para>Forces the re-scan of a Local Source being monitored by Ozette.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All sources are monitored for new or updated files on a regular schedule. This cmdlet is used to request an immediate rescan, outside of its regular schedule. The rescan will start as soon as there is scanning engine availability.</maml:para>
      <maml:para>The automated scanning schedule for Low priority sources is once every 48 hours. Medium priority sources are scanned every 12 hours. High priority sources are scanned every hour.</maml:para>
      <maml:para>Please see the Get-OzetteLocalSources command to find the ID of an existing source you would like to rescan.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Start-OzetteLocalSourceRescan</maml:name>
        <!-- Parameter: SourceID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>SourceID</maml:name>
          <maml:description>
            <maml:para>Specify the ID of the Local Source to rescan.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Start-OzetteLocalSourceRescan</maml:name>
        <!-- Parameter: LocalSource -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>LocalSource</maml:name>
          <maml:description>
            <maml:para>Specify the Local Source object to rescan.</maml:para>
          </maml:description>
          <command:parameterValue required="true">LocalSourceLocation</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SourceID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>SourceID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the Local Source to rescan.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: LocalSource -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>LocalSource</maml:name>
        <maml:description>
          <maml:para>Specify the Local Source object to rescan.</maml:para>
        </maml:description>
        <command:parameterValue required="true">LocalSourceLocation</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.LocalSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the Local Source object to rescan.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Start-OzetteLocalSourceRescan -SourceID 2</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of the Local Source with the specified ID.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteLocalSources | Start-OzetteLocalSourceRescan</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of all defined Local Sources being monitored by Ozette.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteLocalSources | Where Path -like "*D:\temp*" | Start-OzetteLocalSourceRescan</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of any Local Sources that match the path filter.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteLocalSources -->
  <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">
    <command:details>
      <command:name>Get-OzetteLocalSources</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteLocalSources</command:noun>
      <maml:description>
        <maml:para>Returns all of the Local Source folders being monitored by Ozette.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Local Source is a folder on your computer (or a directly attached external drive) that Ozette backs up and automatically monitors for new and updated files.</maml:para>
      <maml:para>The output from this command can be piped to the Remove-OzetteLocalSource cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteLocalSources</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteLocalSources</dev:code>
        <dev:remarks>
          <maml:para>Returns all of the Local Source folders being monitored by Ozette.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-OzetteNetworkCredential -->
  <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">
    <command:details>
      <command:name>Remove-OzetteNetworkCredential</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>OzetteNetworkCredential</command:noun>
      <maml:description>
        <maml:para>Removes the stored network credential used for connecting to network resources.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Authenticated Network Source locations have an encrypted credential stored with them. This command is used to remove that stored credential.</maml:para>
      <maml:para>To view existing network credentials, run Get-OzetteNetworkCredentials. This command supports piping from Get-OzetteNetworkCredentials or manual invoke from credential name</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteNetworkCredential</maml:name>
        <!-- Parameter: CredentialName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>CredentialName</maml:name>
          <maml:description>
            <maml:para>Specify the name of the credential to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteNetworkCredential</maml:name>
        <!-- Parameter: NetCredential -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>NetCredential</maml:name>
          <maml:description>
            <maml:para>Specify the object (from pipeline) to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NetCredential</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Secrets.NetCredential</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: CredentialName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>CredentialName</maml:name>
        <maml:description>
          <maml:para>Specify the name of the credential to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: NetCredential -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>NetCredential</maml:name>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NetCredential</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Secrets.NetCredential</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Secrets.NetCredential</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Remove-OzetteNetworkCredential -CredentialName "drobo-nas"</dev:code>
        <dev:remarks>
          <maml:para>Removes the stored network credential with the specified name.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkCredentials | Where CredentialName -eq "drobo-nas" | Remove-OzetteNetworkCredential</dev:code>
        <dev:remarks>
          <maml:para>Removes the stored network credential, but using the pipeline scenario.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Set-OzetteNetworkCredential -->
  <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">
    <command:details>
      <command:name>Set-OzetteNetworkCredential</command:name>
      <command:verb>Set</command:verb>
      <command:noun>OzetteNetworkCredential</command:noun>
      <maml:description>
        <maml:para>Saves the credentials required to connect to an authenticated network resource (such as a UNC path share).</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Network Sources can be authenticated (require username/password), or unauthenticated (open access). If this Network Source requires authenticated access, you must provide use this command to pre-store the authentication details so the backup engine can connect to the resource.</maml:para>
      <maml:para>The credential username and password are both encrypted and saved to the database.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-OzetteNetworkCredential</maml:name>
        <!-- Parameter: CredentialName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>CredentialName</maml:name>
          <maml:description>
            <maml:para>Specify the friendly name (description) to refer to this stored credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: SharePassword -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>SharePassword</maml:name>
          <maml:description>
            <maml:para>Specify the password required to connect to the network resource.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ShareUsername -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ShareUsername</maml:name>
          <maml:description>
            <maml:para>Specify the username required to connect to the network resource.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: CredentialName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>CredentialName</maml:name>
        <maml:description>
          <maml:para>Specify the friendly name (description) to refer to this stored credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ShareUsername -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ShareUsername</maml:name>
        <maml:description>
          <maml:para>Specify the username required to connect to the network resource.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: SharePassword -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>SharePassword</maml:name>
        <maml:description>
          <maml:para>Specify the password required to connect to the network resource.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteNetworkCredential -CredentialName "drobo-device" -ShareUser "drobo-private-user" -SharePassword ****</dev:code>
        <dev:remarks>
          <maml:para>Encrypts and stores the network resource credentials in the database.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteNetworkCredentials -->
  <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">
    <command:details>
      <command:name>Get-OzetteNetworkCredentials</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteNetworkCredentials</command:noun>
      <maml:description>
        <maml:para>Returns all of the saved Network Credentials used to connect to Network Sources.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Some Network Sources (UNC Paths) being monitored for backup will require authentication (username and password). This command will return the list of named credentials that have been saved.</maml:para>
      <maml:para>Note: Only the name of the credential will be returned. The encrypted username and password values will not be returned in the output.</maml:para>
      <maml:para>The output from this command can be piped to the Remove-OzetteNetworkCredential cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteNetworkCredentials</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkCredentials</dev:code>
        <dev:remarks>
          <maml:para>Returns all of the configured Network Credentials saved in the system.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Add-OzetteNetworkSource -->
  <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">
    <command:details>
      <command:name>Add-OzetteNetworkSource</command:name>
      <command:verb>Add</command:verb>
      <command:noun>OzetteNetworkSource</command:noun>
      <maml:description>
        <maml:para>Adds a network (UNC path) folder to the Ozette backup folders list.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Network Source is a folder on your network (referenced by UNC Path) that you would like Ozette to backup and automatically monitor for new and updated files.</maml:para>
      <maml:para>Network Sources can be authenticated (require username/password), or unauthenticated (open access). If this Network Source requires authenticated access, you must provide the name of an already saved Network Credential (see examples). Network sources can use either a DNS or IP Address for the host.</maml:para>
      <maml:para>The priority of the source determines how frequently it will be scanned for changes. The automated scanning schedule for Low priority sources is once every 48 hours. Medium priority sources are scanned every 12 hours. High priority sources are scanned every hour.</maml:para>
      <maml:para>The optional MatchFilter parameter allows you to narrow the scope of files in the folder to be monitored. For example, by file extension. Any windows file path wildcard expression will be accepted here.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Add-OzetteNetworkSource</maml:name>
        <!-- Parameter: Priority -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Priority</maml:name>
          <maml:description>
            <maml:para>Specify the priority of this source (which determines how frequently it will be scanned for changes).</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Revisions -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Revisions</maml:name>
          <maml:description>
            <maml:para>Specify the maximum number of revisions to store in the cloud for the files in this folder.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: UncPath -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>UncPath</maml:name>
          <maml:description>
            <maml:para>Specify the UNC folder path that should be backed up and monitored.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: CredentialName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>CredentialName</maml:name>
          <maml:description>
            <maml:para>Optionally specify the name of a stored credential to authenticate this share with.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MatchFilter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MatchFilter</maml:name>
          <maml:description>
            <maml:para>Optionally specify a wildcard expression to filter the files to be backed up or monitored.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>*</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: UncPath -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>UncPath</maml:name>
        <maml:description>
          <maml:para>Specify the UNC folder path that should be backed up and monitored.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Priority -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Priority</maml:name>
        <maml:description>
          <maml:para>Specify the priority of this source (which determines how frequently it will be scanned for changes).</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Revisions -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Revisions</maml:name>
        <maml:description>
          <maml:para>Specify the maximum number of revisions to store in the cloud for the files in this folder.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: CredentialName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>CredentialName</maml:name>
        <maml:description>
          <maml:para>Optionally specify the name of a stored credential to authenticate this share with.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MatchFilter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MatchFilter</maml:name>
        <maml:description>
          <maml:para>Optionally specify a wildcard expression to filter the files to be backed up or monitored.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>*</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Add-OzetteNetworkSource -UncPath "\\drobo-nas-device\public\media\music" -Priority Medium -Revisions 1</dev:code>
        <dev:remarks>
          <maml:para>Adds the specified unauthenticated network share to backup.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteNetworkCredential -CredentialName "drobo-device" -ShareUser "drobo-private-user" -SharePassword ****; Add-OzetteNetworkSource -UncPath "\\drobo-nas-device\private\documents\taxes" -CredentialName "drobo-device" -Priority Medium -Revisions 4 -MatchFilter *.pdf</dev:code>
        <dev:remarks>
          <maml:para>Encrypts and stores the network resource credentials, and then adds the specified authenticated network share to backup.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-OzetteNetworkSource -->
  <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">
    <command:details>
      <command:name>Remove-OzetteNetworkSource</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>OzetteNetworkSource</command:noun>
      <maml:description>
        <maml:para>Removes the specified Network Source.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Network Source is a folder on your network (referenced by UNC Path) that Ozette backs up and automatically monitors for new and updated files.</maml:para>
      <maml:para>Removing a Network Source means that new or updated files from that location will not be backed up anymore, but existing files already backed up to cloud storage will remain.</maml:para>
      <maml:para>To view existing Network Sources, run Get-OzetteNetworkSource. This command supports piping from Get-OzetteNetworkSource or manual invoke from the specified source ID.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteNetworkSource</maml:name>
        <!-- Parameter: SourceID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>SourceID</maml:name>
          <maml:description>
            <maml:para>Specify the ID of the Network Source to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteNetworkSource</maml:name>
        <!-- Parameter: NetworkSource -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>NetworkSource</maml:name>
          <maml:description>
            <maml:para>Specify the object (from pipeline) to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NetworkSourceLocation</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SourceID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>SourceID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the Network Source to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: NetworkSource -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>NetworkSource</maml:name>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NetworkSourceLocation</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Remove-OzetteNetworkSource -ID 3</dev:code>
        <dev:remarks>
          <maml:para>Removes the Network Source with the specified ID.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkSource | Where Path -like "*\\drobo-nas\documents*" | Remove-OzetteNetworkSource</dev:code>
        <dev:remarks>
          <maml:para>Removes any configured Network Source that matches a path containing the specified filter (using the pipeline scenario).</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Start-OzetteNetworkSourceRescan -->
  <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">
    <command:details>
      <command:name>Start-OzetteNetworkSourceRescan</command:name>
      <command:verb>Start</command:verb>
      <command:noun>OzetteNetworkSourceRescan</command:noun>
      <maml:description>
        <maml:para>Forces the re-scan of a Network Source being monitored by Ozette.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>All sources are monitored for new or updated files on a regular schedule. This cmdlet is used to request an immediate rescan, outside of its regular schedule. The rescan will start as soon as there is scanning engine availability.</maml:para>
      <maml:para>The automated scanning schedule for Low priority sources is once every 48 hours. Medium priority sources are scanned every 12 hours. High priority sources are scanned every hour.</maml:para>
      <maml:para>Please see the Get-OzetteNetworkSources command to find the ID of an existing source you would like to rescan.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Start-OzetteNetworkSourceRescan</maml:name>
        <!-- Parameter: SourceID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>SourceID</maml:name>
          <maml:description>
            <maml:para>Specify the ID of the Network Source to rescan.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Start-OzetteNetworkSourceRescan</maml:name>
        <!-- Parameter: NetworkSource -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>NetworkSource</maml:name>
          <maml:description>
            <maml:para>Specify the Network Source object to rescan.</maml:para>
          </maml:description>
          <command:parameterValue required="true">NetworkSourceLocation</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: SourceID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>SourceID</maml:name>
        <maml:description>
          <maml:para>Specify the ID of the Network Source to rescan.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: NetworkSource -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>NetworkSource</maml:name>
        <maml:description>
          <maml:para>Specify the Network Source object to rescan.</maml:para>
        </maml:description>
        <command:parameterValue required="true">NetworkSourceLocation</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Folders.NetworkSourceLocation</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the Network Source object to rescan.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Start-OzetteNetworkSourceRescan -SourceID 2</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of the Network Source with the specified ID.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkSources | Start-OzetteNetworkSourceRescan</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of all defined Network Sources being monitored by Ozette.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 3 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkSources | Where Path -like "*\\drobo-nas\*" | Start-OzetteNetworkSourceRescan</dev:code>
        <dev:remarks>
          <maml:para>Forces a rescan of any Network Sources that match the path filter.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteNetworkSources -->
  <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">
    <command:details>
      <command:name>Get-OzetteNetworkSources</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteNetworkSources</command:noun>
      <maml:description>
        <maml:para>Returns all of the Network Source folders being monitored by Ozette.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>A Network Source is a folder on your network (referenced by UNC Path) that Ozette backs up and automatically monitors for new and updated files.</maml:para>
      <maml:para>The output from this command can be piped to the Remove-OzetteNetworkSource cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteNetworkSources</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteNetworkSources</dev:code>
        <dev:remarks>
          <maml:para>Returns all of the Network Source folders being monitored by Ozette.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Remove-OzetteProvider -->
  <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">
    <command:details>
      <command:name>Remove-OzetteProvider</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>OzetteProvider</command:noun>
      <maml:description>
        <maml:para>Removes the configured storage or messaging provider.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Providers are used to connect to external services for cloud storage backup or message notifications.</maml:para>
      <maml:para>Removing a cloud storage provider means that new or updated files will not be backed up to that provider anymore, but existing files stored at that provider will remain.</maml:para>
      <maml:para>To view existing configured providers, run Get-OzetteProviders. This command supports piping from Get-OzetteProviders or manual invoke from the provider name.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: ByName -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteProvider</maml:name>
        <!-- Parameter: ProviderName -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ProviderName</maml:name>
          <maml:description>
            <maml:para>Specify the name of the provider to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ByObject -->
      <command:syntaxItem>
        <maml:name>Remove-OzetteProvider</maml:name>
        <!-- Parameter: Provider -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Provider</maml:name>
          <maml:description>
            <maml:para>Specify the object (from pipeline) to remove.</maml:para>
          </maml:description>
          <command:parameterValue required="true">Provider</command:parameterValue>
          <dev:type>
            <maml:name>OzetteLibrary.Providers.Provider</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: ProviderName -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ProviderName</maml:name>
        <maml:description>
          <maml:para>Specify the name of the provider to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Provider -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Provider</maml:name>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
        <command:parameterValue required="true">Provider</command:parameterValue>
        <dev:type>
          <maml:name>OzetteLibrary.Providers.Provider</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>OzetteLibrary.Providers.Provider</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>Specify the object (from pipeline) to remove.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Remove-OzetteProvider -ProviderName "Azure"</dev:code>
        <dev:remarks>
          <maml:para>Removes the configured Azure provider.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>---------- EXAMPLE 2 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteProvider | Where Name -eq "Azure" | Remove-OzetteProvider</dev:code>
        <dev:remarks>
          <maml:para>Removes the configured Azure provider, but using the pipeline scenario.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Get-OzetteProviders -->
  <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">
    <command:details>
      <command:name>Get-OzetteProviders</command:name>
      <command:verb>Get</command:verb>
      <command:noun>OzetteProviders</command:noun>
      <maml:description>
        <maml:para>Returns all of the configured Ozette Providers.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns all of the configured Ozette Providers. An Ozette Provider is a connection to an external service for either cloud storage (ex: Azure, AWS) or message notifications (ex: Sendgrid email, Twilio SMS/text).</maml:para>
      <maml:para>Note: Only the name and ID of the provider will be returned. The encrypted secure setting values will not returned in the output.</maml:para>
      <maml:para>The output from this command can be piped to the Remove-OzetteProvider cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-OzetteProviders</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Get-OzetteProviders</dev:code>
        <dev:remarks>
          <maml:para>Returns all of the configured Ozette Providers.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
  <!-- Cmdlet: Set-OzetteTwilioProviderOptions -->
  <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">
    <command:details>
      <command:name>Set-OzetteTwilioProviderOptions</command:name>
      <command:verb>Set</command:verb>
      <command:noun>OzetteTwilioProviderOptions</command:noun>
      <maml:description>
        <maml:para>Configures the Twilio messaging provider as a status update recipient.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Messaging providers are an optional way to be automatically notified of your backup status/progress. This command configures the Twilio (SMS/Text) provider for that purpose.</maml:para>
      <maml:para>This command assumes that you have already setup a Twilio account, phone number, and have the required access token details ready. Twilio expects phone numbers to be provided in the E.164 format. If providing multiple destination phone numbers, they can be seperated by a semicolon.</maml:para>
      <maml:para>If your access token has changed, you can safely re-run this command with the new token, and then restart the Ozette Cloud Backup service for the changes to take effect.</maml:para>
      <maml:para>If you would like to disable this provider, please run the Remove-OzetteProvider cmdlet.</maml:para>
      <maml:para>All provided options here (ex: account name, token, phone numbers) are encrypted before saving to the database.</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-OzetteTwilioProviderOptions</maml:name>
        <!-- Parameter: TwilioAccountID -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>TwilioAccountID</maml:name>
          <maml:description>
            <maml:para>Specify the Twilio Account ID.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: TwilioAuthToken -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>TwilioAuthToken</maml:name>
          <maml:description>
            <maml:para>Specify the Twilio Authentication token.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: TwilioDestinationPhones -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>TwilioDestinationPhones</maml:name>
          <maml:description>
            <maml:para>Specify the phone number(s) to send updates to. If multiple, seperate by semicolon.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: TwilioSourcePhone -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>TwilioSourcePhone</maml:name>
          <maml:description>
            <maml:para>Specify the Twilio phone number (sender).</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: TwilioAccountID -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>TwilioAccountID</maml:name>
        <maml:description>
          <maml:para>Specify the Twilio Account ID.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: TwilioAuthToken -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>TwilioAuthToken</maml:name>
        <maml:description>
          <maml:para>Specify the Twilio Authentication token.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: TwilioSourcePhone -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>TwilioSourcePhone</maml:name>
        <maml:description>
          <maml:para>Specify the Twilio phone number (sender).</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: TwilioDestinationPhones -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>TwilioDestinationPhones</maml:name>
        <maml:description>
          <maml:para>Specify the phone number(s) to send updates to. If multiple, seperate by semicolon.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <command:examples>
      <command:example>
        <maml:title>---------- EXAMPLE 1 ----------</maml:title>
        <dev:code>C:\&gt; Set-OzetteTwilioProviderOptions -TwilioAccountID "myaccount" -TwilioAuthToken "--token--" -TwilioSourcePhone "+12065551234" -TwilioDestinationPhones "+12065554567;+12065556789"</dev:code>
        <dev:remarks>
          <maml:para>Configures Twilio as a status messaging recipient.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
  </command:command>
</helpItems>