Get Certificate from remote computers
If you need to get all certificates, from a list of remote computers, you can use this script:
If you need to get all certificates, from a list of remote computers, you can use this script:
If you need to found out whitch groups (mailling groups) a contact is member of in Microsoft 365, then you case use these powershell commands: Replace [email protected] with yours mail…
You can run this commands to see what updates, that PRTG windows update probes is warning about.
If you ever have installed a new Exchange server in an Active Directory orgainisation that allready have an Exchange server (That's not so often anymore), you may have discovered that…
This script checks first that folders exist, then that filename are the same, and then that file Hash is the same
Here are a script, that you can include in yours script, to add Exchange management shell, to "normal" powershell scripts.
If you have enabled that a user get lock out in Active Directory, if the user type the password wrong X times. Then you might have experienced, that yours admin…
When you try to delete a mailbox, you may get this error: This is because the mailbox database still contains data, that need to be moved, before you can deleted…
This is how to get an CSV file, including user_SamAccountName;User_FullName;group1;group2;group3, etc It posible to remove the comment before break, and then break the export after 5 user, to see that…
I need to search for entry in logfiles between 3/8-2017 and 6/8-2017. So i make this powershell script to prevent search all IIS logfiles. This script will copy all log…