44
Sharing Resources Sharing Resources Lesson 6

IT109 Microsoft Operating Systems Unit 05 lesson 06

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: IT109 Microsoft Operating Systems Unit 05 lesson 06

Sharing ResourcesSharing ResourcesLesson 6

Page 2: IT109 Microsoft Operating Systems Unit 05 lesson 06

ObjectivesObjectives

• Manage NTFS and share permissions• Determine effective permissions• Configure Windows printing

Page 3: IT109 Microsoft Operating Systems Unit 05 lesson 06

Managing PermissionsManaging Permissions

• NTFS permissions• Share permissions• Registry permissions• Active Directory permissions

Page 4: IT109 Microsoft Operating Systems Unit 05 lesson 06

Windows Permission ArchitectureWindows Permission Architecture

• Access Control List (ACL)• Access Control Entries (ACEs)• Security principal

FolderFolder

ACLSales – ReadManagers – Full ControlJSmith – Deny Access

ACEs

Security Principal

Permission

Page 5: IT109 Microsoft Operating Systems Unit 05 lesson 06

The Security TabThe Security Tab

Page 6: IT109 Microsoft Operating Systems Unit 05 lesson 06

Standard and Special PermissionsStandard and Special Permissions

• Permissions allow you to grant specific degrees of access to security principals.

• Preconfigured permission combinations are called Standard Permissions.

• Special Permissions are more granular and can be applied individually, but are rarely used.

Page 7: IT109 Microsoft Operating Systems Unit 05 lesson 06

Advanced Security Settings Dialog BoxAdvanced Security Settings Dialog Box

Page 8: IT109 Microsoft Operating Systems Unit 05 lesson 06

Allowing and Denying PermissionsAllowing and Denying Permissions

• Additive– Start with no permissions and then

grant Allow permissions (preferred method)

• Subtractive– Start by granting Allow permissions

and then grant Deny permissions

Page 9: IT109 Microsoft Operating Systems Unit 05 lesson 06

Inheriting PermissionsInheriting Permissions

Page 10: IT109 Microsoft Operating Systems Unit 05 lesson 06

Copying and Moving NTFS FIlesCopying and Moving NTFS FIles• Copy file to a folder within NTFS volume,

inherits folder permissions• Copy file to a folder between NTFS

volumes, inherits folder permissions• Move file to a folder between NTFS

volumes, inherits folder permissions• Move file to a folder within NTFS volume,

retain permissions regardless what permissions the folder may have

• Copy or move file from FAT32 to NTFS volume, inherits folder permissions

Page 11: IT109 Microsoft Operating Systems Unit 05 lesson 06

Effective PermissionsEffective Permissions

• The combination of Allow permissions and Deny permissions for each security principal:– Allow permissions are cumulative.– Deny permissions override Allow

permissions.– Explicit permissions take precedence

over inherited permissions.

Page 12: IT109 Microsoft Operating Systems Unit 05 lesson 06

Effective Permissions TabEffective Permissions Tab

Page 13: IT109 Microsoft Operating Systems Unit 05 lesson 06

Managing NTFS PermissionsManaging NTFS Permissions

Security Descriptor

Folder – Secured ObjectFolder – Secured Object

ACLSales – ReadManagers – Full ControlJSmith – Deny Access

Access Token

JsmithGroups: Sales

SID

Page 14: IT109 Microsoft Operating Systems Unit 05 lesson 06

Assigning Standard NTFS PermissionsAssigning Standard NTFS Permissions

Page 15: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – Full NTFS Standard Permissions – Full ControlControl

Folder• Modify the folder

permissions.• Take ownership of the

folder.• Delete subfolders and

files contained in the folder.

• Perform all actions associated with all of the other NTFS folder permissions.

File• Modify the file

permissions.• Take ownership of the

file.• Perform all actions

associated with all of the other NTFS file permissions.

Page 16: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – ModifyNTFS Standard Permissions – Modify

Folder• Delete the folder.• Perform all actions

associated with the Write and the Read & Execute permissions.

File• Modify the file.• Delete the file.• Perform all actions

associated with the Write and the Read & Execute permissions.

Page 17: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – Read & NTFS Standard Permissions – Read & ExecuteExecute

Folder• Navigate through

restricted folders to reach other files and folders.

• Perform all actions associated with the Read and List Folder Contents permissions.

File• Perform all actions

associated with the Read permission.

• Run applications.

Page 18: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – List NTFS Standard Permissions – List FolderFolder

Folder• View the names of the

files and subfolders contained in the folder.

File• Not applicable

Page 19: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – ReadNTFS Standard Permissions – Read

Folder• See the files and

subfolders contained in the folder.

• View the ownership, permissions, and attributes of the folder.

File• Read the contents of

the file.• View the ownership,

permissions, and attributes of the file.

Page 20: IT109 Microsoft Operating Systems Unit 05 lesson 06

NTFS Standard Permissions – WriteNTFS Standard Permissions – Write

Folder• Create new files and

subfolders inside the folder.

• Modify the folder attributes.

• View the ownership and permissions of the folder.

File• Overwrite the file.• Modify the file

attributes.• View the ownership

and permissions of the file.

