CommonStuff
1.0.10
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
- Get-SFCLogEvent - gets SFC related lines from CBS.log
- 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-FileContentWatcher - monitors changes in selected file content
- Invoke-FileSystemWatcher - monitors changes in selected folder
- Invoke-SQL - invoke SQL command (uses Security=SSPI authentication)
- Invoke-MSTSC - invoke RDP connection using LAPS credentials (and more)
- 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
- Get-SFCLogEvent - gets SFC related lines from CBS.log
- 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-FileContentWatcher - monitors changes in selected file content
- Invoke-FileSystemWatcher - monitors changes in selected folder
- Invoke-SQL - invoke SQL command (uses Security=SSPI authentication)
- Invoke-MSTSC - invoke RDP connection using LAPS credentials (and more)
- 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 Get-SFCLogEvent Invoke-AsLoggedUser Invoke-AsSystem Invoke-FileContentWatcher Invoke-FileSystemWatcher Invoke-MSTSC Invoke-SQL Invoke-WindowsUpdate Uninstall-ApplicationViaUninstallString
Dependencies
FileList
- CommonStuff.nuspec
- CommonStuff.psm1
- CommonStuff.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.13 | 292 | 6/8/2023 |
1.0.12 | 44,248 | 12/20/2022 |
1.0.11 | 120 | 12/18/2022 |
1.0.10 (current version) | 5,141 | 9/26/2022 |
1.0.9 | 245 | 8/29/2022 |
1.0.8 | 34 | 8/29/2022 |
1.0.7 | 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 |