Tuesday, March 05, 2024

PowerShell to Identify the Azure AD Connect server (Microsoft Entra AD Connect) PowerShell Command line.


Local PowerShell command to show the Azure Microsfot Entra Connect sync server's name. 

Find Azure Entra Sync Server Command Line

This one liner PowerShell command, although long, worked perfectly to list current Microsoft Entra Connect server and it also listed all previous AD connect sync servers. Didn't need past servers but it displayed them but I suspect that information could be useful for another problem so it's good to know that information could be obtained with the same command.  The PowerShell command to list Azure Entra Connect sync servers doesn't list DirSync servers.  


Get-ADUser -LDAPFilter "(description=*configured to synchronize to tenant*)" -Properties description | % { $_.description.SubString(142, $_.description.IndexOf(" ", 142) - 142)}


The command mentioned above is actually used in the scenario shown below to find out or validate the on-premises server Microsoft Entra Azure AD service was operating on. Also, the command includes a list of all previous servers. These servers were visible in Active Directory but were not indented to display history. This was a pleasant surprise, but we only required the current server. 



Please share.  use the share icons below or at the bottom of this page. Thank you. 








Sunday, March 03, 2024

How to Leave Slack Workspace

 How to Remove Your Account from a Slack Workspace 

leave slack Workspace - remove account from slack WorkSpace
Remote your account from Slack Workspace


Old version instruction may not be very useful when trying to remove your account from a Slack workspace.  You may have added your account into a Slack workspace by accident and need to leave that Slack works space. Many steps simply indicate to select the Workspace and delete leave the space. Some indicate to leave all channels then leave the works space.  

With the latest version of Slack as o the date of this post and possibly near future releases, the way I found to leave or delete your account from a Slack channel is to open a browser, log into Slack. 


Go to Account > Deactivate Account > Click or Tap "Deactivate Account" button.





Wednesday, January 17, 2024

RDP (Remote Desktop) Manager Provides Central Access of RDP Connections.

RDP (remote desktop) management benefits both Administrators and General Desktop Users
Both users and administrators share in the benefits. 

Central place to access RDP connections. 

RDP (Remote Desktop Protocol) manager is a highly beneficial tool that enables users and administrators to streamline their workflow by providing a centralized platform to access all their remote desktop connections. This application proves to be indispensable for professionals who frequently need to remotely access different machines or servers. By offering a comprehensive view of all RDP connections in one place, this manager enhances efficiency, organization, and ease of access. Users can effortlessly add, modify, or remove remote desktop connections, eliminating the need to manually search for each connection separately. Additionally, RDP manager allows admins to store and manage credentials securely, ensuring sensitive information remains protected. With its intuitive interface and advanced features like group management and custom settings configurations, RDP manager facilitates seamless navigation through multiple remote desktop sessions with utmost convenience and control. Empowering professionals with the ability to efficiently handle remote connections from one central hub, RDP manager significantly simplifies the way individuals interact with different systems remotely.  

Guide to Using Microsoft Remote Desktop on a Windows 11 

List RDP (Remote Desktop) connections without a file server or network shares. 

Furthermore, the remote desktop feature allows users to collaborate effectively with colleagues and clients, regardless of their physical location. This not only saves time and resources spent on travel but also promotes a flexible work environment. Additionally, the encrypted connections ensure that sensitive data remains protected from unauthorized access, giving organizations peace of mind when it comes to data security. With the List RDP connections feature, users can easily manage and monitor their remote sessions, further enhancing productivity and efficiency.

Furthermore, the flexibility offered by remote desktop connections allows employees to work from anywhere, whether it's from the comfort of their homes or while on a business trip. This not only increases work-life balance but also enables companies to tap into a global talent pool without geographical limitations. Moreover, the centralized nature of remote desktop connections simplifies IT management, as software updates and security patches can be easily deployed to all connected devices, ensuring a consistent and secure computing environment.

Manage list of shared RDP connections for users without requiring file server shares. 

In order to efficiently maintain a list of shared Remote Desktop Protocol (RDP) connections for users without the need for file server shares, organizations can opt for centralized solutions such as using a dedicated RDP management tool. The best approach is to use an online service for listing RDP (remote desktop) connections particularly those that don't require a management console or other software to be installed locally.  Creation and access of RDP connection is done through a browser-based UI.  This software enables administrators to establish and manage a structured repository of RDP connections accessible to authorized users, eliminating the need for traditional file server shares. By implementing this approach, organizations can ensure secure access to RDP connections while maintaining control over user permissions and privileges. Additionally, administrators can conveniently update and modify the list of shared RDP connections from a central location, streamlining the management process. This not only enhances productivity but also strengthens security measures by reducing potential vulnerabilities associated with traditional file server sharing methods. Ultimately, employing a dedicated RDP management tool offers businesses an efficient and secure solution for maintaining and managing shared RDP connections within their network infrastructure.



How to Enable (RDP) Remote Desktop Service Using Regedit

Setup and Access Microsoft Remote Desktop on a Windows 11 Computer: A Comprehensive Tutorial

RDP First introduced by Microsoft with Windows NT Server 4.0 Terminal Server Edition - Microsoft Release Announcement.