Mike Pfeiffer kicked off the afternoon talking about DSC in the AWS cloud. Using DSC to bootstrap new machines and configuration scripts to complete configuration. This works in push mode but pull servers being experimented with. Second session was Jim Truher, a founder member of the PowerShell team, talking about Testing Frameworks. Testing frameworks […]
Archive for September, 2014
PowerShell Summit Europe – Tuesday afternoon
Posted by: richardsiddaway | September 30, 2014 Comments Off on PowerShell Summit Europe – Tuesday afternoon |PowerShell Summit Europe 2015
Posted by: richardsiddaway | September 30, 2014 Comments Off on PowerShell Summit Europe 2015 |No not a typo. We, at PowerShell.org, will be repeating the European Summit next year. Location hasn’t been finalised but will be Northern Europe. The Summit will occur at about the same time of year. Look to PowerShell.org later in the year for more information. We are hoping to be able to put on a […]
PowerShell Summit Europe – Tuesday morning
Posted by: richardsiddaway | September 30, 2014 Comments Off on PowerShell Summit Europe – Tuesday morning |After a very successful DSC hackathon on Monday evening we reconvened on Tuesday morning with Steve Murawski delivering his second session on DSC. A brief discussion on devops lead into looking at DSC configurations: Configuration names can’t be hyphenated Circular dependencies are detected Partial named configurations allow multiple configurations working against same machine The morning’s […]
PowerShell Summit Europe 2014–Monday afternoon
Posted by: richardsiddaway | September 29, 2014 Comments Off on PowerShell Summit Europe 2014–Monday afternoon |Mike Pfeiffer started the Monday afternoon session with a demonstration of using PowerShell to manage Amazon Web Services. Dan Harman, from the PowerShell team, followed with PowerShell Repositories Unleashed. Oneget is a software package manager Oneget has PowerShell cmdlets; a C# API and a WMI provider may follow. Originally released against a Chocolately […]
PowerShell Summit Europe 2014–Monday morrning
Posted by: richardsiddaway | September 29, 2014 Comments Off on PowerShell Summit Europe 2014–Monday morrning |The Summit started with a walk through the Monad Manifesto by Jeffrey Snover. This covered the history of PowerShell, where it came from, why it came about and the features introduced with the subsequent versions. A few highlights: DSC is a huge area and will expand ISE will be able to edit files on […]
And the Summit begins
Posted by: richardsiddaway | September 28, 2014 Comments Off on And the Summit begins |The PowerShell Summit Europe 2014 began unofficially this eveing with an informal gathering for drinks and converstation – no prizes for guessing the main topic of conversation!! One of the greatest things about these Summits is the ability to talk to other people about what they are doing with PowerShell and to discover new […]
PowerShell Summit Europe 2014 – final agenda
Posted by: richardsiddaway | September 23, 2014 Comments Off on PowerShell Summit Europe 2014 – final agenda |The final agenda for the PowerShell Summit is available at http://eventmgr.azurewebsites.net/event/home/PSEU14 Circumstances beyond the control of PowerShell.org have meant we’ve had to make a few changes to the agenda from that previously published
WMI and CIM dates
Posted by: richardsiddaway | September 22, 2014 Comments Off on WMI and CIM dates |A question on the forum asked about extracting the year from the ReleaseDate property returned by Win32_BIOS They were trying to do this Get-CimInstance Win32_BIOS | Select-Object @{n="ReleaseDate";e={$_.ConvertToDateTime($_.ReleaseDate).year()}} There are 2 problems with this approach – firstly the objects that Get-CimInstance produces don’t have the ConvertToDateTime method (its added by PowerShell to the […]
Creating a DHCP reservation
Posted by: richardsiddaway | September 20, 2014 Comments Off on Creating a DHCP reservation |For my demo at the PowerShell Summit I wanted to use DHCP for the Linux machine but guarantee that it had a specific IP address. Time to create a DHCP reservation The DHCP module in Windows Server 2012 and 2012 R2 enables you to create a reservation: Add-DhcpServerv4Reservation -ScopeId 10.10.54.0 -IPAddress 10.10.54.2 -ClientId 00155D36C906 […]
Getting the most from your PowerShell Summit
Posted by: richardsiddaway | September 17, 2014 Comments Off on Getting the most from your PowerShell Summit |With the first European PowerShell Summit rapidly approaching – 11 days and counting – I thought I’d give you a few ideas on how to get the maximum out of the Summit. First – ask questions – lots of questions. The speakers are masters of their topics and if you need to drill deeper to […]
Categories
- .NET
- Active Directory
- Architecture
- Azure
- Bash
- BITS
- Books
- CDXML
- CIM
- Cloud
- COM
- Containers
- Deep Dive
- Desired State Configuration
- DevOps
- DHCP
- DNS
- DSC
- European Summit
- Events
- Exchange
- File System
- Firewall
- General
- General IT Matters
- Hyper-V
- IIS
- Infrastructure
- IT Community
- IT Security
- Learning PowerShell
- Linux
- Math
- Microsoft
- Modules
- Nano Server
- Networking
- Office 2010
- Office 2013
- Open Source
- Opinion
- Outlook
- Philosophy
- PowerShell
- PowerShell 7
- PowerShell and .NET
- PowerShell and Active Directory
- PowerShell and CIM
- PowerShell and Exchange 2007
- PowerShell and IIS
- PowerShell and SQL Server
- PowerShell and WMI
- PowerShell Basics
- PowerShell original
- PowerShell Summit
- PowerShell User Group
- PowerShell User Group 2
- PowerShell v2
- PowerShell V3
- PowerShell v4
- PowerShell v5
- PowerShell v6
- PowerShell.org
- PowerShellGet
- PowerShellV2
- PSAM
- Rant
- Registry
- Scripting
- Scripting Games
- Scripting Games 2104
- Security
- SQL Server
- Storage
- Strings
- Summit
- Technology
- Uncategorized
- Virtualization
- Windows 10
- Windows 2012 R2
- Windows 7
- Windows 8
- Windows 8 Server
- Windows 8.1
- Windows Server
- Windows server 1709
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016
- Windows Server 2019
- WMFv5
- WPF
- WSUS