Category Archives: Powershell

SQL Server , Powershell, Europa e muita diversão

Pois  é galera, mes que vem começa minha maratona de palestras na Europa e uma no Brasil. Felizmente hoje sou consultor numa empresa que da suporte total para seus workers se eles quiserem palestrar em eventos ( e forem selecionados … Continue reading

Posted in Powershell, SQL SERVER EM GERAL | 1 Comment

SQL Server–PowerShell and Europe…it will be fun

  Next month starts my conference marathon in Brazil and Europe. It will be fun. Thankfully I am working in a company that full supports their employees to speak/participate in community events, so I can travel to Europe on +- … Continue reading

Posted in Powershell, SQL SERVER EM GERAL | 1 Comment

Comparing versions in PowerShell

Was recently asked on twitter how to compare properties of an object in the version format  (ie 1.2.3.4 >= 3.2.1.1). Well, as the property was string, which came into my mind was to remove the point. Something like (Get-WmiObject win32_pnpsigneddriver … Continue reading

Posted in Powershell | Leave a comment

Passing Dynamic Scriptblocks to Invoke-Command

Yesterday a friend, Sunny Chakraborty (@sunnyc7) asked in Twitter a question about PowerShell Remoting. To be honest I dont know if it is the rigth name “Dynamic ScriptBlocks” but was the better name that I thought. Anyway, he wanted to … Continue reading

Posted in Powershell, Virtual Pass BR | Leave a comment

PowerShell MVP

I am very happy and honored to say that I am PowerShell MVP. It was a great news to start 2014.  I would like to thanks all the #powershell and #sqlserver family and our MVP Lead Fernanda Saraiva. 🙂   … Continue reading

Posted in Powershell, SQL SERVER EM GERAL, Virtual Pass BR | 4 Comments

Under the Hood – Como funciona um built in .net cmdlet no PowerShell ?

Você que como eu é um apaixonado por PowerShell . Que ja passou noites em claro montando advanced functions. Que já perdeu vários finais de semana estudando e testando coisas que você não tinha a minina idéia por onde começar … Continue reading

Posted in Algo que Esqueci de Categorizar, Powershell, Virtual Pass BR | Leave a comment

PowerShell V4 Desired State Configuration

  Pois é galera, o Windows 8.1 e o W2012 R2 estão na sua versão RTM e agora eu me animo a brincar com o PowerShell 4.0. Existem algumas features bem interessantes como o novo(fantástico) common parameter PipeLineVariable .Vou blogar … Continue reading

Posted in Powershell | Leave a comment

Treinamento Online de PowerShell 3.0

Pessoal, dividi o treinamento mastering Powershell 3.0 em 2 de 16 horas, 3 horas por dia a noite. Um fundamentals e outro advanced, desta maneira não fica cansativo. A ementa do fundamentals ja esta pronta e logo logo estará disponivel … Continue reading

Posted in Powershell, SQL SERVER EM GERAL | Leave a comment

Automatizando toda a instalação de uma nova Hyper-V VM (W2012-SQL2012).Core usando PowerShell3.0/Workflows

Constantemente em meu lab e meus testes eu tenho que criar novas Vms, deletar outras, instalar features..etc e isso me toma um temo razoável. Começa a ficar bem cansativo ter que fazer este processo manual e repetidamente. Por causa disso … Continue reading

Posted in Powershell, SQL SERVER EM GERAL, Virtual Pass BR | 1 Comment

Can I always use an array in –ComputerName parameter ?

A friend asked me something very interesting this week. He read in a blog that you can pass an array of servers for any cmdlet that has the computername parameter. Your question was if this is exactly how it works. … Continue reading

Posted in Powershell, SQL SERVER EM GERAL, Virtual Pass BR | 1 Comment