You are here |
williamlam.com | ||
| | | |
rvdnieuwendijk.com
|
|
| | | | 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
|
|
| | | | Nice list of tools... | |
| | | |
horovits.wordpress.com
|
|
| | | | Reblogged on WordPress.com | |
| | | |
smsagent.blog
|
|
| | 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... |