Showing posts with label SERVER 2008. Show all posts
Showing posts with label SERVER 2008. Show all posts

Thursday, February 5, 2015

Tutorial How to Add Sleep, Lock, Hibernate Restart to Start Menu on Windows 8


Tutorial How to Add Sleep, Lock, Hibernate Restart to Start Menu on Windows 8


Step By Step Given Below

1. Create a new shortcut. On the desktop, right-click any blank space, choose New in the context menu and click Shortcut.


2. Use a command to specify the restart operation.Type the command of “shutdown.exe -r -t 00” (without double quotation marks) and click Next. By the way, the command of lock is “rundll32.exe user32.dll,LockWorkStation”, the command of hibernate is “rundll32.exe powrProf.dll,SetSuspendState” and that of sleep is “rundll32.exe powrprof.dll,SetSuspendState 0,1,0”.



3. Name the new shortcut as restart and tap Finish.


4. (Optional) Open the properties window of the shortcut.


5. (Optional) Select Change Icon in Properties window to continue.


6. CLICK OK


7. Choose an icon for the shortcut.


8. Click OK to successfully modify the icon of the shortcut.


9. Pin the restart shortcut to Start Menu.


Saturday, January 31, 2015

How to Disable PowerShell Remoting in Windows Server 2008

How to Disable PowerShell Remoting in Windows Server 2008 




How to Fix SRVs in Active Directory Domain


How to Fix SRVs in Active Directory Domain 

Simple Steps Given Below:-

Import SRV records from C:\SystemRoot\Config\NetLogon.dns file.

Restart NetLogon Service on the domain controller

Run DCDiag /Fix


Run NetDiag /Fix

How to Check Network DNS Setting

    How to Check Network DNS Setting 


Simple Steps Given Below:-

Dcdiag /test:dcpromo /DnsDomain:domain_name.com /ReplicaDC

To deploy a child domain:

Dcdiag /test:dcpromo /DnsDomain:child_domain_name.forest.com /ChildDomain

child_domain_name.forest.com is the name of your child domain+the forest root domain. For example, Example.Microsoft.com. Example is the child domain.
When you run the above command look for the message: "Active Directory Test Installation Was 
Successful"


if you don't see the above message then there is something wrong with the network or DNS settings.

How to Configure Time Service in Active Directory Environment in Windows Server


How to Configure Time Service in Active Directory Environment in Windows Server

  • Configure your client computers to sync time from it's authentication or local domain controller in the site
  • Configure your DC to sync time from it's PDC Emulator for that domain
  • Configure your Child PDC to sync time from any DC in the Forest Root domain
  • Configure your Forest PDC to sync time from an external source (time.windows.com)
For the above things to work, you need to modify two registry entries:
For all Domain Controllers and PDC in the Forest except PDC in the Forest:

  1. Key: HKLM\System\CurrentControlSet\Services\W32Time\Parameters
  2. Entry: Type
  3. Value: NT5DS
For Forest PDC:

  • Key: HKLM\System\CurrentControlSet\Services\W32Time\Parameters
  • Entry: Type
  • Value: NTP
  • Entry: NTPServer
  • Value: time.windows.com
Comment Box is loading comments...