-
By Charles Barratt Using Windows Workflow Foundation technology, a servicing job runs snippets of Windows PowerShell scripts (against SCVMM, which is built on PowerShell) to work with virtual machines. For each virtual machine, the servicing job: ... Read More
-
Hello, friends ... Could anyone help me with this problem: the script below fetches all pdf files in a specific folder and put them on a table in a html file using ConvertTo-Html. $Path = "C:\MyFolder" [string]$date = Get-Date -format F $a = "<style>" $a = $a + "BODY{background...
-
Thanks for the plug! I'm trying to add lots of useful scripts to http://pshscripts.blogspot.com - the aim is one a day, but that is a lot of work. Coming up, I'll be looking at some things you can do with PowerShell and WMI.
-
Thanks! It would be useful if there was a way to grab the scripts from pshscripts.blogspot.com and auto-publish them here!