PowerShell: Identify unused GPO with ZZZ_ - REVISITED
#PowerShellSometime ago now I posted this which checks all your GPO's and renames any that are un-linked with the prefix ZZZ_, very handy. It has one…
PowerShell : Authenticating to the Openprovider API
#PowerShellI am currently working on what should be a fun little script that will eventually make its way on to here. The parts of this script…
Azure AZ-103 : Supported Workflows
#AzureWe need to know what workloads we can put in Azure and what is supported. This is quite a big list which Microsoft provide here. I…
Azure AZ-103 : Understanding VM types in Azure
#AzureI currently find myself at a loose end so am back at the coal face of certification. last time I did AZ-900 which is a very…
Azure AZ-103 : What is an F series VM?
#AzureThis VM is scaled to be have a high CPU to memory count. Microsoft explanation is as follows: F-SeriesCompute optimised virtual machinesF-series VMs feature a higher…
Azure AZ-103 : What is a B series VM?
#AzureB is a VM with a burstable CPU. The VM CPU has a baseline and provided that you have credits you can use more than that…
PowerShell : Quick Windows Software Audit
#PowerShellA while ago I publised a lovely little script on how to run 'Invoke-command' on arrays of machines quickly to get results quickly You can find…
PowerShell, Confluence : Simple hardware audit but pushed into Confluence
#PowerShell #ConfluenceOk here is a big one for you. Its in functions so you should be able to split it out and use the bits you need…