Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/directorcia/Office365
Browse files Browse the repository at this point in the history
  • Loading branch information
directorcia committed Sep 3, 2024
2 parents c95d962 + ca85732 commit 1d97208
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graph-idauthpolicy-get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ function entra-auth-methods() {

if ($debug) {
# create a log file of process if option enabled
write-host "Script activity logged at .\graph-bp-get.txt"
start-transcript ".\graph-bp-get.txt" | Out-Null ## Log file created in parent directory that is overwritten on each run
write-host "Script activity logged at .\graph-idauthpolicy-get.txt"
start-transcript ".\graph-idauthpolicy-get.txt" | Out-Null ## Log file created in parent directory that is overwritten on each run
}

Clear-Host
Expand Down
1 change: 1 addition & 0 deletions r.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Get-PSSession | Remove-PSSession ## Remove all sessions from environment
Disconnect-Graph
write-host "Removed all sessions from environment`n"
6 changes: 3 additions & 3 deletions tms-attend-get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prerequisites = 1
$systemmessagecolor = "cyan"
$processmessagecolor = "green"

$scopes = "OnlineMeetingArtifact.Read.All, OnlineMeetings.Read" # required to read meeting data
$scopes = "OnlineMeetingArtifact.Read.All, OnlineMeetings.Read","User.Read.All" # required to read meeting data

#region Change to suit environment
$tenantid = "tenant.onmicrosoft.com" # e.g. tenant.onmicrosoft.com
Expand All @@ -36,8 +36,8 @@ write-host -foregroundcolor $systemmessagecolor "Get Teams meeting attendees - s

# Connect to MSGraph
write-host -foregroundcolor $processmessagecolor "Connect to the Microsoft Graph"
Select-MgProfile beta
Connect-MgGraph -Tenant $tenantid -Scopes $scopes
# Select-MgProfile beta
Connect-MgGraph -Tenant $tenantid -Scopes $scopes -nowelcome

# Get user GUID from email address
write-host -foregroundcolor $processmessagecolor "Get meeting creator GUID"
Expand Down
8 changes: 6 additions & 2 deletions urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@ https://compliance.microsoft.com/m365appprotection - App governance
https://windows365.microsoft.com/ - Windows 365
https://cloudpc.microsoft.com - Windows 365
https://aka.ms/loopadmin - Enable Microsoft Loop in tenant
https://copilot.microsoft.com - Copilot
https://copilotstudio.microsoft.com/ - Copilot studio
https://admin.microsoft.com/Adminportal/Home#/MicrosoftSearch - Microsoft Search and Intelligence
https://portal.mesh.microsoft.com/ - Microsoft Mesh
https://mesh.cloud.microsoft/ - Microsoft Mesh

## Copilot
https://copilot.microsoft.com - Copilot
https://copilotstudio.microsoft.com/ - Copilot studio
https://web.powerva.microsoft.com/ - Copilot Studio
https://insights.cloud.microsoft/#/CopilotDashboard - Copilot admin dashboard
https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv - List of SKUs

Expand Down Expand Up @@ -111,6 +114,7 @@ https://mto.security.microsoft.com/ - Multi tenant management
https://securitycopilot.microsoft.com/ - Security Copilot
https://security.microsoft.com/securitysettings/endpoints/offboarding - Defender for Endpoint offboarding
https://security.microsoft.com/securitysettings/endpoints/onboarding - Defender for Endpoint onboarding
https://mto.security.microsoft.com - Multi tenant XDR

## Azure

Expand Down

0 comments on commit 1d97208

Please sign in to comment.