|
| 1 | +--- |
| 2 | +external help file: Microsoft.Exchange.RolesAndAccess-Help.xml |
| 3 | +online version: https://learn.microsoft.com/powershell/module/exchange/start-mailboxassistant |
| 4 | +applicable: Exchange Server 2019 |
| 5 | +title: Start-MailboxAssistant |
| 6 | +schema: 2.0.0 |
| 7 | +author: chrisda |
| 8 | +ms.author: chrisda |
| 9 | +ms.reviewer: |
| 10 | +--- |
| 11 | +# Start-MailboxAssistant |
| 12 | + |
| 13 | +## SYNOPSIS |
| 14 | +This cmdlet is available only in on-premises Exchange 2019. |
| 15 | + |
| 16 | +Use the Start-MailboxAssistant cmdlet to ???. |
| 17 | + |
| 18 | +For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). |
| 19 | + |
| 20 | +## SYNTAX |
| 21 | + |
| 22 | +``` |
| 23 | +Start-MailboxAssistant [-Identity] <UserIdParameter> -AssistantName <String> |
| 24 | + [-Confirm] |
| 25 | + [-DomainController <Fqdn>] |
| 26 | + [-Parameters <String>] |
| 27 | + [-SoftDeletedMailbox] |
| 28 | + [-WhatIf] |
| 29 | + [<CommonParameters>] |
| 30 | +``` |
| 31 | + |
| 32 | +## DESCRIPTION |
| 33 | +You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions). |
| 34 | + |
| 35 | +## EXAMPLES |
| 36 | + |
| 37 | +### Example 1 |
| 38 | +```powershell |
| 39 | +{{ Add example code here }} |
| 40 | +``` |
| 41 | + |
| 42 | +{{ Add example description here }} |
| 43 | + |
| 44 | +## PARAMETERS |
| 45 | + |
| 46 | +### -Identity |
| 47 | +{{ Fill Identity Description }} |
| 48 | + |
| 49 | +```yaml |
| 50 | +Type: UserIdParameter |
| 51 | +Parameter Sets: (All) |
| 52 | +Aliases: |
| 53 | +Applicable: Exchange Server 2019 |
| 54 | + |
| 55 | +Required: True |
| 56 | +Position: 0 |
| 57 | +Default value: None |
| 58 | +Accept pipeline input: True (ByPropertyName, ByValue) |
| 59 | +Accept wildcard characters: False |
| 60 | +``` |
| 61 | +
|
| 62 | +### -AssistantName |
| 63 | +{{ Fill AssistantName Description }} |
| 64 | +
|
| 65 | +```yaml |
| 66 | +Type: String |
| 67 | +Parameter Sets: (All) |
| 68 | +Aliases: |
| 69 | +Applicable: Exchange Server 2019 |
| 70 | + |
| 71 | +Required: True |
| 72 | +Position: Named |
| 73 | +Default value: None |
| 74 | +Accept pipeline input: False |
| 75 | +Accept wildcard characters: False |
| 76 | +``` |
| 77 | +
|
| 78 | +### -Confirm |
| 79 | +The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding. |
| 80 | +
|
| 81 | +- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: `-Confirm:$false`. |
| 82 | +- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding. |
| 83 | + |
| 84 | +```yaml |
| 85 | +Type: SwitchParameter |
| 86 | +Parameter Sets: (All) |
| 87 | +Aliases: cf |
| 88 | +Applicable: Exchange Server 2019 |
| 89 | +
|
| 90 | +Required: False |
| 91 | +Position: Named |
| 92 | +Default value: None |
| 93 | +Accept pipeline input: False |
| 94 | +Accept wildcard characters: False |
| 95 | +``` |
| 96 | + |
| 97 | +### -DomainController |
| 98 | +The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com. |
| 99 | + |
| 100 | +```yaml |
| 101 | +Type: Fqdn |
| 102 | +Parameter Sets: (All) |
| 103 | +Aliases: |
| 104 | +Applicable: Exchange Server 2019 |
| 105 | +
|
| 106 | +Required: False |
| 107 | +Position: Named |
| 108 | +Default value: None |
| 109 | +Accept pipeline input: False |
| 110 | +Accept wildcard characters: False |
| 111 | +``` |
| 112 | + |
| 113 | +### -Parameters |
| 114 | +{{ Fill Parameters Description }} |
| 115 | + |
| 116 | +```yaml |
| 117 | +Type: String |
| 118 | +Parameter Sets: (All) |
| 119 | +Aliases: |
| 120 | +Applicable: Exchange Server 2019 |
| 121 | +
|
| 122 | +Required: False |
| 123 | +Position: Named |
| 124 | +Default value: None |
| 125 | +Accept pipeline input: False |
| 126 | +Accept wildcard characters: False |
| 127 | +``` |
| 128 | + |
| 129 | +### -SoftDeletedMailbox |
| 130 | +{{ Fill SoftDeletedMailbox Description }} |
| 131 | + |
| 132 | +```yaml |
| 133 | +Type: SwitchParameter |
| 134 | +Parameter Sets: (All) |
| 135 | +Aliases: |
| 136 | +Applicable: Exchange Server 2019 |
| 137 | +
|
| 138 | +Required: False |
| 139 | +Position: Named |
| 140 | +Default value: None |
| 141 | +Accept pipeline input: False |
| 142 | +Accept wildcard characters: False |
| 143 | +``` |
| 144 | + |
| 145 | +### -WhatIf |
| 146 | +The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch. |
| 147 | + |
| 148 | +```yaml |
| 149 | +Type: SwitchParameter |
| 150 | +Parameter Sets: (All) |
| 151 | +Aliases: wi |
| 152 | +Applicable: Exchange Server 2019 |
| 153 | +
|
| 154 | +Required: False |
| 155 | +Position: Named |
| 156 | +Default value: None |
| 157 | +Accept pipeline input: False |
| 158 | +Accept wildcard characters: False |
| 159 | +``` |
| 160 | + |
| 161 | +### CommonParameters |
| 162 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216). |
| 163 | + |
| 164 | +## INPUTS |
| 165 | + |
| 166 | +## OUTPUTS |
| 167 | + |
| 168 | +## NOTES |
| 169 | + |
| 170 | +## RELATED LINKS |
0 commit comments