De Aller-Bedste Bøger - over 12 mio. danske og engelske bøger
Levering: 1 - 2 hverdage

Bøger af Smart Brain Training Solutions

Filter
Filter
Sorter efterSorter Populære
  • - Your Quick Start Guide for Windows PowerShell.
    af Smart Brain Training Solutions
    153,95 kr.

    Need a precise, focused training guide for Windows PowerShell?Get this 130-page Fast Start guide to quickly learn Windows PowerShell fundamentals. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with Windows PowerShell. Covers all versions of Windows PowerShell, including PowerShell 3.0, 4.0 and 5.0. Use this guide with all current releases of Windows and Windows Server, including Windows 7, Windows 8.1, Windows 10, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, and Windows Server 2016.Table of Contents1. Getting Started with Windows PowerShell7Working with the Windows PowerShell Console9The Standard Console10The Elevated, Administrator Console11The PowerShell Console12Working with the Windows PowerShell ISE14Managing Windows PowerShell Console Properties17Using the Command History202. Managing Cmdlets and Scripts23Working with Cmdlets23Understanding Cmdlet Names23Getting Information About Cmdlets28Understanding Cmdlet Parameters30Using External Commands34Understanding Scripts & Script Execution36Specifying Authentication Credentials393. Using the Help Documentation41Accessing Help Files41Creating a Central Help Folder424. Initializing the Scripting Environment47Passing Startup Parameters47Invoking Windows PowerShell50Using -Command to Run Commands51Using -File to Run Scripts53Using Nested Consoles545. Navigating Input, Parsing, and Output Options57Using Basic Line Editing Techniques57How Parsing Works61Parsing Assigned Values63Parsing Exceptions65Output from Parsing676. Managing Output69Using Formatting Cmdlets69Specifying Output Format69Using Pipelines With Formatters72Specifying Properties to Display73Grouping and Sorting76Writing to Output Streams79Explicitly Writing Output80Using Other Output Streams82Rendering and Finalizing the Output85More on Redirecting Input, Output, and Error887. Working with Profiles91Creating Profiles93Understanding Execution Order95Understanding the Command Path97Managing the Command Path97Managing File Extensions and File Associations998. Executing Commands Remotely103Remoting Fundamentals104Configuring Remoting105Connecting Between Domains and in Workgroups106Creating HTTPS and Other Listeners1099. Executing Remote Commands112Understanding Remote Execution112Standard Commands for Remoting114Invoking Remote Commands11810. Managing PowerShell Sessions123Invoking Sessions123Navigating Remote Connection Issues129Disconnecting Sessions131Reconnecting Sessions133Click Look Inside and discover this hands-on computer handbook.Scroll to the top of the page and select the Buy Now button. Want something you can hold in your hands? Look also for the print edition!

  • - A Quick Start Guide to Windows 10
    af Smart Brain Training Solutions
    153,95 kr.

    Revised and updated, 120-page quick start guide for Windows 10! Smart Brain books are written by William Stanek, who has written numerous bestselling Windows books for Microsoft, O'Reilly and other publishers. Get this Fast Start guide to learn Windows 10 quickly. Windows 10 is more customizable than any earlier release of the Microsoft Windows operating system. Powerful new features and options combined with traditional favorites allow you to work in new ways. You can perform tasks more efficiently, and you can optimize and customize the operating system in many ways. Teaching you how to make Windows 10 work the way you want it to is what this book is all about. If you were moving in to a house, apartment, or dorm room, you would want to make the space your own. We do the same with just about everything in our lives, yet surprisingly few people take the time to make their virtual space their own, which can make using a computer a frustrating experience. One of the ways to make Windows 10 your own is to customize the interface. In any operating system, the interface is everything that connects you to your computer and its basic elements, including the desktop, the menu system, and the taskbar. The way these essential elements look depends on appearance settings. The way they behave depends on customization settings associated with your user account. Click Look Inside and discover this hands-on computer handbook. Scroll to the top of the page and select the Buy Now button. Want something for your laptop, tablet, desktop or smart phone? Look also for the ebook edition! Books by Smart Brain Training Solutions are written by leading technology expert William Stanek. William has won many awards for outstanding contributions in writing, excellence in writing, and more. An avid outdoorsman William enjoys hiking, spelunking and trekking in search of adventure.

  • - A Quick Start Guide for IIS
    af Smart Brain Training Solutions
    153,95 kr.

    Get this Fast Start guide to quickly learn IIS fundamentals. Internet Information Services (IIS) provides the core services for hosting Web servers. Current releases of IIS do not use a metabase to store configuration information. Instead of a metabase, current releases of IIS use a distributed configuration system with global and application-specific configuration files that are based on a customizable set of Extensible Markup Language (XML) schema files. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with IIS. Covers IIS for Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2.

  • - Your Quick Start Guide for XML & XSL
    af Smart Brain Training Solutions
    153,95 kr.

    Need a precise, focused training guide for XML & XSL?Get this 130-page Fast Start guide to quickly learn XML & XSL fundamentals. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with XML & XSL.Covers all versions of XML & XSL.What is XML? XML, or eXtensible Markup Language, is a metalanguage. That is, it's a language that can be used to describe other languages and a specification for storing information. Although XML and HTML may seem to have a lot in common, in reality the difference between them is like the difference between night and day. HTML is used to format information, but it isn't very useful when it comes to describing information. For example, you can use HTML to format a table, but you can't use HTML to describe the data elements within the table. The reason for this is that you can't really depict something as abstract as a distributor or a customer with HTML, which is where XML comes into the picture. XML can be, and is, used to define the structure of data rather than its format. This Fast Start guide begins by showing you the basics of the XML language and then builds on that knowledge to show you how to create, style and transform documents.1. XML Basics72. Using XML11Extensions to XML12XLink and XPointer12XSL13XML Namespaces14XML Schema14XPath14Creating XML-Based Solutions15Authoring Tools15Application Development Environments15Database and Data Integration Solutions16XML Document Structure16XML Naming Rules173. Working with Root, Parent, and Child Elements19Understanding Root Elements19Understanding Parent and Child Elements20Nesting Parent and Child Elements20Adding Root Elements to Documents214. Defining XML Elements and Tags23Using Elements Tag Pairs23Using Empty Elements255. Using XML Attributes29Defining Attributes29When To Use Attributes31Adding Attributes to Elements326. Additional Structures in Elements35Using Predefined Entity References35Using Character Data Sections37Using Comments38Using Processing Instructions407. Specifying XML Declarations43Using the Version Attribute43Using the Encoding Attribute44Using the Standalone Attribute458. Creating Well-Formed Documents479. Understanding DTDs49Using Elements in DTDs52Using Attributes in DTDs5310. Introducing XSL5711. Matching Structures to Template Rules63Understanding the Element and Root Nodes Template65Understanding the Modes Template66Understanding the Text and Attribute Nodes Template67Understanding Other Built-In Templates6712. Structuring XSLT Stylesheets6913. Defining the Output Format73Setting Attributes for the output Element73Formatting Output as XML or XML-Based Markup75Formatting Output as HTML81Formatting Output as Text or Program Source Code87Setting the Output Format8914. Defining Template Rules and Declarations92Creating the Root Template92Creating and Applying Template Rules93Outputting the Contents of Nodes9715. XPath Operators & Expressions9916. Understanding XPath Operators and Datatypes10717. Using Relative XPath Expressions111Referencing the Current Context Node111Referencing a Parent Node112Referencing Siblings Relative to the Current Context113Referencing Child Nodes11418. Using Absolute XPath Expressions11919. Locating Other Nodes121Working with Attribute Nodes121Working with Text Nodes124Working with Comment Nodes125Working with Processing Instruction Nodes12620. Using Namespaces with Element and Attribute Nodes12921. Using Wildcards and Predicates in XPath Expressions131Selecting Any Node131Skipping Levels in the Hierarchy133Filtering To Match Nodes with Specific Values 13522. More Options...137

  • af Smart Brain Training Solutions
    343,95 kr.

    Windows PowerShell 3.0 and Windows PowerShell 4.0 are enhanced and extended editions of the original implementations of PowerShell. The changes are dramatic, and they improve both the performance capabilities of PowerShell and its versatility. You can do things with PowerShell 3.0 and PowerShell 4.0 that you simply could not do with earlier versions, and you can perform standard tasks in much more efficient ways than before.Step Up & Into Windows PowerShell 4.0 is written for anyone who is already familiar with Windows PowerShell and wants to learn the new and changed features of Windows PowerShell 3.0 and Windows PowerShell 4.0. Not only does this book zero in on what's new and changed, it provides the necessary context for you to understand how the new features and changes affect the way you use Windows PowerShell.

  • - A Quick Start Guide for Active Directory
    af Smart Brain Training Solutions
    153,95 kr.

    Get this Fast Start guide to quickly learn Active Directory fundamentals. Active Directory is the extensible directory service included in Windows Server that enables centralized management of network resources, allowing you to easily add, remove, or relocate accounts for users, groups, and computers as well as other types of resources. Nearly every task you perform in a Windows Server environment affects Active Directory in some way. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with Active Directory. Covers Active Directory for Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2.

  • - A Quick Start Guide for Group Policy
    af Smart Brain Training Solutions
    153,95 kr.

    Anyone working with Windows computers can use Group Policy to simplify the application of common and repetitive tasks as well as unique tasks that are difficult to implement manually but can be easily automated. Group Policy includes both managed settings, referred to as policy settings, and unmanaged settings, referred to as policy preferences. Group Policy is in fact a collection of preferences and settings that can be applied to user and computer configurations.Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with Group Policy. Covers Group Policy for Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, and Windows Server 2012 R2.

  • - A Quick Start Guide for Windows 10
    af Smart Brain Training Solutions
    118,95 kr.

    Your 100-page quick start guide for Windows 10! Smart Brain books are written by William Stanek, who has written numerous bestselling Windows books for Microsoft, O'Reilly and other publishers. Get this Fast Start guide to learn Windows 10 quickly. Windows 10 is more customizable than any earlier release of the Microsoft Windows operating system. Powerful new features and options combined with traditional favorites allow you to work in new ways. You can perform tasks more efficiently, and you can optimize and customize the operating system in many ways. Teaching you how to make Windows 10 work the way you want it to is what this book is all about. If you were moving in to a house, apartment, or dorm room, you would want to make the space your own. We do the same with just about everything in our lives, yet surprisingly few people take the time to make their virtual space their own, which can make using a computer a frustrating experience. One of the ways to make Windows 10 your own is to customize the interface. In any operating system, the interface is everything that connects you to your computer and its basic elements, including the desktop, the menu system, and the taskbar. The way these essential elements look depends on appearance settings. The way they behave depends on customization settings associated with your user account. Table of Contents1. Kicking the Tires7Using Touchscreens7 Getting Signed In8 Entering and Exiting Tablet Mode10 2. Navigating the Accounts Maze13 Local and Domain Accounts13 Accessing Business Networks14 3. Making the Most of Your Desktop Space17 Cortana & Search19 Task View & Changing Desktops22 4. Meet the New Start Menu25 New Tricks for an Old Dog26 More, More, More27 5. Conquering the Kangaroos29 Optimizing Interface Performance29 Mastering Desktop Essentials32 Stretching the Desktop37 Ready to Ditch Snap?41 6. Making the Start Menu Your B*tch43 Pinning Apps and Using Full-Screen Mode45 Creating Sections47 Resizing and Reorganizing Tiles48 Customizing the Most Used and Recently Added Lists49 7. Making the Taskbar Dance51 Putting the Taskbar Where You Want It51 Customizing Taskbar Appearance53 Pinning Programs to the Taskbar55 Using Flip Views and Jump Lists56 8. Customizing Backgrounds59 Using Pictures for Backgrounds61 Using Solid Colors for Backgrounds62 Using Slideshow Backgrounds62 9. Customizing Lock Screens65 Using Pictures on the Lock Screen67 Using Slideshows on the Lock Screen67 Configuring Notifications on the Lock Screen69 10. Customizing User Accounts71 Changing Account Pictures71 Changing Account Types72 Changing and Recovering Your Password73 11. Exploring Your Computer in New Ways75 Getting There75 Getting It Done77 Managing Access History80 12. Zeroing in on Apps83 Getting Your Apps83 Connecting Your Account to the Store84 Finding and Installing Your Apps87 Managing Currently Running Apps, Programs and Processes89 Click Look Inside and discover this hands-on computer handbook. Scroll to the top of the page and select the Buy Now button. Want something for your laptop, tablet, desktop or smart phone? Look also for the ebook edition!

  • - A Quick Start Guide for XML
    af Smart Brain Training Solutions
    153,95 kr.

    What is XML? XML, or eXtensible Markup Language, is a metalanguage. That is, it's a language that can be used to describe other languages and a specification for storing information. Although XML and HTML may seem to have a lot in common, in reality the difference between them is like the difference between night and day. HTML is used to format information, but it isn't very useful when it comes to describing information. For example, you can use HTML to format a table, but you can't use HTML to describe the data elements within the table. The reason for this is that you can't really depict something as abstract as a distributor or a customer with HTML, which is where XML comes into the picture. XML can be, and is, used to define the structure of data rather than its format. This 50-page Fast Start guide begins by showing you the basics of the XML language and then builds on that knowledge to show you how to create an XML document.

  • - A Quick Start Guide for Exchange Online, Office 365 and Windows Azure
    af Smart Brain Training Solutions
    118,95 kr.

    What is Exchange Online? Exchange Online is available as part of an Office 365 plan and as a standalone service. Microsoft offers a variety of Office 365 plans that include access to Office Web Apps, the full desktop versions of Office, or both as well as access to Exchange Online. If you don't want to use Office 365, Microsoft also offers plans specifically for Exchange Online. In Exchange Online, email addresses, distribution groups, and other directory resources are stored in the directory database provided by Active Directory for Windows Azure. Windows Azure is Microsoft's cloud-based server operating system. Exchange Online fully supports the Windows security model and by default relies on this security mechanism to control access to directory resources. As you get started with Exchange Online, it's important to keep in mind that available features and options can change over time. Microsoft releases cumulative updates for Exchange on a fixed schedule and applies these cumulative updates to their hosted Exchange servers. This Fast Start guide begins by showing you the basics of Exchange Online, Office 365 and Windows Azure and then builds on that knowledge to show you how to work with these services using both the graphical tools and Windows PowerShell.

  • - A Quick Start Guide for Windows PowerShell
    af Smart Brain Training Solutions
    153,95 kr.

    Get this Fast Start guide to quickly learn Windows PowerShell fundamentals. Windows PowerShell 3.0 and Windows PowerShell 4.0 are enhanced and extended editions of the original implementations of PowerShell. The changes are dramatic, and they improve both the performance capabilities of PowerShell and its versatility. You can do things with PowerShell 3.0 and PowerShell 4.0 that you simply could not do with earlier versions, and you can perform standard tasks in much more efficient ways than before. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with Windows PowerShell. Covers Windows PowerShell 3.0 and Windows PowerShell 4.0.

  • - A Quick Start Guide for Windows 7
    af Smart Brain Training Solutions
    153,95 kr.

    Get this Fast Start guide to learn Windows 7 quickly. Windows 7 is more customizable than any earlier release of the Microsoft Windows operating system. Powerful features and options combined with traditional favorites allow you to work in new ways. You can perform tasks more efficiently, and you can optimize and customize the operating system in many ways.Teaching you how to make Windows 7 work the way you want it to is what this book is all about. If you were moving in to a house, apartment, or dorm room, you would want to make the space your own. We do the same with just about everything in our lives, yet surprisingly few people take the time to make their virtual space their own, which can make using a computer a frustrating experience.One of the ways to make Windows 7 your own is to customize the interface. In any operating system, the interface is everything that connects you to your computer and its basic elements, including the desktop, the menu system, and the taskbar. The way these essential elements look depends on appearance settings. The way they behave depends on customization settings associated with your user account.

  • - A Quick Start Guide to Windows PowerShell
    af Smart Brain Training Solutions
    148,95 kr.

    Need a precise, focused training guide for Windows PowerShell? Revised and updated, 140-page quick start guide for Windows PowerShell! Smart Brain books are written by William Stanek, who has written numerous bestselling Windows books for Microsoft, O'Reilly and other publishers. Using PowerShell, you can perform tasks more efficiently, and you can optimize and customize the operating system in many ways.Get this 130-page Fast Start guide to quickly learn Windows PowerShell fundamentals. Regardless of whether you are an IT manager, developer, administrator or an advanced user, this Fast Start guide will help you learn the essential concepts needed to successfully work with Windows PowerShell. Covers all versions of Windows PowerShell. Use this guide with all current releases of Windows and Windows Server.

  • - A Quick Start Guide to Windows 10
    af Smart Brain Training Solutions
    148,95 kr.

    Revised and updated, 120-page quick start guide for Windows 10! Smart Brain books are written by William Stanek, who has written numerous bestselling Windows books for Microsoft, O'Reilly and other publishers.Get this Fast Start guide to learn Windows 10 quickly. Windows 10 is more customizable than any earlier release of the Microsoft Windows operating system. Powerful features and options combined with traditional favorites allow you to work in new ways. You can perform tasks more efficiently, and you can optimize and customize the operating system in many ways.Teaching you how to make Windows 10 work the way you want it to is what this book is all about. If you were moving in to a house, apartment, or dorm room, you would want to make the space your own. We do the same with just about everything in our lives, yet surprisingly few people take the time to make their virtual space their own, which can make using a computer a frustrating experience.One of the ways to make Windows 10 your own is to customize the interface. In any operating system, the interface is everything that connects you to your computer and its basic elements, including the desktop, the menu system, and the taskbar. The way these essential elements look depends on appearance settings. The way they behave depends on customization settings associated with your user account.