Tag Archives: PowerShell

Get-SNames

This is the updated version of my old LName function. I changed the name to Get-SNames instead of Get-LNames because ofthat I know that the correct name is not Last Name and It should be Surname instead. I use It … Continue reading

Posted in Functions, PowerShell | Tagged , , | 2 Comments

Get-FNames

Back in 2009 I wrote a Function that took peoples first names from a source in Sweden.It was top 1000 names here in Sweden. I use It in my create AD lab script and in a couple of other scripts … Continue reading

Posted in Functions, PowerShell | Tagged , , | 3 Comments

The TPM Status tool

I wrote this tool for my friend DXter a year ago or so.He did an presentation on bitlocker and wanted a tool that showsTPM Information from inside Windows and with an GUI. Now It’s a new year and I have … Continue reading

Posted in GUI, PowerShell, security, Tools | Tagged , , | 2 Comments

Get-PingStatus

Over at 2009 I wrote a ping status function. The function can now be downloaded from the Script Center Repository at Microsoft.http://gallery.technet.microsoft.com/Get-PingStatus-Function-e375fec3 I use It in my own scripts and just updated It so I hope others can use It … Continue reading

Posted in Functions, PowerShell | Tagged , , | 2 Comments

More Deployment and more PowerShell

I will blog more about Deployment and PowerShell from now on. This is my second week at Mindgrape. I will be working more with deployment solutions likeMDT 2010/2012, SCCM 2007/2012 and scripting with PowerShelland Windows Servers. Plus application packaging with … Continue reading

Posted in News | Tagged , , , , | 2 Comments

Turn on and off the old menu in Windows 8 the PowerShell way

More and more people are talking about turning of the new menu in Windows 8.The Start thing or the Metro. Both in Windows 8 Server and the Windows 8 client. My friend Mikael Nyström wrote how to do this with … Continue reading

Posted in PowerShell | Tagged , , , | 4 Comments

First look at the new PowerShell FB Module

I saw this module earlier today and I have been looking for something like this for a while so I have been playing around with It for for an hour or so. You can download It here. Install it with … Continue reading

Posted in PowerShell | Tagged , , | 4 Comments

Problem to add and create deployment shares in MDT 2010

I had some problems (major ones) with my local MDT 2010 last night. After a day with lots of scripting against MDT 2010 with PowerShell my MDT 2010 installation just gave me errors when I wanted to add a new … Continue reading

Posted in Deployment, PowerShell | Tagged , , | 4 Comments

New release of PowerGUI

The people from PowerGUI just released a new version. Latest new version is 3.0.0.2015 (2011-07-21). As I often say, PowerGUI is and will always be my favorite PowerShell Editor. And I use the free version. For information about all new … Continue reading

Posted in PowerGUI, PowerShell | Tagged , | 4 Comments

PowerShell + AD + QUEST

I have been working with Quest AD cmdlets.Here are my stuff about It… Get it here:http://www.questsoftware.de/powershell/activeroles-server.aspx Install it! Now we need to add the snapin.To find out the name we just write (Get-PSSnapin –Registered).name And then we add it by … Continue reading

Posted in PowerShell | Tagged , , , | Leave a comment