Learn Windows PowerShell in a Month of Lunches, Third Edition | 3:e upplagan
- Danskt band, Engelska, 2016
- Författare: Jeffrey Hicks, Donald Jones
- Betyg:
Välj skick:
Bästa pris
318
kr
Skickas inom 0-2 vardagar
292
kr
Skickas från säljare inom 0-2 vardagar
Karmal
, Stockholm
Verifierad säljare
Skickar snabbt
Toppsäljare
Du sparar 26 kr
(8%)
mot nypris
Butikslager
Onlinelager
1 st i lager
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
DESCRIPTION
PowerShell provides a single, unified administrative command line
from which to control and automate virtually every aspect of a
Windows system. It accepts and executes commands immediately, and
scripts can be written to manage most Windows servers like Exchange,
IIS, and SharePoint. This updated book covers PowerShell features
that run on Windows 7, Windows Server 2008 R2, and later. This
edition is appropriate for PowerShell version 3 and later. There is
coverage for new PowerShell version 5 features like PowerShellGet,
however PowerShell fundamentals are unchanged.
Learn Windows PowerShell in a Month of Lunches, Third Edition is an
innovative tutorial designed for busy IT professionals. With just one
hour a day for a month, readers will be automating Windows tasks
faster than they ever thought possible. They start with the basics (What
is PowerShell and what can be done with it). Then, it moves
systematically through the techniques and features that facilitate
efficient and effective results.
KEY FEATURES
• A great start with a great tutorial
• Concise and easy-to-follow
• Based on years of successful training techniques
• Hands-on exercises and labs
AUDIENCE
Experience with Windows administration is helpful. No programming
or scripting experience is assumed.
ABOUT THE TECHNOLOGY
PowerShell is an automation engine for Windows systems. It is being built
into all major Microsoft products and many third party products. PowerShell
allows for the automations of day to day administration tasks and is a must
learn technology for administrators.
PowerShell provides a single, unified administrative command line
from which to control and automate virtually every aspect of a
Windows system. It accepts and executes commands immediately, and
scripts can be written to manage most Windows servers like Exchange,
IIS, and SharePoint. This updated book covers PowerShell features
that run on Windows 7, Windows Server 2008 R2, and later. This
edition is appropriate for PowerShell version 3 and later. There is
coverage for new PowerShell version 5 features like PowerShellGet,
however PowerShell fundamentals are unchanged.
Learn Windows PowerShell in a Month of Lunches, Third Edition is an
innovative tutorial designed for busy IT professionals. With just one
hour a day for a month, readers will be automating Windows tasks
faster than they ever thought possible. They start with the basics (What
is PowerShell and what can be done with it). Then, it moves
systematically through the techniques and features that facilitate
efficient and effective results.
KEY FEATURES
• A great start with a great tutorial
• Concise and easy-to-follow
• Based on years of successful training techniques
• Hands-on exercises and labs
AUDIENCE
Experience with Windows administration is helpful. No programming
or scripting experience is assumed.
ABOUT THE TECHNOLOGY
PowerShell is an automation engine for Windows systems. It is being built
into all major Microsoft products and many third party products. PowerShell
allows for the automations of day to day administration tasks and is a must
learn technology for administrators.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781617294167
Upplaga:
3
Utgiven:
2016-12-30
Förlag:
Pearson Education
Sidantal:
384
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>