Evotec.xyz

Instant Replication between Active Directory sites with PowerShell

WebWhen you search the internet for a way to force synchronization between sites/Domain Controllers you will often find one of the two commands. repadmin /syncall …

Actived: 6 days ago

URL: https://evotec.xyz/active-directory-instant-replication-between-sites-with-powershell/

What do we say to health checking Active Directory

WebAfter that, we run a single command that targets Active Directory Forest scanning all Domains and all Domain Controllers doing some basics tests. # First Install …

Category:  Health Go Health

Active Directory Health Check using Microsoft Entra Connect …

WebActive Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its health is pivotal for the seamless operation of various …

Category:  Health Go Health

Monitoring Active Directory Changes on Users and Groups with

WebThis solution consists of 2 scripts. So called configuration and starting script (Get-Events.ps1 – you can call it however you like thou) and the real deal Get …

Category:  Health Go Health

Testing LDAP and LDAPS connectivity with PowerShell

WebWhile there are two functions, the first one is just a helper function. You can use Test-LDAP to verify whether LDAP and LDAPS are available on one or more …

Category:  Health Go Health

Visually display Active Directory Trusts using PowerShell

WebShow-WinADTrust - cmdlet to show Windows Active Directory Trusts Recursively. Get-WinADTrust is a bit more advanced copy of Get-ADTrust. Show …

Category:  Health Go Health

Office 365 Health Service using PowerShell

WebTwo years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple - replicate Health …

Category:  Health Go Health

Getting Azure Health by parsing HTML using PSParseHTML

WebPSParseHTML – PowerShell module that can help you process HTML Tables, but hopefully also other types of parsing HTML functionality. …

Category:  Health Go Health

PowerShell way to get all information about Office 365 Service …

WebOffice 365 is an excellent cloud service. But like any service, there's some infrastructure behind it that has to be cared for. Since this is Cloud, Microsoft does this …

Category:  Health Go Health

Monitoring LDAPS connectivity/certificate with PowerShell

WebSome time ago, I wrote a blog post on checking for LDAP, LDAPS, LDAP GC, and LDAPS GC ports with PowerShell. It mostly works, but it requires a tad bit of effort, …

Category:  Health Go Health

Preparing Azure App Registrations permissions for Office 365

WebAs you may have seen in my other post, there's a simple, PowerShell way to get Office 365 Health Service data for you to use any way you like it. But before you can …

Category:  Health Go Health

Four commands to help you track down insecure LDAP Bindings

WebThis command contains the ability to exclude, include domains, domain controllers, so it's easy to enable it on one DC or just one domain within a forest. Set …

Category:  Health Go Health

Azure ADConnect Export Failed – Permission-issue error

WebIf you check Synchronization Service Manager you can find recent status for all tasks. While most tasks were ending up successfully export task completed with error: …

Category:  Health Go Health

PowerBGInfo – PowerShell alternative to Sysinternals BGInfo

WebWhat you see above is following my usual model of building PowerShell modules. There's a primary function called New-BGInfo, which then accepts nested …

Category:  Health Go Health

Write-Color is now published as PowerShell Module

WebAs I tend to use more and more Write-Color every day for different projects I decided it's time to publish it as a module for easy usage. At the same time I get pointed …

Category:  Health Go Health

Adding email addresses based on Email Address Policy

WebEmail Address Policies are bread and butter in Microsoft Exchange world. If you work with On-Premise Exchange 2007, Exchange 2010, Exchange 2013/2016 you …

Category:  Health Go Health

Removing Inactive Azure AD Pass-through Agent

WebBy Przemyslaw Klys Azure AD April 25, 2020. Recently I was switching Office 365 tenant from ADFS to Azure AD Pass-through authentication (PTA). It all went …

Category:  Health Go Health