Categories
News Software

Remote Server Administration Tools for Windows 10 | Released

Weeks of waiting and its here at last. Q. What is it? A. RSAT (Remote Server Administration Tools) is a Windows Server component for remote management of other computers and server operating systems running Windows. Grab the tools here: Remote Server Administration Tools for Windows 10  

Categories
Software Technical

Tech Short Q&A: What is vCenter Single Sign-On For

What is vCenter Single Sign-On? vCenter Single Sign-On is a feature of VMware vCenter 5, 6 and future vCenter implementations that is an authentication broker which also creates security tokens providing a secure way of accessing your environments. This token exchange mechanism is far superior than the former requirement of each component authenticating separately with a directory service such […]

Categories
How-To

Tech Short: PowerShell to list users in AD security group

You want to get a list of users who exist as members of a AD (Active Directory) security group. Here are some quick steps on accomplishing this task. Lets begin: Open PowerShell or PowerShell ISE Type Import-Module ActiveDirectory Followed by Get-ADGroupMember -identity “Group Name” | select name | Out-GridView Import-Module ActiveDirectory Get-ADGroupMember -identity “Name of Group” | select name […]

Categories
How-To Software Technical

Remove Dead Exchange Servers from Active Directory

Working with  my Exchange 2012 Hybrid configuration I into the following error: ERROR : Subtask NeedsConfiguration execution failed: Configure MRS Proxy Settings Execution of the Get-WebServicesVirtualDirectory cmdlet has thrown an exception. This may indicate invalid parameters in your hybrid configuration settings. The task wasn’t able to connect to IIS on the server ‘exchange’. Make sure […]

Categories
News Technical

The Truth – Single Sign On with Outlook and Office 365

After many twists and turns on this bumpy road of setting up a Hybrid Deployment of Exchange Online with AD Sync and ADFS for SSO.  I am faced with yet another issue. Let me tell you what does work with the single sign on: Outlook via Web Access Office 365 Portal Office 365 SharePoint Office […]

Categories
How-To Technical

Manually Remove Auto-Mapped Exchange Mailboxes

Beginning with Exchange 2010 then on to Exchange  2013. User who used the client Outlook 2007/2010/and 2013  had a new feature called automapping. Automapping takes advantage of Exchange auto-discovery services to map mailboxes in which a user has “Full Access” permissions granted. This is very helpful to the end-user as he or she is no […]