Monthly Archives: June 2009

TechNet Experternas Arena

Från och med nu finns det även en frågespalt om PowerShell på Svenska TechNets Experternas Arena, http://technet.microsoft.com/sv-se/bb966995.aspx Där kommer jag att svara på frågor om PowerShell! Ta även en titt på Riverpoints hemsida, där kommer det att komma artiklar om … Continue reading

Posted in News | Tagged , , | Leave a comment

When does my Opsmgr 2007 R2 eval ends?

I saw this little but nice PowerShell script and just want to show it. It’s a simple way to see how many days left it is on the eval Opsmgr 2007 R2 ends. $InstallDate = get-managementserver | where {$_.IsRootManagementServer -eq … Continue reading

Posted in PowerShell Blogs | Tagged , | Leave a comment

Have moved to another employer

Since June 12 I have been working for a new comany as Senior IT-Consultant. The comany are called RiverPoint AB and is located in Bromma, Stockholm, Sweden. For more information please read the pressrelease, http://www.riverpoint.se/filer/090612fw.pdf. The english version are located at page … Continue reading

Posted in News | Tagged , | Leave a comment

Use Active Directory PowerShell to manage win 2003-2008 DCs

Microsoft have been working on a solution for us to be able to use the AD PowerShell cmdlets to manage 2003 DCs too. http://blogs.msdn.com/adpowershell/archive/2009/06/23/use-active-directory-powershell-to-manage-windows-2003-2008-dcs.aspx Very nice!

Posted in PowerShell Blogs | Tagged , | Leave a comment

Information hunting (AD + PowerShell)

If you like to know more about the AD that your computer belongs to you just need to write two PowerShell lines. $dom = [System.DirectoryServices.ActiveDirectory.Domain]::getcurrentdomain() $dom And then you will get some fast information about the AD like: Forest DomainControllers … Continue reading

Posted in PowerShell Blogs | Tagged , | Leave a comment