Highlights
- Pro
Pinned Loading
-
PSIntuneWinDetection
PSIntuneWinDetection PublicReusable script for quickly creating PowerShell detection scripts for Windows Applications
PowerShell 2
-
CopyMMSFiles
CopyMMSFiles PublicForked from AndrewJNet/CopyMMSFiles
Script to download session files from Midwest Management Summit, mms2023 content download fix
PowerShell 1
-
Check installed PowerShell modules a...
Check installed PowerShell modules against latest versions in a repository. Outputs detailed update status for easy management of outdated modules. 1function Get-PSModuleUpdates {
2param
3(
4[Parameter(ValueFromPipelineByPropertyName, Mandatory)]
5[string]$Name,
-
Powershell tip: Quickly find require...
Powershell tip: Quickly find required Microsoft Graph API permissions for a list of graph cmdlets. 1"Get-MgBetaUser",
2"Get-MgBetagroup",
3"Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram",
4"Get-MgBetaDeviceAppManagementMobileApp",
5"Sync-MgBetaDeviceAppManagementVppTokenLicense",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.