Kamis, 24 November 2016

Simple powershell for Skype for Business

To connect to Skype for Business online:
  • Import-Module LyncOnlineConnector
    $credential = Get-Credential
    $session = New-CsOnlineSession -Credential $credential
    Import-PSSession $session

To check user SIP address:
  • Get-CsOnlineuser -Identity "username@domain.com" |fl *sip*

Rabu, 02 November 2016

Send on Behalf of in Powershell Exchange 2013

Below are the command to Grant Send on Behalf of a user in Exchange 2013:
set-mailbox MailboxName -GrantSendOnbehalfto ‘Username

To check Send on Behalf of use this command:
Get-Mailbox Mailboxname | fl displayname, GrantSendOnBehalfTo


Rabu, 06 April 2016

ESX 5.5 and VCenter 5.5 update 3 issues

Tanpa melakukan research tentang update ESX 5.5 ke Update 3b saya hari ini menemukan beberapa kesalahan yang di rangkum dalam artikel artikel VMWare di bawah ini:
  1. Setelah melakukan upgrade ESXi host ke 5.5 Update 3b, host tidak bisa lagi di manage oleh vCenter Server. (https://kb.vmware.com/kb/2140304)
  2. Update vCenter Server dengan mengggunakan artikel berikut (http://www.virtualizationhowto.com/2014/10/updating-vcenter-server-55-update-2/)
  3. Update vCenter Server ke Update 3 gagal dengan error "Warning 32014. A utility for phone home data collector couldn't be executed successfully" (https://kb.vmware.com/kb/2134141)
  4. Setelah memperbaiki instalasi Profile-Driven Storage, VMware vCenter Storage Monitoring Service fails with the error: Service initialization failed (https://kb.vmware.com/kb/2060967)
Berikut adalah link Release Note untuk: