User Profile
Thihan_Lin
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: Intune 403 error when trying to access InTune portal
Hi paltabhuvesh1, Have you tried with another user account? Is it just happening in your account? That's interesting 🙂 I would advise you to remove the global admin right from your account and re-assign it back after a couple test loading intune portal. Let me know how you go with this. Thanks. T1.3KViews0likes2CommentsGetting full url path of nested folders and file inside "Dcouments" in a sharepoint site
I'm using Flow to get the full path of nested folders and files inside "Documents" in a SharePoint site. The ultimate goal is to verify which paths are more than the character limit of Microsoft. It is a simple flow, but the thing is, I'm not getting a folder path under the "Document" folder, but I'm getting a path under "Shared Document". As per the org requirement, I could not disable the shared document feature in SharePoint. Is there a way to do it? (I don't mind to use flow or PNP script )Re: Below Powershell script is not working without running as administrator.
Hi Rambo363636 I understand that pain. I assume that is an issue with the 32 and 64-bit versions. Could you please put the script code below at the beginning of your script and try to push it again? If ($ENV:PROCESSOR_ARCHITEW6432 -eq "AMD64") { Try { &"$ENV:WINDIR\SysNative\WindowsPowershell\v1.0\PowerShell.exe" -File $PSCOMMANDPATH } Catch { Throw "Failed to start $PSCOMMANDPATH" } Exit } Please mark it as resolved if this is the solution for you. Thank you. Thihan1.6KViews1like5CommentsRe: Script to find out if updates are installed on a number of servers
Hey Sebastian, Sorry to hear that your script is not working. I think you missed the .txt files for the computer and KB. May be I'm wrong. Could you try out the script at the following link? https://community.spiceworks.com/t/using-powershell-to-get-kb-information-on-remote-computers/715552 hope it help. thanks, Thihan524Views0likes0CommentsRe: Below Powershell script is not working without running as administrator.
Hi Rambo363636, My understanding of your post is you are trying to run the script via Intune, and it doesn't apply the changes you make in the registry. Are you trying to push the script via win32app? I assume you are running a script in a 64-bit OS with a 32-bit Win app. As a result, your registry path is not correct and throws errors. If this is the correct scenario, maybe I could help you to resolve this. Thanks, Thihan1.6KViews0likes7CommentsMicrosoft 365 groups does not show up in Planner
Hi guys, I'm new to Planner. I am a member of like 10 groups. In my planner, there are some microsoft 365 group show up but some do not. Those group do not show up are in team group. I have compared all the group settings, look the same to me. What is the differences? How do I connect group to Planner? thanks in adv.1.3KViews0likes0Comments
Recent Blog Articles
No content to show