Retrieving Youtube video information from Google APIs using PowerShell
In this article, I’m using Google APIs to retrieve Youtube public videos data with PowerShell in order to update Microsoft MVP Contributions
In this article, I’m using Google APIs to retrieve Youtube public videos data with PowerShell in order to update Microsoft MVP Contributions
I recorded a video to demo how you can install and configure the MVP PowerShell module and use it to add your contributions into the MVP Website
Uploading your contributions in batch to the Microsoft MVP portal using the MVP PowerShell module.
In this post I’ll describe how to quickly retrieve your contributions and back them up into a file (Json format)
The MVP PowerShell module allow you to interact with the Microsoft MVP portal to maintain and update a profile
Prochaine rencontre du French PowerShell User Group, le 11 Avril 2017 a 19h avec Pascal Sauliere (Microsoft France)
Someone recently asked me how to trigger code at specific times without leveraging the scheduled tasks
Recently a friend asked how to list the IPAddresses of machines present in a specific SCCM Collection
In this article, I’m using Google APIs to retrieve Youtube public videos data with PowerShell in order to update Microsoft MVP Contributions
I went through the migration of all my blog comments from Disqus to Github Issues using PowerShell. Basically it is using Github Issue Search API to retrieve...
I recorded a video to demo how you can install and configure the MVP PowerShell module and use it to add your contributions into the MVP Website
I was recently parsing a bunch of logs where the date and time were in a format that Get-Date couldn’t interprete…
Dans le cadre du Hacktoberfest qui ce tient pendant le mois d’Octobre, nous organisons un mini-meetup pour démontrer les différentes façons de contribuer a d...
I recently released a PowerShell module called MeetupPS to interact with the Meetup API. This allows you to gather information about groups and create events
With the very exciting upcoming launch of the Falcon Heavy 🚀 this week, I worked on a SpaceX PowerShell module that interacts with the SpaceX-API to retrieve...
Uploading your contributions in batch to the Microsoft MVP portal using the MVP PowerShell module.
In this post I’ll describe how to quickly retrieve your contributions and back them up into a file (Json format)
I recently developed an interest for cryptocurrencies. I created a PowerShell module to interact with CoinMarketCap, a website where you can explore coins in...
If you have a function, a module’s function and a Cmdlet with the same exact name, which command will answer first ? This is the role of Command Precedence i...
As requested by some of the User Group members, here are some of the variables that store state information for PowerShell. These variables are created and m...
In this article we’ll see how to remove a property from a Powershell Object
The MVP PowerShell module allow you to interact with the Microsoft MVP portal to maintain and update a profile
Tool to manage your Terminal Session using a PowerShell user interface (Windows Form)
Passing multiple arguments to a scriptblock is sometimes a bit complexe, but not with this approach…
Quick and dirty way to resolve a DNS entry
The following method allows you to create a PowerShell remoting session in v2 even if the remote host is running v3+
When troubleshooting scripts, it comes handy to be able to log which parameters were used to invoke a script or a function. Here is one way to retrieve the i...
I recently had to write mutliple scripts that were using a few different methods to convert SID to name and vice versa for Local and Active Directory account...
Here is a very neat script writte by Derek Mangrum that can generate new passwords based on your parameters
Here is a quick PowerShell tip to retrieve information from your Certificate Authority server
Here is a PowerShell Tip to compare 2 Active Directory user account membership
When you create new Organizational Units in Active Directory Users And Computers (ADUC) in Server 2008 (or with RSAT on 2003 domains), ADUC gives you the opt...
Here is a quick PowerShell tip to retrieve the computers created in Active Directory by a specific user
Update: PowerShell version 3 now have a parameter -File and -Directory
I was recently looking for a way to load a txt file configuration with PowerShell and came up with the following solution:
I’m currently configuring HP Rapid Deployment Pack (RDP) and needed a way to automatically move a Computer object in a specific Organizational Unit(OU).
I recently built GUI tool that needed to gather the content of the clipboard and set a new value. Here is the code I ended up using :)
Tool to manage your Terminal Session using a PowerShell user interface (Windows Form)