Evotec.xyz

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 …

Actived: Just Now

URL: https://evotec.xyz/what-do-we-say-to-health-checking-active-directory/

Active Directory DFS Health Check with PowerShell

WebTo execute Get-WinADDFSHealth, but through Invoke-Testimo, you can use the following command: Invoke-Testimo -Sources DCDFS. As you can see, Testimo did …

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

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 …

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

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

What do we say to writing Active Directory documentation

WebDocumentimo basically allows you to create Word documents without Word installed. While the example above is just there to show you the basics here's how you …

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

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

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

Active Directory

WebWindows cannot create the object because The directory service was unable to allocate a relative identifier. It was a bit unexpected because moving FSMO roles I've …

Category:  Health Go Health

Sync any folder in Windows to OneDrive

WebRun following command – where Targetfolder shouldn't exists (keep in mind REM below means it's a comment). So just one simple command is necessary. REM …

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

Syncing Global Address List (GAL) to personal contacts and …

WebO365Synchronizer utilizes Microsoft Graph API to get the users/contacts from Office 365 tenants and then pushes them using Microsoft Graph API to the user mailbox …

Category:  Health Go Health

Active Directory Domain Services could not replicate the

WebRecently I was testing renaming the NETBIOS name of an Active Directory domain. While this process is fairly easy, there are a few gotcha’s, and before one would …

Category:  Health Go Health

Connect-MgGraph: Keyset does not exist

WebFixing Connect-MgGraph: Keyset does not exist. When using certificates as a standard user, I usually do it in the following way: The problem is – it only works for …

Category:  Health Go Health