Blog Archives
Posted on

A simple powershell script to check the time settings on all your domaincontroller.   # Fnetonline# Mark de Bruin# Check Time# Version 1.0# Last updated 28-07-2019# Simple powershell script to check the time and timesource on all domain controllers# for…Continue Reading

Posted on

A collection of notes for a exchange administrator. Public folder Accept external mail to public folder  Add-PublicFolderClientPermission –identity “\SpecificFolder” –User Anonymous –AccessRights CreateItems   Database Check whitespace Get-MailboxDatabase -status | select name,AvailableNewMailboxSpace Get-PublicFolderDatabase -status | select name,AvailableNewMailboxSpace Check mailboxes in…Continue Reading

Posted on

This script will workaround the case when a server lost connection to the domain controller during a reboot (e.g. due to vpn services or wrong reboot sequence). The server will stay on the PUBLIC network because the NLA service will only…Continue Reading

Posted on

Description this small snippet can be used to get the first and the surname in different variables. you can use the current user or type a username.

Posted on

This script is for office365 administrators.

Posted on

Description The script bellow is used to execute a program or installer when the file path is to long. this script will work on a network share OR a local path and automatic detect a free drive letter

Posted on

As my work of IT engineer i use a lot of tools and scripts. On this page i will collect some of my common used or custom build scripts and tools. if you have any suggestion please let me know.