Bateria restante – Powershell
Às vezes, quando reinicio o note, some da barra de tarefas o ícone com a carga da bateria. Já tentei dizer pro vista que é pra ele sempre ser mostrado, mas nem sempre esse SO obedece a gente. Sendo...
View ArticlePowerShell e Arquivos INI/PowerShell and INI Files
Mais uma dica. Com o .NET Framework há uma tendência de ir jogando configurações para arquivos XML ao contrário de arquivos INI, como antigamente muito se usou. Mas como sempre é possível ter a...
View ArticleTwitter by Powershell
O Twitter é uma rede social de microblogs. É bem interessante, mas tem um formato que pessoalmente só passei a usar por conta das ferramentas para a interação, pois toda a dinâmica do Twitter se passa...
View ArticleMeu shell aprendeu a falar!/ My shell has just learned how to talk!
Bem o título é meio exagerado, mas é bem a surpresa de quem vê o resultado do que foi feito pela equipe desenvolvedora do Powershell Comunity Extensions (PSCX). O PSCX é um conjunto de scripts que são...
View ArticleEmails e Powershell
Para algumas tarefas de manutenção, é chato estar indo nas máquinas e verificando se as tarefas estão sendo realmente feitas. Imagine por exemplo se você tem alguns servidores diferentes pra ficar...
View ArticleDir by file age
This is a simple tip. Sometimes is needed to select files in a folder by it’s age. Then (as far as I could see) the dir command can’t do this by a simple command line. I’ve written then a script that...
View ArticlePowershell.com Videos
PowerShell.com is promoting some videos ‘bout Windows PowerShell there are very interesting to see. Is a list of five videos (the fifth is in being built still) that shows the use of PowerShell into...
View ArticleSearching columns by type
Today I went to review the SQL Server 2008 enhancements on XML support. To test the queries on AdventureWorks, the first thing I needed to know was: “Where are the XML data columns?” I don’t actually...
View ArticleExtracting XML Schemas from XML
This is a simple post do announce a tool that I’ve made today for creating XML Shemas from XML documents from the command line. Well for my simplicity, the tool is not fully command line-like, but...
View Articlewget / axel no Windows
wget / axel no Windows Hoje estava precisando fazer um download de um arquivo de 95MB numa rede ruim. Por conta disso lembrei de wget, ou de axel que funcionam muito bem em Linux como gerenciadores de...
View Article