Maand: mei 2020

Step 1: $LiveCred = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session Step 2: Get-Mailbox -Identity * | Where-Object {$_.EmailAddresses -like ‘SMTP:support@domain.nl’} | Format-List Identity, EmailAddresses

Meer lezen

FLEXnet license errors You may encounter several types of FLEXnet error messages that indicate that you cannot check out a license. These messages are formatted in general as follows: FLEXNET License Error Number: Error text. For example: FLEXNET License Error -97-121-0: Check out failed Some of the errors that you may encounter are listed below. […]

Meer lezen