Install-Module – unable to resolve package source
When you want to install a powershell module and you get this error message. Solution. Run Powershell as admin and enter ::SecurityProtocol = “tls12” Now you can install the powershell…
When you want to install a powershell module and you get this error message. Solution. Run Powershell as admin and enter ::SecurityProtocol = “tls12” Now you can install the powershell…
I Found this website very usefull and searched long for this. If you are running Microsoft Windows in a domain environment with WSUS configured, you may notice that you’re not…
$ssfFonts = 0x14 $fontSourceFolder = "" $Shell = New-Object -ComObject Shell.Application $SystemFontsFolder = $Shell.Namespace($ssfFonts) $FontFiles = Get-ChildItem $fontSourceFolder $SystemFontsPath = $SystemFontsFolder.Self.Path $rebootFlag = $false foreach($FontFile in $FontFiles) { # $FontFile…
Home http://fusioninventory.org/
Because automapping is not always working correct, just created this script to re-enable automapping with the correct settings. This script you need to run on the Exchange server. # Created…
This is based on Security Event ID 4724. When this is logged on the domain controller, Task Scheduler kicks this script. And send a mail to Admin and user. And…
At a company where I worked, there was no logging with account lock and the had plans to change the GPO that accounts will not be auto unlocked.So I also…
At the company were I worked we had a name change. They also use the display name in outlook to send mail. Example: Daag van der Meer So everyone see…
https://docs.microsoft.com/en-us/Exchange/policy-and-compliance/ediscovery/delete-messages?view=exchserver-2019
On the Exchange server Open the Exchange powershell. Run the following command (Change what is needed) Enable-MailUser -Identity John -ExternalEmailAddress john@contoso.com AD Attribute editor field = proxyAdress Source: Microsoft.com