Posts Tagged ‘technology’

17 August

SBS Windows 2011 – Adding/Managing Users

0 SBS Windows 2011    Adding/Managing UsersThis video shows how to add new account domain users to Windows SBS 2011, the newest windows from Microsoft. This will be of interest to my computer class students or anyone who wants to know how to add computer account users to the domain server.
You can download a free trial fully functional of Microsoft SBS 2011 for testing purposes, get it and learn it.
Subscribe now to see more videos like this one.

Duration : 0:4:23

(more…)

Technorati Tags: , , , , , , , , , , ,

11 August

Create and Configure a vSphere Replication Manager (VRMS) Database

0 Create and Configure a vSphere Replication Manager (VRMS) DatabaseWhen creating a database only use capitols even the username and the password need to be in capitols. Also use the fully qualified domain name as a database server, don’t use IP-addresses. For configuring vCenter information, scroll down and notice the vCenter configuration information that is necessary. It is very important that the vCenter Server Address field is correctly populated. If you have used IP addresses for all site pairing activities, continue to use IP addresses in this location. If your SRM sites were paired with host names or fully qualified domain names, it is important that you do the same at this location as you did when pairing the sites. VRMS requires naming consistency throughout the process in order to function correctly. Enter the vCenter Server Address for the site you are currently using, which should be the protected site (Site A) vCenter. Click on Generate and Install an SSL Certificate after all the information is filled out.

Duration : 0:12:36

(more…)

Technorati Tags: , , , , , , , , , , ,

18 July

(Vid0001) Microsoft Active Directory Domain Services Basics – Part 1

0 (Vid0001) Microsoft Active Directory Domain Services Basics   Part 1Part 2 of 2 of the first Video series IT-erate.com presents. The following two videos help outline some components of Active Directory and the tools use to manage and modify it. In addition this video is the building block that will launch us into more advanced topics covering VBScript, Exchange 2008, Windows Server 2008/2003, Active Directory and hosting a Windows Terminal Server Environment.

Duration : 0:9:2

(more…)

Technorati Tags: , , , , , , , , ,

15 July

How To Use IPSec To Secure Data Between Client & Server In a 2008 R2 domain

0 How To Use IPSec To Secure Data Between Client & Server In a 2008 R2 domainWeb Site: http://www.PcTechStream.com 1080p HD, Full Screen. Internet Protocol Security (IPsec) is a framework of open standards for protecting communications over TCP/IP networks by using cryptographic security services. IPsec supports network-level peer authentication, data origin authentication, data integrity, data confidentiality (encryption), and replay protection.

Duration : 0:15:14

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

27 June

Hauppauge HD PVR 1212 High Definition Video Recorder FOR SALE!!!

0 Hauppauge HD PVR 1212 High Definition Video Recorder FOR SALE!!!I’m selling my Hauppauge HD PVR 1212 because I simply don’t use it at all. It works fine, it looks brand new. I’ll sell it for $175. PM or leave a comment below if your interested in buying it from me. The money that I earn from this will go towards my Canon T3i.
Twitter- http://twitter.com/UltTechSource
http://JohnsiPhone.com iPhone, iPod Touch and iPad Blog

Thanks

Duration : 0:4:1

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

25 June

Windows Server 2008: manage a RODC (read only domain controller)

0 Windows Server 2008: manage a RODC (read only domain controller)This is a video about how to manage a RODC (read only domain controller). A read only domain controller will cache credentials (passwords) so that you don’t have to waste WAN (wide area network) bandwidth for authentication purposes. It is possible to populate the RODC records manually. Also, when you delete the read only domain controller from the Active Directory domain, it is possible to reset all users and computer passwords stored on the RODC. RODC is a feature only available in Microsoft Windows Server 2008 and requires a functional domain level of Server 2003. It a feature mainly designed for a branch office.

Providing training videos since last Tuesday.

http://technoblogical.com

Thanks for watching.

Duration : 0:8:32

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

21 June

How To Install Active Directory On Windows Server 2008 R2 For Your First Domain Controller

