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
Renew Active Directory User Password Without Knowing It
Hello,
Today we’ll how you can renew an Active Directory user password, without knowing it. It can be very convenient when you have a service account with a password expiration but don’t want to change it for whatever reason. It can also save the day when you have one of your VIP user that is in a kind of emergency and need his mailbox access but you can’t change the password be cause he doesn’t have a secure AD access. You can have plenty of reasons to perform that kind of action. 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
Get Known Wifi Networks Passwords PowerShell
Hello,
Have ever wanted to know the password you type on your laptop to connect to some wifi networks to be abe to connect your new one or your phone to it ? o you remember all the passwords of all your wifi networks you connected to with your laptop ? Probably not, but Windows do, and we can ask him.
Exchange Online Migrate Mailbox Permission PowerShell
Hello,
If you want to delegate the permission to migrate mailboxes from Exchange on-premise to Exchange Online without giving global admin permission, you need to create the management role to delegate only the required role entry. Continue reading
Get EventLog Event Details Content PowerShell
Hello,
Windows eventlog are great to log data. Search inside them is quite easy with the EventVwr.msc management console. But search through them programmatically can be a bit tricky. Especially when you want only some key information from the event. Continue reading
Regular Expression PowerShell RegEx
Hello,
Regular Expression is a great concept that can be used by a lot of language. It allows you to recognize string patterns. This is the kind of feature that webmaster use to be sure that you enter your phone number or email address in the expected format. Continue reading
Backup Export Office 365 Exchange Online Mailbox
Hello,
If you’ve migrated to Office 365, there is a strong possibility that you migrated your Exchange mailbox to Exchange Online also. When you were on-premise, you backed up your Exchange servers and your database, why don’t you do the same in Exchange Online with Office 365 ? Continue reading
Create Skype Online Contact Active Directory
Hello,
In an on premise setup, when you create a contact in Active Directory, fill in the SIP address in ProxyAddresses or MsRtcSip-PrimaryUserAddress and you’re good to go. Continue reading