Page 21: IT109 Microsoft Operating Systems Unit 05 lesson 06

Assigning Special NTFS PermissionsAssigning Special NTFS Permissions

Page 22: IT109 Microsoft Operating Systems Unit 05 lesson 06

Resource OwnershipResource Ownership

• Every file and folder on an NTFS drive has an owner.

• The owner always has the ability to modify the permissions, even if current permissions settings deny them access.

• The owner is the person who created the file or folder.

• Others with the “Take Ownership” permission can become the owner.

Page 23: IT109 Microsoft Operating Systems Unit 05 lesson 06

SHARING FILES AND SHARING FILES AND FOLDERSFOLDERS

Page 24: IT109 Microsoft Operating Systems Unit 05 lesson 06

Folder Sharing in Windows 7Folder Sharing in Windows 7

• Any folder sharing• Public folder sharing• Homegroup sharing

Page 25: IT109 Microsoft Operating Systems Unit 05 lesson 06

Sharing with HomegroupsSharing with Homegroups

• Uses the Home network location to share the contents of libraries among all users

• Automatically configured• Shares libraries in the users profiles• Can add libraries

Page 26: IT109 Microsoft Operating Systems Unit 05 lesson 06

Creating a HomegroupCreating a Homegroup

Page 27: IT109 Microsoft Operating Systems Unit 05 lesson 06

Working with HomegroupsWorking with Homegroups

Page 28: IT109 Microsoft Operating Systems Unit 05 lesson 06

Sharing the Public FolderSharing the Public Folder

• Simplest way to give clients file sharing capability (small business networking)

• Network Discovery and Public Folder Sharing must be turned on

• Copy files to be shared to the Public folder

Page 29: IT109 Microsoft Operating Systems Unit 05 lesson 06

Any Folder SharingAny Folder Sharing• Full control over

what material on the computer is shared

• Which users have access and to what degree they have access

Page 30: IT109 Microsoft Operating Systems Unit 05 lesson 06

Managing Share PermissionsManaging Share Permissions• Share permissions

are independent from other permissions.

• With Password Protected Sharing enabled, users must have user accounts on the computer or in a domain.

Page 31: IT109 Microsoft Operating Systems Unit 05 lesson 06

Combining Share and NTFS Combining Share and NTFS PermissionsPermissions

NTFS Volume

SharedFolder

SharedFolder

File A

File B

Share Permissions

NTFS Permissions

NTFS Permissions

FC

R

FC

Users

Page 32: IT109 Microsoft Operating Systems Unit 05 lesson 06

WORKING WITH PRINTERSWORKING WITH PRINTERS

Page 33: IT109 Microsoft Operating Systems Unit 05 lesson 06

Windows Print ArchitectureWindows Print Architecture

Page 34: IT109 Microsoft Operating Systems Unit 05 lesson 06

Windows Printing FlexibilityWindows Printing Flexibility

• Stand-alone local printing• Printer shared on the network• Print device connected directly to

LAN• Create a printer pool (one print

server with more than one print device)

• Connect multiple printer servers to a single print device

Page 35: IT109 Microsoft Operating Systems Unit 05 lesson 06

Adding a Local PrinterAdding a Local Printer• Most common

configuration for home, small business, or workgroups

• Local users can print their own jobs

• Can share the printer with other network users

Page 36: IT109 Microsoft Operating Systems Unit 05 lesson 06

Add a Local Printer 1Add a Local Printer 1

Page 37: IT109 Microsoft Operating Systems Unit 05 lesson 06

Add a Local Printer 2Add a Local Printer 2

Page 38: IT109 Microsoft Operating Systems Unit 05 lesson 06

Sharing a PrinterSharing a Printer

Page 39: IT109 Microsoft Operating Systems Unit 05 lesson 06

Configuring Printer SecurityConfiguring Printer Security• When password

protected sharing is turned on, users must log on to the computer with a user account that has a password.

• Users must have the appropriate permissions to access the printer.

Page 40: IT109 Microsoft Operating Systems Unit 05 lesson 06

Printer PermissionsPrinter Permissions

Page 41: IT109 Microsoft Operating Systems Unit 05 lesson 06

Managing DocumentsManaging Documents

• Pausing, resuming, restarting, and canceling documents in the print queue

Page 42: IT109 Microsoft Operating Systems Unit 05 lesson 06

Managing PrintersManaging Printers• Printer priority• Scheduling printer

access• Creating a Printer

Pool

Page 43: IT109 Microsoft Operating Systems Unit 05 lesson 06

Skills SummarySkills Summary• Windows 7 has several sets of permissions,

which operate independently of each other, including NTFS permissions, share permissions, registry permissions, and Active Directory permissions.

• NTFS permissions enable you to control access to files and folders by specifying just what tasks individual users can perform on them.

• Share permissions provide rudimentary access control for all of the files on a network share.

Page 44: IT109 Microsoft Operating Systems Unit 05 lesson 06

Skills Summary (cont.)

• The printing architecture in Windows is modular, consisting of the print device, a printer, a print server, and a printer driver.

• A local printer is one that supports a print device directly attached to the computer or attached to the network.

• A network printer connects to a shared printer hosted by another computer.