ztrhgf
By:
|
26,407 downloads
|
Last Updated: 12/20/2022
|
Latest Version: 1.0.12
Various helper functions for modules IntuneStuff, AzureADStuff etc. Some of them are explained at https://doitpsway.com. Some of the interesting functions: - ConvertFrom-HTMLTable - extracts & converts html table from given file/string/com object into the PSObject - ConvertFrom-XML - converts XML into PSObject - Compare-Object... More info Tags |
By:
|
4,878 downloads
|
Last Updated: 10/14/2022
|
Latest Version: 1.2.8
Various Intune related functions. Some of them are explained at https://doitpsway.com. Some of the interesting functions: - Get-IntuneRemediationScriptLocally - gets Intune Remediation scripts information from client`s log files and registry (including scripts content) - Get-IntuneScriptLocally - gets Intune (non-remediation) scripts informati... More info Tags |
By:
|
433 downloads
|
Last Updated: 10/14/2022
|
Latest Version: 1.0.15
Various Azure related functions. Some of them are explained at https://doitpsway.com. Some of the interesting functions: - Add-AzureADAppUserConsent - granting permission consent on behalf of another user - Add-AzureADAppCertificate - add the auth. certificate (existing or create self-signed) to selected Azure application as an secret - Get-A... More info Tags |
By:
|
383 downloads
|
Last Updated: 11/19/2021
|
Latest Version: 1.0.6
Script for getting gpresult-like report but for local client Intune policies. The result can be PSObject or HTML report. In comparison to the built-in Intune HTML report, my report contains ALL policies, merged into logic groups with extra information like error, last execution time etc (see below). For more information check my blog post https:/... More info |
By:
|
176 downloads
|
Last Updated: 8/4/2022
|
Latest Version: 1.0.3
Various Azure related functions. Some of them are explained at https://doitpsway.com. Some of the interesting functions: - Add-CMDeviceToCollection - adding selected device to selected collection - Clear-CMClientCache - clearing SCCM client cache - Connect-SCCM - making remote session to SCCM server - Get-CMLog - openning the correct SCCM cl... More info Tags |
By:
|
92 downloads
|
Last Updated: 3/30/2020
|
Latest Version: 1.0
Solution for managing whole life cycle of (not just) Powershell content in Active Directory environments and much more :). All information and necessary data can be found at https://github.com/ztrhgf/Powershell_CICD_repository Main features: - unified Powershell environment across whole Active Directory - same modules, functions and variables ... More info Tags |
By:
|
78 downloads
|
Last Updated: 2/9/2023
|
Latest Version: 1.0.0
Module contains functions that allows you to check for PowerShell code/script/module dependencies through static code analysis (AST). Some of the interesting functions: - Get-CodeDependency - searches for PowerShell code/script/module dependencies through static code analysis. Supports also checks against PowerShell Gallery - Get-C... More info Tags |
By:
|
28 downloads
|
Last Updated: 12/20/2022
|
Latest Version: 1.0.3
Various functions for working with Atlassian Confluence. Some of them are explained at https://doitpsway.com. Some of the interesting functions: - Connect-Confluence - authenticates to your Confluence instance - Compare-ConfluencePageTable - compares two list of objects where first one is gathered from given Confluence wiki page ta... More info Tags |