CommonStuff
1.0.7
Various helper functions for modules IntuneStuff, AzureADStuff etc. Some of them are explained at https://doitpsway.com/.
Some of the interesting functions:
- ConvertFrom-XML - converts XML into PSObject
- Export-ScriptsToModule - export functions defined in ps1 files into PS module (including aliases and manifest file)
- Get-InstalledSoftware - r
Some of the interesting functions:
- ConvertFrom-XML - converts XML into PSObject
- Export-ScriptsToModule - export functions defined in ps1 files into PS module (including aliases and manifest file)
- Get-InstalledSoftware - r
Various helper functions for modules IntuneStuff, AzureADStuff etc. Some of them are explained at https://doitpsway.com/.
Some of the interesting functions:
- ConvertFrom-XML - converts XML into PSObject
- Export-ScriptsToModule - export functions defined in ps1 files into PS module (including aliases and manifest file)
- Get-InstalledSoftware - returns installed software on local/remote computer
- Invoke-AsSystem - invoke given command under SYSTEM account. Support returning of the command transcript.
- Invoke-AsLoggedUser - invoke given command under all currently logged users (impersonate given user). Support returning of the command transcript.
- Invoke-SQL - invoke SQL command (uses Security=SSPI authentication)
- Uninstall-ApplicationViaUninstallString - uninstalls application using information retrieved from system registry
- ...
Show more
Some of the interesting functions:
- ConvertFrom-XML - converts XML into PSObject
- Export-ScriptsToModule - export functions defined in ps1 files into PS module (including aliases and manifest file)
- Get-InstalledSoftware - returns installed software on local/remote computer
- Invoke-AsSystem - invoke given command under SYSTEM account. Support returning of the command transcript.
- Invoke-AsLoggedUser - invoke given command under all currently logged users (impersonate given user). Support returning of the command transcript.
- Invoke-SQL - invoke SQL command (uses Security=SSPI authentication)
- Uninstall-ApplicationViaUninstallString - uninstalls application using information retrieved from system registry
- ...
Minimum PowerShell version
5.1
Installation Options
Author(s)
@AndrewZtrhgf
Copyright
(c) 2022 @AndrewZtrhgf. All rights reserved.
Package Details
Owners
Tags
Functions
ConvertFrom-XML Export-ScriptsToModule Get-InstalledSoftware Invoke-AsLoggedUser Invoke-AsSystem Invoke-SQL Uninstall-ApplicationViaUninstallString
Dependencies
This module has no dependencies.
FileList
- CommonStuff.nuspec
- CommonStuff.psd1
- CommonStuff.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.13 | 317 | 6/8/2023 |
1.0.12 | 44,248 | 12/20/2022 |
1.0.11 | 120 | 12/18/2022 |
1.0.10 | 5,141 | 9/26/2022 |
1.0.9 | 245 | 8/29/2022 |
1.0.8 | 34 | 8/29/2022 |
1.0.7 (current version) | 37 | 8/28/2022 |
1.0.6 | 45 | 8/25/2022 |
1.0.5 | 37 | 8/25/2022 |
1.0.4 | 38 | 8/24/2022 |
1.0.3 | 120 | 8/4/2022 |
1.0.2 | 206 | 6/23/2022 |
1.0.1 | 51 | 5/25/2022 |
1.0.0 | 42 | 5/25/2022 |