Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using namespace System.Management.Automation | |
| function Set-StandardMember { | |
| [CmdletBinding()] | |
| param( | |
| [parameter(Mandatory, ValueFromPipeline)] | |
| [object] $InputObject, | |
| [parameter(Mandatory)] | |
| [string[]] $DefaultProperties | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04"> | |
| <Obj RefId="0"> | |
| <TN RefId="0"> | |
| <T>System.Collections.Hashtable</T> | |
| <T>System.Object</T> | |
| </TN> | |
| <DCT> | |
| <En> | |
| <S N="Key">SourceApp</S> | |
| <Obj N="Value" RefId="1"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using DotNetCoreRazor_MSGraph.Graph; | |
| using Microsoft.AspNetCore.Authorization; | |
| using Microsoft.AspNetCore.Mvc; | |
| using Microsoft.AspNetCore.Mvc.RazorPages; | |
| using Microsoft.Extensions.Logging; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function Remove-GraphGroupMember { | |
| <# | |
| .SYNOPSIS | |
| Removes Members from Azure AD Security Group or Microsoft 365 Group | |
| .DESCRIPTION | |
| Removes Members from Azure AD Security Group or Microsoft 365 Group | |
| .PARAMETER UserID | |
| This is the User's ID. This is the user to be removed from the group | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Find-MgGraphCommand | |
| Find-MgGraphPermission | |
| Get-MgSecurityAction | |
| Get-MgSecurityAlert | |
| Get-MgSecurityAttackSimulation | |
| Get-MgSecurityCloudAppSecurityProfile | |
| Get-MgSecurityDomainSecurityProfile | |
| Get-MgSecurityFileSecurityProfile | |
| Get-MgSecurityHostSecurityProfile | |
| Get-MgSecurityIncident |