ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » PowerShell
Showing page 1 of 34 (332 total posts)
  • Replace security on existing share with WMI in PowerShell (update post)

    This is an update of the script from my old Blog /\/\o\/\/ PowerShelled: Replace Security on existing share using MSH to PowerShell V2, I came at this post while recourcing a question about translating a SID, that I tested a lot with on my old blog see also the other posts about this here where you can find more examples. As I was ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 2, 2010
  • Back again !, Kudos to OrcsWeb and 4th PowerShell Scriptclub in Zurich

    Hi readers, First of all, sorry for this second longer outage of my blog and the low post rate lately, especialy for the downtime. Some explaination might be in order for that About the outage, after the first time when my Dutch registrar went broke, this time the reason was a SQL Database that went over limit some time ago, for some ...
    Posted to The PowerShell Guy (Weblog) by MoW on May 28, 2010
  • Scripting Games 2010

    The Scripting Games are coming again, click on the 2010 Scripting games badge below for more info : Hope to see you there !  Enjoy, Greetings /\/\o\/\/    
    Posted to The PowerShell Guy (Weblog) by MoW on March 28, 2010
  • Next PowerShell Script Club in Zurich March 2

    Next Month the 2nd of March  there is a PowerShell scriptclub in Zurich again. For more information or to register : http://www.digicomp.ch/sitpug   Enjoy, Greetings /\/\o\/\/
    Posted to The PowerShell Guy (Weblog) by MoW on February 22, 2010
  • PowerShell Script Club in Zurich

    Next week I will at the Swiss IT Pro User Group Event 3.Nov 2009 Zurich - PowerShell Script Club The first PowerShell Scriptclub in Zurich, with thanks to Desmond Lee , the Swiss IT Pro User Group and Digicomp Academy AG  (Zürich) Below the excerpt from the newsletter (the Dunglish is mine, sorry we had to be quick ) : Swiss IT Pro ...
    Posted to The PowerShell Guy (Weblog) by MoW on October 28, 2009
  • Microsoft Evolution Day

    At 3 December I will be giving a PowerShell session at the Microsoft Evolution Day in Zurich, Microsoft Evolution Day Windows 7, Windows Server 2008 R2, Office Communication Server 2007 R2, Exchange 2010, Office 2010, SharePoint 2010, PowerShell 2.0 – die Evolution der Microsoft Lösungen geht rasend schnell. Am Microsoft Evolution Day vom ...
    Posted to The PowerShell Guy (Weblog) by MoW on October 27, 2009
  • PowerShell Programming Praxis: Nerds, Jocks, and Lockers

    And another WTF Programing Praxis :Nerds, Jocks, and Lockers  function get-OpenLockers ($num){1..([math]::sqrt($num))|%{$_*$_}} Enjoy, Greetings /\/\o\/\/
    Posted to The PowerShell Guy (Weblog) by MoW on August 6, 2009
  • PowerShell Programming Praxis: Josephus' Circle

    And another PowerShell excersise from the WTF  (Worse than Failure) contest  Programming Praxis: Josephus' Circle . (for more info see original contest post)  Function get-SafeSpot ($count,$Skip) {  $q = [Collections.queue](1..$count)  while ($q.count -gt 1){    1..($skip-1) |% ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 30, 2009
  • PowerShell : Display a GUID as string by default

    When you have a GUID object in PowerShell by default this gives no output, only some empty lines. See output below :PS C:\> [GUID]$a = ''00000000-0000-0000-0000-000000000000'' PS C:\> $a ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 24, 2009
  • Russian Peasant Multiplication

    Small PowerShell exercise taken from the Programming Praxis: Russian Peasant Multiplication contest of WTF (Worse than Failure) implementing the Russian Peasant Multiplication method (for more info see original contest post) function Invoke-RussianMultiply ([int]$a,[int]$b) {  ''$a x $b''  $r = 0    ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 23, 2009
1 2 3 4 5 Next > ... Last »
Powered by Community Server (Personal Edition), by Telligent Systems