When trying to create Hyper-v replica Connection Broker in Hyper-v Cluster environment you get : “fails to create computer object” This can happen because the object creating the connection do
Category: Operating Systems
How to restore SYSVOL and NETLOGON Shares On Windows 2012, 2016, 2019 DCHow to restore SYSVOL and NETLOGON Shares On Windows 2012, 2016, 2019 DC
If SYSVOL and NETLOGON Share is missing : Click Start, click Run, type regedit, and then click OK. Locate the following subkey in Registry Editor: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters In the details
How to Control Local Devices and Resources in a Remote Desktop SessionHow to Control Local Devices and Resources in a Remote Desktop Session
In order to disable/Enable Server Local resource in RDP session you need to edit the group policy value as follow : Group Policy setting name Group Policy setting
Why is There a Big Difference Between File Size and The Size on Disk its takeingWhy is There a Big Difference Between File Size and The Size on Disk its takeing
The difference usually happens because you have a lot of small files, Consider this: 50,000 files 32 KB cluster size (allocation units), which is the max for FAT32 for
How to redirect root directory to virtual or any other directory on ApacheHow to redirect root directory to virtual or any other directory on Apache
The configuration files are at /etc/httpd/conf.d , just add to welcome.conf the directive : Use RedirectMatch to only redirect the root URL “/” to another sub-directory or URL, without
How to stop DDos Attack on linuxHow to stop DDos Attack on linux
To find out if your server is under attack or not. You can also list abusive IP address using this method. # netstat -nat | awk '{print $6}' | sort
How to block ip address in centOS 7How to block ip address in centOS 7
There is two option: 1.rich rule – firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.X.X" reject’ 2.First in the chain – firewall-cmd --direct --add-rule ipv4 filter INPUT_direct 0 -s 192.168.X.X/32 -j DROP
Taskbar will not “disappear” during Remote Desktop sessions anymoreTaskbar will not “disappear” during Remote Desktop sessions anymore
Simple FIX I have notice from time to time when connecting with RDP and set the session to full screen the Taskbar refuse to hide . what works for me
How to return one value from a PowerShell select propertyHow to return one value from a PowerShell select property
When running select from powershell the result will be headers and value, if you what just the value you should use -ExpandProperty switch, for example if you want
fltmgr.sys blue screen error 0x0000003Bfltmgr.sys blue screen error 0x0000003B
0x0000003B error is usually a graphic’s driver (display adapter/video driver), other possibilities include but are not limited to antivirus/antispyware/security programs and even memory (mapping) What work’s for