Explore >> Select a destination


You are here

williamlam.com
| | rvdnieuwendijk.com
8.7 parsecs away

Travel
| | In the search engine queries that bring people to my blog, I see that some people are looking for a PowerCLI script that finds the MAC addresses of one or more virtual machines. So I decided to modify my previous Get-VmByMacAddress function that searched the virtual machines by MAC address, to do it the other...
| | pythontips.com
11.8 parsecs away

Travel
| | Nice list of tools...
| | horovits.wordpress.com
8.9 parsecs away

Travel
| | Reblogged on WordPress.com
| | smsagent.blog
80.5 parsecs away

Travel
| For a long time I've used the following PowerShell cmdlet from the Intune PowerShell SDK to get an access token for Microsoft Graph for running ad-hoc Graph queries or testing automation code locally: $GraphToken = Connect-MSGraph -PassThru Since most of the time I prefer to construct my own code to call the REST API directly...