Dalle on Twitter
Posts by
-
-
Recent Posts
Recent Comments
- Brian_Butler on PKI cleanup in AD with PS
- Poweradmse on PowerShell + Working with applications–custom view
- Fredrik Wall on PowerShell + Working with applications–custom view
- Andreas Brantholm on PowerShell + working with applications–Find Identifying Number
- Poweradmse on PowerShell + working with applications–Find Identifying Number
Archives
- September 2012
- August 2012
- June 2012
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- June 2008
- April 2007
- June 2006
Categories
Deployment
PowerShell
Security
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
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
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
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!
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