Get SSL Labs Test Result PowerShell
Hello,
Today we’ll see how we can use PowerShell and the Web API of SSL Labs to analyze a site or several sites, and then retrieve the result in a nice formatted PowerShell object. Continue reading
Get SSL Labs Test Result PowerShell
Hello,
Today we’ll see how we can use PowerShell and the Web API of SSL Labs to analyze a site or several sites, and then retrieve the result in a nice formatted PowerShell object. Continue reading
Remove Active Directory ACL PowerShell
Hello,
We previously saw how to add some ACL to Active Directory, and how to use the PowerShell Active Directory module. Today, we’ll see how to remove some Acces Control Entry (ACE) from an Active Directory Access Control List (ACL). Continue reading
Get Office 365 Admin MFA Configuration
Hello,
In Office 365 you have different type of administrators. Billing admin, company admin, Exchange admin, SharePoint admin Teams & Skype admin, and a lot more of them. Hereunder the full list with their ID and descriptions: Continue reading
Invoke Active Directory SDProp Powershell
Hello,
Active Directory uses an internal process named SDProp for “Security Descriptor Propagation” to apply different ACLs on high privileges users or groups. The process copy the ACL from the AdminSDHolder to protect those users and groups. You can read a lot more information on a previous article of mine. Continue reading
Active Directory Password not Required
Hello,
This is something that is not widely known but you can have a blank password on your Active Directory user account even with a password policy in place, or some Password Setting Objects applying. Continue reading
Active Directory Delegation PowerShell
Hello,
Active Directory delegation can be complicated to implement. Get it right can be long and hard depending of your needs. By default, Microsoft offers some delegation trough builtin groups like: Continue reading
Active Directory Security Report PowerShell
Hello,
Active Directory is one of the most critical system in your infrastructure, we saw previously how to get some basic information about how you’re using it, and get some statistics about the users, computers and groups. Continue reading
Add Anti-Malware AzureRM IaaS VM
Hello,
By default, IaaS virtual machine delivered by Microsoft do not have any anti-malware installed. Microsoft propose a VM extension to provide anti-malware services for free, you just need to add it to your VM. Continue reading
Test Corporate email leakage
Hello,
Nowadays, a lot of “hacking” happens everyday, and passwords are available for resale on the web. Troy Hunt, decided to build a website referencing all the public data breaches he knows about. Continue reading
AdminSDHolder is quite a subject !
If you enable the “Advanced Features” in your “Active Directory Users and Computers”,you will see the “System” container. The first child in it is the “AdminSDHolder” container : Continue reading