zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Installing Remote Server Administration Tools for Windows 7

October 30, 2010 by Igor Drobot 1 Comment

Microsoft Remote Server Administration Tools enables IT administrators to remotely manage roles and features in Windows Server 2008 from a computer running Windows Vista or Windows 7. It includes support for remote management of computers running either a Server Core installation or the full installation option of Windows Server 2008. It provides same functionality to Windows Server 2003 Administration Tools Pack
[Read more…]

Filed Under: Windows Tagged With: RSAT

GPO to attach public share

October 17, 2010 by Igor Drobot Leave a Comment

for example in your office you have different departments (IT, Sell… ) Each of that departments has their own Space on a server and they must be attached on logon.

1. You create a new GPO
2. Edit the new GPO
3. Choose User Configuration
4. Windows Settings
5. Scripts(Logon/Logoff)
6. Logon -> Add a new Script that will connect the drive

1
net use z: \\w2k8dc01\PUBLIC-SHARE

net use z: \\w2k8dc01\PUBLIC-SHARE

z: is the drive letter (should be free!)

Filed Under: Windows Tagged With: GPO, Windows Server 2008 R2

Windows 2008R2 System Requirements

October 17, 2010 by Igor Drobot Leave a Comment

Before you install Windows Server 2008 R2, you need to ensure that the physical or virtual computer being used in your evaluation has the appropriate system resources. The following table lists the system requirements for Windows Server 2008 R2.

Click to enlarge:
Hardware Requirements

Filed Under: Windows Tagged With: System Requirements, Windows Server 2008 R2

Forcing Active Directory replication

October 16, 2010 by Igor Drobot Leave a Comment

There may be some instances where you need to force replication between Active Directory replication partners(DC´s). There are several ways that this can be accomplished. The method we are going to look at is forcing replication through the Microsoft Management Console (MMC).

1. Go to Start > Programs > Administrative Tools > and open the “Active Directory Sites and Services” MMC.
2. Expand the “Sites” container in the left pane by clicking the plus (+) to the left of it.
3. Expand the container that represents the name of the site containing the server that needs to be synchronized.
4. Expand the “Servers” container and then expand the target server to display the NTDS settings object.
5. Click the “NTDS Settings” option. In the right pane should now be a list of the target server’s replication partners.
6. Right click a connection object in the right pane and click “Replicate Now”.

Filed Under: Windows Tagged With: 2 Active Direcory Controller, Active Directory, Windows Server 2008 R2

Shutdown batch

September 25, 2010 by Igor Drobot Leave a Comment

If I go via RDP on some windows server or clients, i hate to run CMD and type “shutdown -s” because the is no traditional shutdown button in the start menu.

I wrote this little batch, and I execute it only to shutdown…

1
2
@echo
shutdown.exe -s -t 10 -c "Now you have 10 seconds to save your work"

@echo shutdown.exe -s -t 10 -c "Now you have 10 seconds to save your work"

Filed Under: Windows Tagged With: bat, shutdown bat

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok