- Homepage
-
Veeam console not opening: An operation on a socket could not be performed because the system lacked sufficient buffer space or because was full ;
Dear folks; Whenever you have this problem in Veeam, there is an easy way to resolve Correct the following value in the registry: HKEY_LOCAL MACHINE \SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Maxuserport : REG DWORD value must be in decimal 65534 Regards
-
Veeam backup / sorting out : SQL VSS Writer is missing: databases will be backed up in crash-consistent state and transaction log processing will be skipped
Hi again; This error will be displayed if the account used for the log truncating does not have enough rights or either the VSS SQL service is stopped; Also I will be mentioning more workarounds at the end of the page. In resume you will be seeing an error like this one: “databases will be…
-
How to list folder where certain security groups do have access ( Powershell ) Active Directory
Hi This is a nice script that will tell you what folders have permission certain security group; Very handy in cases of taking over of a new Active directory or after a migration Here is the code and note the following: You need to replace YoUrdomain for your actually domain ; do not use .com…
-
Migrate emails between accounts ( Exchange-office365 online) using dates
Hi ; Today I will leave a handy script that will move emails between accounts on office365 ; This could be of use on the scenario that you want to archive emails on another account ; or just simply migrate There are some requirements though prior performing this action; 1.”Mailbox Import Export” Membership 2.”Mailbox Search”…
-
Stop using SMB1 PowerShell command
Hi For security reasons SMB1 should not be longer used; although this is being ignored by several companies and users. Top 5 reasons: -Smb1 is not safe ( easily hackable) -Smb1 is not modern or efficient (read, write, cache ) -Smb1 is no longer required unless you do use Windows XP / 2003 (…
