Category Archives: Uncategorized

Converting group scope–to Universal

We’ve seen how to create the different group type – but we may create a group as a global group and need to change it to a another. This isn’t a free range change process: Universal and Domain Local can … Continue reading

Posted in Uncategorized | Leave a comment

Remove password never expires setting

The final look at the password never expires setting is to see how we can remove it $ou = “OU=England,DC=Manticore,DC=org” “`nMicrosoft” $name = “UserA” Get-ADUser -Identity $name | Set-ADUser -PasswordNeverExpires:$false “`nAD provider” $name = “UserB” $dn = “cn=$name,$ou” $flag = … Continue reading

Posted in Uncategorized | Leave a comment

2011 in review

The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here’s an excerpt: The Louvre Museum has 8.5 million visitors per year. This blog was viewed about 100,000 times in 2011. If it were an exhibit at … Continue reading

Posted in Uncategorized | Leave a comment

Half Price PowerShell books

Check www.manning .com for a half price deal on PoweShell books: PowerShell in Practice PowerShell and WMI PowerShell in Action Learn PowerShell in a month of lunches Hurry. Today only!

Posted in Uncategorized | Tagged | Leave a comment

Thunderbirds

Do you remember the brilliant shows produced by Gerry Anderson: Thunderbirds Stingray Captain Scarlet Fireball XL5 Supercar   And even the not so brilliant Joe 90. The Post Office (UK) is producing a set of stamps to commemorate the shows.  … Continue reading

Posted in Uncategorized | Leave a comment

COM pt 7–Items pt 2

In part 6 we looked at the drives collection on the FileSystemObject. The Items property was mentioned. Lets jump back to our Shell object $shell = New-Object -ComObject “Shell.Application”   if we do a Get-Member $shell | gm You will … Continue reading

Posted in Uncategorized | Leave a comment

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Posted in Uncategorized | 1 Comment

Suspended

I won’t be posting here for a while – until the current issues are sorted out.   Please see http://msmvps.com/blogs/RichardSiddaway/Default.aspx for all your PowerShell posts.

Posted in Uncategorized | Leave a comment

Binging PowerShell

I posted recently about PowerShell help information being available in the Visual Search galleries on Bing – http://msmvps.com/blogs/richardsiddaway/archive/2010/04/19/powershell-on-bing.aspx The URLs are available to find this directly.  For the time being its only available on the US version of Bing but … Continue reading

Posted in Uncategorized | Leave a comment

Windows 2008 R2 RTM

It hasn’t had the same level of fanfares but Windows Server 2008 R2 RTM is available for download from TechNetMSDN.  I’ll be converting my test domain over the next few days and reporting on all the PowerShell goodies we get … Continue reading

Posted in Uncategorized | Leave a comment