external help file | Module Name | online version | schema |
---|---|---|---|
TeamsFunctions-help.xml |
TeamsFunctions |
2.0.0 |
A script to automatically restore a backed-up Teams Enterprise Voice configuration.
Restore-TeamsEV [-File] <String> [-KeepExisting] [[-OverrideAdminDomain] <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
A script to automatically restore a backed-up Teams Enterprise Voice configuration. Requires a backup run using Backup-TeamsEV.ps1 in the same directory as the script. Will restore the following items:
- Dialplans and associated normalization rules
- Voice routes
- Voice routing policies
- PSTN usages
- Outbound translation rules
Restore-TeamsEV -File C:\Temp\Backup.ZIP
Restores the Teams Enterprise Voice Configuration from Backup.ZIP file.
REQUIRED. Path to the zip file containing the backed up Teams EV config to restore
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
OPTIONAL. Will not erase existing Enterprise Voice configuration before restoring.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
OPTIONAL: The FQDN your Office365 tenant. Use if your admin account is not in the same domain as your tenant (ie. doesn't use a @tenantname.onmicrosoft.com address)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Version 1.10 Build: Feb 04, 2020
Copyright © 2020 Ken Lasko klasko@ucdialplans.com https://www.ucdialplans.com
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/Restore-TeamsEV.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/about_Supporting_Functions.md
https://github.com/DEberhardt/TeamsFunctions/tree/main/docs/