Evotec.xyz

Active Directory DFS Health Check with PowerShell

WEBAs you can see, Testimo did a health assessment of your DFS using internally Get-WinADDFSHealth command. You can also use the same command with …

Actived: 9 days ago

URL: https://evotec.xyz/active-directory-dfs-health-check-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

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

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

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

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

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

Fixing Active Directory PasswordNotRequired with PowerShell

WEBThere was I, deploying PSPasswordExpiryNotifications for one of my Clients when I started getting complaints that some users are not getting their Password Expiry …

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

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

PowerShell – How to check response code from a website

WEBTo be able to check for the status of a website quickly and efficiently one can use the following code. This code verifies whether site returns Status Code 200.In case …

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

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

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

PowerShell – Few tricks about HashTables and Arrays I wish I

WEBI've been working with PowerShell for a while now and like with most things I do I've learned it by doing and not by reading. I had a job to do, and since I don't like …

Category:  Health Go Health

Reading IIS logs with PowerShell

WEBSo after about 1 hour of playing with the library and creating a new PowerShell module called IISParser, here we are. We now have an easy-to-use …

Category:  Health Go Health

Microsoft Graph – InvalidAuthenticationToken

WEBToday I had a need to connect to Microsoft Graph and do some tasks on Office 365. Since I have already done similar stuff for my …

Category:  Health Go Health