Just upgraded my ipad to iOS7 overnight. It looks awful. Like a child’s toy. Apple may have been a triumph of style over substance in the past but they’ve lost any claim to style with this one.
Archive for September, 2013
Comparing a Windows 8.1 build with a Windows 8 machine I think these modules remain the same between Windows 8/PowerShell 3 and Windows 8.1/PowerShell 4 BitLocker BitsTransfer BranchCache CimCmdlets DirectAccessClientComponents DnsClient iSCSI ISE Kds Microsoft.PowerShell.Diagnostics Microsoft.PowerShell.Host Microsoft.PowerShell.Security Microsoft.WSMan.Management MMAgent MsDtc NetConnection NetSwitchTeam NetTCPIP NetworkConnectivityStatus NetworkTransition PKI PSDiagnostics PSWorkflowUtility ScheduledTasks TroubleshootingPack Wdac WindowsDeveloperLicense WindowsErrorReporting While these […]
I saw this today “the desktop is going to disappear, just like the command line before it” in http://windowsitpro.com/windows-8/windows-desktop-death Has the guy never heard of PowerShell?
Public registration for next years PowerShell Summit is now open. http://powershell.org/wp/2013/09/15/powershell-summit-n-a-2014-public-registration-now-open-with-discounts/ The 2013 summit was the PowerShell event of the year. Next years promises to be at east that good.
There’s an announcement from the team producing PowerShell help that most of the help for PowerShell 4.0/Windows 8.1/Windows 2012 R2 is complete. You can see the latest versions of the help files at http://technet.microsoft.com/en-us/library/dn249523.aspx The version numbers may not be fully up to date but they will be corrected The link is worth bookmarking […]
I was thinking about the Christmas song – 12 days of Christmas and wondering just how many presents were delivered. Don’t ask why! So I decided to work it out. $days = 12 $presents = 1..$days $total = 0 0..($days-1) | foreach { $total += $presents[$_] * $presents[(-1 * $presents[$_] )] } $total You […]
Following the nightmare of my last post – don’t what I was doing last night – it seems that Windows 2012 R2 will activate as soon as an internet connection is established. If you attempt to manually activate (not noticing that its happened already) it will ask for a product. Still doesn’t appear to accept […]
The other day I downloaded Windows Server 2012 R2. Goodie I thought I’ll download that. Download worked. Installed 2012 R2 in to a VM and started to configure it tonight. Went to activate Windows and it asked for a product key. No biggie as I grabbed that during the download. Entered the key and it […]
Windows 2012 R2 PowerShell Execution policy
Posted by: richardsiddaway | September 10, 2013 | No Comment |In Windows 2012 R2 RTM – just installed first VM this evening – the PowerShell execution policy is set to RemoteSigned. One less thing to change when I create new VMs.
Loading the SQLPS module gives you quick access to the sql cmdlets, sql provider and the SMO assemblies. It also, infuriatingly, moves your location into the sql provider. I (really) * (lots ) hate things that assume what I want to do. You can use PowerShell to reverse this annoying, and arrogant action: Push-Location Import-Module […]
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