File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/office-cmdlet-updater/constants Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
SKYPE_CREATE_SESSION : '$session = New-CsOnlineSession -Credential $cred -Verbose' ,
12
12
SKYPE_IMPORT_SESSION : 'Import-PSSession -Session $session' ,
13
13
SHAREPOINT_INSTALL_MODULE : 'Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChecking' ,
14
- WHITEBOARD_INSTALL_MODULE : 'Install-Module -Name WhiteboardAdmin' ,
14
+ WHITEBOARD_INSTALL_MODULE : 'Install-Module -Name WhiteboardAdmin -Force ' ,
15
15
EXCHANGE_INSTALL_MODULE : 'Install-Module -Name ExchangeOnlineShell -Force' ,
16
16
EXCHANGE_GET_CRED : '$UserCredential = Get-Credential' ,
17
17
EXCHANGE_GET_SESSION : '$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection' ,
@@ -20,5 +20,5 @@ module.exports = {
20
20
SET_PASS : '$Password = \'{}\'' ,
21
21
CONVERT_PASS_TO_SEC_STRING : '$SecureString = ConvertTo-SecureString -AsPlainText $Password -Force' ,
22
22
CREAT_CRED : '$cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $Username,$SecureString' ,
23
- STUFFHUB_INSTALL : 'Install-Module -Name MicrosoftStaffHub -RequiredVersion 1.0.0-alpha -AllowPrerelease'
23
+ STUFFHUB_INSTALL : 'Install-Module -Name MicrosoftStaffHub -RequiredVersion 1.0.0-alpha -AllowPrerelease -Force '
24
24
} ;
You can’t perform that action at this time.
0 commit comments