0 How To Install Active Directory On Windows Server 2008 R2 For Your First Domain Controllerhttp://www.PcTechStream.com 1080p HD, Full Screen. Active Directory can simplify centralized management for Security Policies, Groups, Users, Printers, File Shares, Computers, Applications. It is responsible for authenticating and authorizing all users and computers within a network of Windows domain type, assigning and enforcing security policies for all computers in a network and installing or updating software on network computers. For example, when a user logs into a computer that is part of a Windows domain, it is Active Directory that verifies his or her password and specifies whether he or she is a system administrator or normal user.

Duration : 0:16:44

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , ,

3 February

Windows Server 2008: command line for Active Directory groups

0 Windows Server 2008: command line for Active Directory groupsThis is a video on how to work with Active Directory groups. I’m using a Server 2008 domain controller, but these commands will work on Server 2003 as well. I use these commands to add members to, create, move, rename, and delete groups.

Commands used…
dsadd group “cn=Marketing,OU=Groups,DC=my,dc=domain” -samid Marketing -secgrp yes -scope g

dsmod group “cn=marketing,ou=groups,dc=my,dc=domain” -addmbr “cn=L Prosser,ou=people,dc=my,dc=domain”

dsget group “cn=sales,ou=groups,dc=my,dc=domain” -members | dsmod group “cn=marketing,ou=groups,dc=my,dc=domain” -addmbr

dsmove “cn=marketing,ou=groups,dc=my,dc=domain” -newname “public relations”

dsadd ou “ou=marketing,dc=my,dc=domain”

dsmove “cn=public relations,ou=groups,dc=my,dc=domain” -newparent “ou=marketing,dc=my,dc=domain”

dsrm “cn=public relations,ou=marketing,dc=my,dc=domain”

Providing training videos since last Tuesday.

http://technoblogical.com

Thanks for watching.

Duration : 0:9:14

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , ,

27 January

Windows Server 2008: restricted groups, Managing local group membership with a GPO

0 Windows Server 2008: restricted groups, Managing local group membership with a GPORestricted groups are a little known option in an Active Directory Domain. They control local group membership on your active directory clients. In this video, I add a domain group to a local group without going to each and every local machine using group policy. This allows me to create membership for a specific group of people to a specific group on a specific group of computers. It’s a great situation where I can make local admins or backup operators on a regional sect of computers. This feature is available onactive directory domains running Microsoft windows Server 2000, 2003, 2008. The client operating systems may include 2000, XP, Vista or 7.

Providing training videos since last Tuesday.

http://technoblogical.com

Thanks for watching.

Duration : 0:8:34

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

23 January

Windows Server 2008: Create/Modify Active Directory groups with CSV and LDF

0 Windows Server 2008: Create/Modify Active Directory groups with CSV and LDFVideo on how to create/add Active Directory Groups with CSV and LDF files. I’m using a Microsoft Windows Server 2008, but it will work on 2003. CSV and LDF files allow you to modify groups by adding users in bulk. Or by adding groups in Bulk.

Commands used..
csvde -i -f “01 create and populate.csv”

ldifde -i -f “01 create groups.ldf”

ldifde -i -f “02 add to groups.ldf”

Files used…
01 create and populate.csv…
objectClass,sAMAccountName,DN,member
group,Cups Users,”CN=CUPS Users,OU=Groups,DC=my,DC=Domain”,”CN=Karl Mueller,OU=people,dc=my,dc=domain;cn=L Prosser,ou=people,dc=my,dc=domain”

01 create groups.ldf…
DN: CN=Epson Users,OU=Groups,Dc=my,DC=Domain
ChangeType: add
CN: Epson Users
description: Epson Users
objectClass: group
sAMAccountName: Epson Users

DN: cn=AIX Users,OU=groups,dc=my,dc=domain
changeType: add
CN: AIX Users
description: AIX Users
objectClass: group
sAMAccountName: AIX Users

02 add to groups.ldf…
dn: CN=Epson Users,OU=groups,DC=my,dc=domain
changetype: modify
add: member
member: cn=Karl Mueller,ou=people,dc=my,dc=domain
member: cn=Gail Andrews,ou=people,dc=my,dc=domain
-

Providing training videos since last Tuesday.

http://technoblogical.com

Thanks for watching.

Duration : 0:9:38

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , ,