You may have noticed that I mention WMI from time to time Up to now WMI has been a Windows technology. Powerful but limited to Windows. WMI has taken a giant step into the big bad world with the creation of OMI – Open Management Infrastructure thats WMI for non-Windows systems Details are here […]
Archive for June, 2012
Want some free ebooks? Check out http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies-en-us.aspx#Configure%20Kerberos%20Authentication%20for%20SharePoint%202010%20Products
Many scripting languages require you explicitly write out to screen – VBScript was an example. This leads to PowerShell that looks like this Get-Service | foreach { Write-Host $_.Name, $_.Status } This is bad on so many levels. Firstly you are doing too much work. Secondly you are emitting text not objects. Thirdly you […]
Many forum questions revolve around that question. In some cases the answer is that its not possible. It might not be possible because PowerShell itself can’t do something BUT it is much more likely that there just isn’t away to do that particular action programmatically (through a script). Its always a good idea to work […]
Reminder–UK PowerShell Group–July 2012 meeting
Posted by: richardsiddaway | June 24, 2012 | No Comment |When: Wednesday, Jul 4, 2012 8:30 PM (BST)Where: Virtual *~*~*~*~*~*~*~*~*~* Jonathan Medd will be talking about using PowerShell to administer a XenDesktop environment Notes Richard Siddaway has invited you to attend an online meeting using Live Meeting.Join the meeting.Audio InformationComputer AudioTo use computer audio, you need speakers and microphone, or a headset. First Time Users:To […]
A question brought it home to me that WMI property names don’t always mean what you might think they mean – this is also true of other objects but I tripped over this one with WMI so we’ll stick with that. PS> Get-CimInstance -ClassName Win32_Desktop -Filter "Name LIKE ‘%Richard’" | >> Format-List ScreenSaver* >> ScreenSaverActive […]
A question on the forum asked about creating a function that accepts pipeline input OR has a path parameter. Means it can be used like this myfunction -Path C:\scripts\Test\proc.csv or (Get-Content C:\scripts\Test\files.txt) | myfunction First create a csv file Get-Process | Export-Csv proc.csv –NoTypeInformation and test its contents Import-Csv proc.csv The full path to the […]
When: Wednesday, Jul 4, 2012 8:30 PM (BST)Where: Virtual *~*~*~*~*~*~*~*~*~* Jonathan Medd will be talking about using PowerShell to administer a XenDesktop environment Notes Richard Siddaway has invited you to attend an online meeting using Live Meeting.Join the meeting.Audio InformationComputer AudioTo use computer audio, you need speakers and microphone, or a headset. First Time Users:To […]
I went to Bletchley Park today – http://www.bletchleypark.org.uk/ One of the exhibits there is the Colossus machine – regarded as the World’s first computer. Imagine a machine that has 2 rows of electronics each 5 racks wide by 1 rack high. All of this delivers the computing power of a pentium 2 chip and consumes […]
I’ve been on two international trips this year – one to San Diego & one to Vienna flying out of London Heathrow and London Gatwick respectively. Both San Diego and Vienna supply free wireless connectivity that works. Heathrow and Gatwick don’t – isn’t it about time they entered at least the 20th century
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