Blogs1 - 10 of 2,184 recent posts for tag:PowerShell
19
Jul
2008
Sorting a hash table

There is a really good PowerShell script for working with indexed files - scans or photos and renumbering to cope with missing numbers available from http://www.tellingmachine.com/post/2008/07/Renaming-a-series-of-indexed-files-with-Powershell.aspx One point at the end of the post is about sorting h ...

17 hours ago · Richard Siddaway's Blog · RichardSiddaway.spaces.live.com 16 references

You get the error "[Script Name].ps1 cannot be loaded because the execution ...

If you get the error: File D:\Sc\Global\DDK.Solution\dev\DDK.ProjectName\deploy.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details. You get this error because the default setting for Powershell is "Restricted" (aka l ...

1 day ago · David Klein's Corner · ddkonline.blogspot.com by David Klein ()

PowerShell Hyper-V script: Hyper-V FreeBSD shutdown problem workaround

Mike notifies that he has found an workaround to Hyper-V FreeBSD shutdown problem, that uses a PowerShell Hyper-V script. It has a lot of functions already, and I added a “Kill-VM” function that automates the kill process: Kill-VM To use it, you need to install PowerShell (Under Server Man ...

1 day ago · D' Technology Weblog · ditii.com by DG 15 references

18
Jul
2008
Think powershell startup is slow?

Take a look at http://blogs.msdn.com/powershell/archive/2008/07/11/speeding-up-powershell-startup.aspx for a fix to this most annoying issue Share this post: Read More......( read more)

1 day ago · External News · blogcastrepository.com/blogs/external_news/default.aspx by TechNet Blogs 1 reference

UK User group meeting

There will be a Live Meeting hosted by the UK PowerShell User group on 29 July. Marco Shaw, PowerShell MVP, will be talking about /n software NetCmdlets Webcast will be 1 hour starting at 7pm UK time (GMT+1) If you are not a member of the user group leave me a comment with contact details or email m ...

1 day ago · Richard Siddaway's Blog · RichardSiddaway.spaces.live.com 16 references

Finding the latest logon time

How do you find out when was the last time a particular user logged on? (Get-QADUser username).lastLogon looks like an obvious answer but there are a few gotchas to be aware of. The main of them: lastLogon attribute is actually not replicated between domain controllers so if you have more than one D ...

2 days ago · Dmitry's PowerBlog: ... · dmitrysotnikov.wordpress.com by dmitrysotnikov 76 references

Генератор паролей

Вот так всегда, только придумаешь идею, а она уже кем-то решена, при чём решена исчерпывающе Осталось только доработать её для себя, так как издеваться над пользователями и давать им супер сложные пароли себе дороже. Так скрипт выглядит в полном варианте function RandomPassword ([int]$intPasswordLen ...

2 days ago · Zorion's Weblog · zorion.wordpress.com by zorion 2 references

17
Jul
2008
Microsoft Powershell

En résumé : WOW! Depuis quelques temps je vois de plus en plus d’articles ou de scripts destinés à Powershell, mais je ne m’y étais pas encore attardé : quelle erreur! Étant un amateur du terminal de linux et un irréductible du shell de Windows, Microsoft n’aurait pu me faire une plus belle surprise ...

2 days ago · Un peu de SQL... · blog.bolivier.com by Benjamin

PowerShell Quiz

Fellow Lab49er Daniel Simon asked why the different results? PS > $a= 1,( 2, 3) PS > $a.Count 2 PS > ( $a | % { $_}).count 3 What do you think?

2 days ago · Development in a Blink · dougfinke.com/blog by Doug Finke 11 references

Генератор паролей

Вот так всегда, только придумаешь идею, а она уже кем-то решена, при чём решена исчерпывающе Осталось только доработать её для себя, так как издеваться над пользователями и давать им супер сложные пароли себе дороже. [...]

2 days ago · Обо всём, но ... · itcommunity.ru/blogs/zorion/default.aspx by zorion

Previous1234567