An external adapter with a public IP address, IPv6 enabled and without a domain profile cannot be located.

Today I started installing Direct Access with two nics (DMZ and LAN) In the beginning I got an error message: A little bit debugging and got it sorted out.They were both assigned to domain profile. To solve this go to…

Continue Reading An external adapter with a public IP address, IPv6 enabled and without a domain profile cannot be located.

Teamviewer thru rdp-session and “The screen cannot be captured at the moment…”

Today had a situation with with accessing teamviewer host. When you install it using RDP-session the following error message will be displayed upon the initial connection: Ok and then you will follow all the pages found on Google, but wait…

Continue Reading Teamviewer thru rdp-session and “The screen cannot be captured at the moment…”

Skype for Business 2015 Protocol Workloads Poster.

Microsoft has released a work load poster for Skype for Business Server. http://www.microsoft.com/en-us/download/details.aspx?id=46448

Continue Reading Skype for Business 2015 Protocol Workloads Poster.

Skype for Business

Yesterday Microsoft released Skype for Business thru Windows update and click-to-run. On-prem environments must be updated with the following IF you want to use the new gui. Lync 2010 server with CU 4.0.7577.710 https://support.microsoft.com/fi-fi/kb/2493736 Lync 2013 server with CU 5.0.8308.857 https://support.microsoft.com/en-us/kb/3018158 Then…

Continue Reading Skype for Business

Set Booking Window for all Room Mailboxes with powershell.

Connect to Exchange Online with powershell $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://ps.outlook.com/powershell/” -Credential $cred -Authentication Basic -AllowRedirection  Import-PSSession $session  To change: get-mailbox|where {$_.recipientTypeDetails -eq “roomMailbox”} | Set-CalendarProcessing -BookingWindowInDays 365 To check the windows: get-mailbox|where {$_.recipientTypeDetails -eq “roomMailbox”} | Get-CalendarProcessing…

Continue Reading Set Booking Window for all Room Mailboxes with powershell.

Allow External senders to create meetings to a room mailbox.

This one is easy. Well hard to find, but easy. When connecting to Exchange with powershell (Onprem or Office365) get-calendarprocessing mailboxname | fl You will get the following listing: And ProcessExternalMeetingMessages with be set to False Just type set-calendarprocessing mailboxname…

Continue Reading Allow External senders to create meetings to a room mailbox.

Add a Group as delegate to Room or Resource mailbox.

Just add universal mail-enabled security group to delegates … well no. Here’s the way… Set-MailboxFolderPermission -Identity “resource_mailbox:calendar” -User “group_to_add_as_delegate” -AccessRights Editor Set-CalendarProcessing -ResourceDelegates “group_to_add_as_delegate” -Identity “resource_mailbox”

Continue Reading Add a Group as delegate to Room or Resource mailbox.

Install SQL when reboot is pending

Hi, First of all. There are some instructions that say you should remove pending renames from registry. Don’t do it. Just type text below from an administrative command prompt. setup /ACTION=install /SkipRules=RebootRequiredCheck

Continue Reading Install SQL when reboot is pending

Poodle and how to fix it.

Hi all, Poodle is the word of the day. No it’s not a Dog. What is does (Windows): https://technet.microsoft.com/en-us/library/security/3009008.aspx How to find affected websites: https://www.poodlescan.com/   How to fix it (Generic windows Instructions): http://masteringlync.com/2014/10/20/poodle-and-lync-server-2013/  Be warned,  

Continue Reading Poodle and how to fix it.

Cisco VPN on Windows 8.1 – Reason 442: Failed to enable Virtual Adapter

Secure VPN Connection terminated locally by the Client. Reason 442: Failed to enable Virtual Adapter. If you receive this error on Windows 8 or Windows 8.1 while trying to connect with the Cisco VPN Client then the solution is a…

Continue Reading Cisco VPN on Windows 8.1 – Reason 442: Failed to enable Virtual Adapter