Category Archives: Functions

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

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

Clean-RemoteTemp

This is a function that will help cleaning up users computers ifthey have problem with little space left on their hard drives orsome strange problems related to temp files. It will delete all users temp files on the remote computer. … Continue reading

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