Show FSLogix currently mounted volume details and cross reference to FSLogix session information in the registry.
View Script
Version: 2.2.25 •
Created: 2022-08-17 •
Modified: 2022-12-04
Uses data from the Azure Monitor API to find resources which have not got an entry in the logs in the given period which could mean that they have not been used in that time and be candidates for removal for simplifcation and cost reduction, depending on the resource type. Resources not directly in the logs, such as network interfaces, will be checked by looking for log entries for their parent VM.
Only resources within the same resource group as the chosen resource can be searched or all rescure groups for the tenant depending on the parameters passed.
The output can be sorted/grouped by any of the output columns.
Parameters to specifically include and/or exclude providers by regular expression are available.
Note that not all resources when used will generate an activity in the log so may be shown as no being used when they have actually been used in the given time period.
View Script
Version: 3.2.26 •
Created: 2022-08-01 •
Modified: 2024-02-25
Works at the resource group which contains the VM the script is run against
View Script
Version: 2.1.11 •
Created: 2022-08-01 •
Modified: 2022-09-18
Exports Metrics to be used by the ControlUp Stress Calculator v2 by using the ControlUp Monitor Powershell Module. Uses True or False as string for the benefit of using the script as a ControlUp Script Action. See this link for Documentation:
View Script
Version: 1.5.31 •
Created: 2022-07-04 •
Modified: 2022-07-07
125
Show the Azure activity logs for the last number of (fractional) days.
Options to just show entries for the chosen AZ resource, the resource group it is in or the whole subscription.
View Script
Version: 1.1.16 •
Created: 2022-06-30 •
Modified: 2022-08-31
Create a number of Azure VMs using the selected machine as a template in terms of machine, disk sizes/types and network interfaces.
If the machine name contains # characters, these will be replaced, with leading zeroes, by the next available machine name
It does not clone or copy any disks other than any gallery image the original was built from.
If domain details are provided, it will attempt to join the given domain when creation is complete.
Multiple tags can be added in a comma separated list of the form Tag name=Tag text
View Script
Version: 1.4.23 •
Created: 2022-06-27 •
Modified: 2022-10-07
Enables the WMI-Activity trace event log for a given period of seconds and then processes any resulting events to show what processes are generating what WMI activity and how long they took.
The summary option will summarise by process and display ordered by the total duration taken by all WMI operations.
Without a summary, each individual WMI operation will be listed along with the actual WMI operation.
The trace event log will be disabled at the end of the trace.
View Script
Version: 3.10.21 •
Created: 2022-06-02 •
Modified: 2022-07-07
226
This script gets all the computer devices and checks the status.
View Script
Version: 1.1.5 •
Created: 2022-05-23 •
Modified: 2022-05-31
85
Create the credential files (locally) required by the Citrix Cloud script actions.
Stored in %ALLUSERSPROFILE%ControlUpScriptingSupport but the client secret stored in the files can only be decrypted by the Windows user that created that file.
The files created contain the tenant id in the file name so that a single Windows user can have credential files for multiple tenants. Original Azure scripts did have this feature and the files contained the tenant id so only a single file can exist - this script creates both credential files so both new and old Azure script actions can be run.
The script willl overwrite any existing credential files for the user and tenant.
View Script
Version: 2.1.26 •
Created: 2022-02-24 •
Modified: 2024-01-26
Create the credential files (locally) required by the Azure script actions.
Stored in %ALLUSERSPROFILE%ControlUpScriptingSupport but the client secret stored in the files can only be decrypted by the Windows user that created that file.
The files created contain the tenant id in the file name so that a single Windows user can have credential files for multiple tenants. Original Azure scripts did have this feature and the files contained the tenant id so only a single file can exist - this script creates both credential files so both new and old Azure script actions can be run.
The script willl overwrite any existing credential files for the user and tenant.
View Script
Version: 1.1.15 •
Created: 2022-02-24 •
Modified: 2022-03-09