File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tools/office-cmdlet-updater/constants Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = {
14
14
WHITEBOARD_INSTALL_MODULE : 'Install-Module -Name WhiteboardAdmin' ,
15
15
EXCHANGE_INSTALL_MODULE : 'Install-Module -Name ExchangeOnlineShell -Force' ,
16
16
EXCHANGE_GET_CRED : '$UserCredential = Get-Credential' ,
17
- EXCHANGE_GET_SESSION : '$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection' ,
17
+ EXCHANGE_GET_SESSION : '$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection' ,
18
18
EXCHANGE_SESSION_IMPORT : 'Import-PSSession $Session -DisableNameChecking' ,
19
19
SET_LOGIN : '$Username = \'{}\'' ,
20
20
SET_PASS : '$Password = \'{}\'' ,
You can’t perform that action at this time.
0 commit comments