Posts

Showing posts with the label BASIC

Newly Created Scheduled Tasks Event ID 4698

Hi If we created the new Scheduled Tasks, Event ID 4698 will appear in the  Security log.

Microsoft Blog

https://blogs.technet.microsoft.com/askds/tag/Rob-Greene/ https://blogs.technet.microsoft.com/askds/tag/ad-replication/page/2/
Uninstall CLIENT FOR MICROSOFT NETWORKS from network adapter bounce (reboot) Install CLIENT FOR MICROSOFT NETWORKS bounce Mine works! Ensured that the follwing Services are running - Server - TCP/IP NetBIOS Helper - Workstation - Computer Browser - DHCP Client - Function Discovery Resource Publication - SSDP Discovery - UPnP Device Host reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters /v FormatDatabase /t REG_DWORD /d 1 /f Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force 2955163  Windows RT, Windows 8, and Windows Server 2012 update rollup: M REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /v DisableLeasing /t REG_DWORD /d 1 /f NET STOP SERVER NET START SERVER http://woshub.com/smb-1-0-support-in-windows-server-2012-r2/ https://support.microsoft.com/en-in/help/2696547/how-to-detect-enable-and-dis...

Internet Explorer opens, flashes, and then closes immediately when you start it

Summary You may notice that Internet Explorer opens, flashes, and immediately closes when you start Internet Explorer. Cause The most common causes of Internet Explorer crashes like this are toolbars, add-ons, or Browser Helper Objects. Resolution Try resetting Internet Explorer: Close all Internet Explorer and Windows Explorer windows. Press the Windows key + R. At the command prompt that comes up, type  inetcpl.cpl  and then hit Enter. When Internet Options opens, select the  Advanced  tab. Look for  Reset Internet Explorer Settings . Choose  Reset . When Internet Explorer finishes restoring the default settings, select  Close .

Backup for Files - The system state backup process failed with the following exit code: -3

Problem: You receive the following error when trying to perform a system state backup. [Failed to backup system state: ] 0x30000: The system state backup process failed with the following exit code: -3; please check the log files in C:\Windows\logs\WindowsServerBackup {eFS:ClieFacade:4733}. Upon checking the log files in "C:\Windows\logs\WindowsServerBackup\" you find the below error. Error in backup of C:\windows\\systemroot\ during enumerate: Error [0x8007007b] The filename, directory name, or volume label syntax is incorrect. Resolution: NOTE: This article only applies to Windows Server 2008 R2. Warning :  If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. eFolder and Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. To find out which driver is causing the issue, perform the following step...

Validate SCSI Device Vital Product Data (VPD)

https://kb.vmware.com/s/article/1030632 https://communities.vmware.com/blogs/Abhilash_hb/2013/08/25/clustering-using-sharing-of-vmdks-between-virtual-machines https://kb.vmware.com/s/article/1037959 https://www.virtuallifestyle.nl/2010/01/recommended-detailed-material-on-rdms/ https://kb.vmware.com/s/article/1030632 https://kb.netapp.com/app/answers/answer_view/a_id/1001463/~/what-are-scsi-reservations-and-scsi-persistent-reservations%3F- https://kb.netapp.com/app/answers/answer_view/a_id/1001463/related/1 https://blogs.msdn.microsoft.com/clustering/2013/05/24/validate-storage-spaces-persistent-reservation-test-results-with-warning/ https://kb.netapp.com/app/answers/answer_view/a_id/1028843/~/troubleshooting-workflow%3A-disk-reservation-conflicts-

The Process object in Performance Monitor can display Process IDs (PIDs

By default, Performance Monitor (Perfmon.msc) displays multiple processes that have the same name by enumerating the processes in the following way: Process#1 Process#2 Process#3 Performance Monitor can also display these processes by appending the process ID (PID) to the name in the following way: Process_ PID Note  In Microsoft Windows XP and in Microsoft Windows Server 2003, this tool is named System Monitor. To enable or to disable PIDs in process names, follow these steps: Click  Start , click  Run , type  regedit , and then click  OK . Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance On the  Edit  menu, click  New , and then click  DWORD Value . Right-click  New Value #1 , click  Rename , and then type  ProcessNameFormat  to name the new value. Right-click  ProcessNameFormat , and then click  Modify . In the...

File share require port

file share use below port TCP 139/445  -   UDP 137/138 -    SMB over Netbios.

Windows Server 2016 not displaying Roles and Features Refresh failed Server Manager

First Rename the registry Key HKLM\SOFTWARE\Microsoft\ServerManager\ServicingStorage\ServerComponentCache to HKLM\SOFTWARE\Microsoft\ServerManager\ServicingStorage\ServerComponentCache.OLD The key will be re-created when you start the Server Manager again. Check if it is working?

Troubleshooting IIS 100% CPU issues – Step by Step (intermediary)

Processes consuming 100% of a system's CPU time is such a situation everybody has faced at least once (likely much more than once :)), and normally as solution we just "kill the murderer" by stopping the culprit process.  But what was really causing that process to behave like that?  If you can't properly answer this question you might be convicted to repeat the "kill the murderer" process forever... The procedures we will see below are general enough for troubleshoot any application causing the 100% CPU situation, however I will use IIS as an example here since, as a custom application's host, it is one of the products whereby this situation happens very often. Notice: This has been classified as an intermediary level content, so it presumes you understand concepts like memory dumps, crashes, hangs, applications, processes, threads, call stacks etc, and also have some experience with debugging. Before the problem happens... Ste...