Recreate deleted Office 365 shortcuts
MS case : Some users are unable to utilize the Application shortcuts on the Start menu and taskbar Service health – Microsoft 365 admin center ASR “Block Win32 API calls …
MS case : Some users are unable to utilize the Application shortcuts on the Start menu and taskbar Service health – Microsoft 365 admin center ASR “Block Win32 API calls …
With this procedure you are able to bulk add Device Names to Autopilot devices. This is not possible via import. First we need to Install Autopilot Powershell module Start Administrative …
Create task change the username to NT AUTHORITY/SYSTEM The task will now run as SYSTEM user.The SYSTEM user has full access on the local machine only.You’re not able to change whether …
Install Micrsofot Graph IntuneMore information : PowerShell Gallery | Microsoft.Graph.Intune 6.1907.1.0 IMport and Connect to MS Graph Sync One device via POwershall MS Graph Sync all devices. If you have …
To set User description, department and job title in Bulk you can use this script You need to create a .csv file which has this format : “userPrincipalName”,”description”,”department”,”title”“[email protected]”,”description 123″,”department 123″,”title …
We needed to copy some simple license files to a directory on intune managed devices. First I used a standard xcopy in a .bat file but this was not working …
I was in a need to automatically clean /delete temporary application files older then 30 or 90 days.To achieve this I used the Windows Task scheduler and the windows ForFiles …
Turning off Basic authentication in the Microsoft 365 admin center does not turn off two legacy services. AllowBasicAuthOutlookService AllowBasicAuthReportingWebServices These two settings can only be turned off via Exchange Online PowerShell. Get-AuthenticationPolicy Set-AuthenticationPolicy -Identity “policy name …
Turning off Basic authentication in the Microsoft 365 admin center does not turn off two legacy services. AllowBasicAuthOutlookService AllowBasicAuthReportingWebServices These two settings can only be turned off via Exchange Online …
I had an issue where the autopilot rollout took a really long time. To find the issue I used the Get-AutopilotDiagnostics. Here I found a Win32App id which took a …
Use powershell to change the calendar processing settings of resources mailbox (MS Teams Rooms). First you need to connect to Exchange Online To get a list of all Resource/Room Mailboxes …
Via Powershell : Via Command Prompt
This is a script which I use to create Users in bulk
Error : Exchange: An unknown error has occurred. Refer to correlation ID: bcaed709-6a5f-498f-8ff4-634ea1d4e375 To get more details about this error start Powershell and enter this commands : connect-msolservice Get-MsolUser-HasErrorsOnly|flDisplayName,UserPrincipalName,@{Name=”Error”;Expression={($_.errors[0].ErrorDetail.objecterrors.errorrecord.ErrorDescription)}} {The …
With autopilot HWID -online switch it’s possible to inject the HWID directly into Intune so there is no need to down and upload civ files. Start laptop, in the OOBE bootscreen …