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
Tag: Active Directory
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 […]
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 […]
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 […]
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 […]