-
#PowerShell – Download all MS Ignite videos and slides in a single click (thanks @mderooij!)
Hi ! Last week I shared a powershell script created by Jon Galloway to download videosn from Channel 9. So, Microsoft Ignite is finished, and someone pick the idea and created a similar one which also includes video and slides download features. We need to thanks to Michel de Rooij (@mderooij), who is the author… — read more
-
#PowerShell – Descarga todos los videos y presentaciones de MS Ignite en un click (gracias @mderooij!)
Hola! La semana pasada compartí un script creado por Jon Galloway para descargar videos desde Channel 9. Pues bien, no se ha hecho esperar las actualizaciones del mismo y ya podemos encontrar otro PowerShell Script, mucho más actual. Michel de Rooij (@mderooij), ha creado uno para descargar todo el contenido publicado de Microsoft Ignite 2017.… — read more
-
#PowerShell – Script to download #Channel9 videos (thanks @jongalloway!)
Hi! These are hardware days, so this is time for a quick post. When I’m offline and travelling, I always try to bring with me some videos to take advantage of the time and learn something new. Channel 9 is a great source of materials and now thanks to Jon Galloway (@jongalloway ), downloading videos… — read more
-
#PowerShell – Script para descargar videos de #Channel9
Hola! Post rápido de jueves que hoy es día de hardware. Si alguna vez te enfrentas con una situación donde tienes que viajar y quieres bajarte un par de videos de Channel 9 para matar el rato. El siguiente PowerShell Script de Jon Galloway (@jongalloway ), te puede ahorrar bastante tiempo. La instalación del mismo… — read more
-
ENG [#IOT] #RaspberryPi2 and #Windows10, Some admin tasks, like change password and change name (6 on N)
Hello! New post for Windows 10 and Raspberry Pi 2 series Hardware and software (1 on N) Boot from SD card in the device (2 of N) Hello World mode! (3 of N) Visual Studio deployment process and Web Management app (4 on N) Hello Blinky !!! (5 on N) Some admin tasks, like change… — read more
-
[#IOT] #RaspberryPi2 y #Windows10, Acciones de administrador, cambiar password, cambiar nombre, etc (6 de N)
Hola ! Nuevo post para la serie de Windows 10 y Raspberry Pi 2 Hardware y software (1 de N) Montando la SD en el device (2 de N) Ahora si el Hello World ! (3 de N) Sobre el proceso de despliegue desde VS y Web Management app (4 de N) Hello Blinky !!!… — read more
-
[#VS2013] NuGet Error: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Hello! Today I’ll go with a and easy-to-fix Visual Studio error. I was fixing some old projects and I find that suddenly NuGet decided to stop working. The error message was pretty clear ‘ EntityFramework 6.1. 1′ already installed. Adding ‘ EntityFramework 6.1. 1′ to BigAndCoolProject. Successfully added ‘ EntityFramework 6.1. 1′ to BigAndCoolProject. Executing script file ‘… \src\packages\EntityFramework.6.1.1\tools\install.ps1′. Failed to… — read more
-
[#VS2013] NuGet Error: Failed to initialize the PowerShell host. If your PowerShell execution policy setting is set to AllSigned, open the Package Manager Console to initialize the host first.
Hola! Hoy toca revisar uno de esos errores fáciles de solucionar. Mientras estaba acomodando unos proyectos “viejunos” en una solución, me encuentro que de golpe y porrazo NuGet decidió dejar de funcionar. El mensaje del error era bastante claro ‘EntityFramework 6.1.1’ already installed. Adding ‘EntityFramework 6.1.1’ to Projectazo. Successfully added ‘EntityFramework 6.1.1’ to Projectazo. Executing… — read more
-
[# POWERSHELL] HowTo: Convert read-host restult to a String
Hi, in these days of deployment, playing fun moments to learn new things. One of them, and that gave us a headache for several minutes with Javi, was in the creation of an Application Pool using PowerShell. The following code is copied 100% an IIS.NET, for the creation of an Application Pool in IIS 7.0.… — read more
-
[#POWERSHELL] HowTo: Transformar el resultado de read-host a un String
Buenas, en estos días de despliegue, tocan momentos divertidos para aprender nuevas cosillas. Una de ellas, y que nos dio un dolor de cabeza de varios minutos con Javi, fue en la creación de un Application Pool utilizando PowerShell. El siguiente código está copiado 100% de un IIS.Net, para la creación de un Application Pool… — read more
-
[# POWERSHELL] Enabling execute permissions for PowerShell scripts
Hi, I am going to sign up for that next time I see this error 1: C:\>;;powershell.exe -command ./New-Scriptazo.ps1 2: File C:\\New-Scriptazo.ps1 cannot be loaded because the execution of scripts is disabled on this system. 3: Please see "get-help about_signing" for more details. 4: At line:1 char:22 5: + ./New-Scriptazo.ps1 <;;<<< 6: + CategoryInfo :… — read more
-
[#POWERSHELL] Habilitando permisos de ejecución para scripts de PowerShell
Buenas, me lo voy a apuntar para que la próxima vez que me aparezca este error 1: C:\>;powershell.exe -command ./New-Scriptazo.ps1 2: File C:\\New-Scriptazo.ps1 cannot be loaded because the execution of scripts is disabled on this system. 3: Please see "get-help about_signing" for more details. 4: At line:1 char:22 5: + ./New-Scriptazo.ps1 <;<<< 6: + CategoryInfo… — read more