Author: Harri Jaakkonen

Remote powershell to Lync 2010 / 2013 FE

Connet session: $cred = Get-Credential domainusername $session = New-PSSession -ConnectionURI “https://LYNCFE.FQDN/OcsPowershell” -Credential $cred Import-PsSession $session Disconnect session: Get-PSSession | Remove-PSSession

Continue Reading Remote powershell to Lync 2010 / 2013 FE

What to do when VCenter start fails after demoting Domain Controller

MS SQL is the backend database, yes. If you have access to the DB server, the easiest way to view/modify the table is via MS SQL Server Management Studio. – Open MS SQL Server Management Studio and point it to…

Continue Reading What to do when VCenter start fails after demoting Domain Controller

Verify Exchange update rollup version

Open powershell and type: Get-Command Exsetup.exe | ForEach-Object {$_.FileVersionInfo}

Continue Reading Verify Exchange update rollup version