Coder Social home page Coder Social logo

aaronparker / intune Goto Github PK

View Code? Open in Web Editor NEW
253.0 26.0 53.0 1.95 MB

Scripts and tools for use with Microsoft Intune

Home Page: https://stealthpuppy.com

License: MIT License

PowerShell 99.75% Shell 0.25%
intune powershell powershell-script mdm endpoint-manager macos windows analytics microsoft

intune's Introduction

intune's People

Contributors

aaronparker avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intune's Issues

Enable-Bitlocker.ps1

Line 52:

$bdeProtect = Get-BitLockerVolume $OSDrive | Select-Object -Property VolumeStatus

Should have KeyProtector property added otherwise the -lt statements beneath it fail. i.e. this:

$bdeProtect = Get-BitLockerVolume $OSDrive | Select-Object -Property VolumeStatus,KeyProtector

Also, my drive is fully encrypted and has a key, with the logic at the moment it ends up having this run against it:

manage-bde -on $OSDrive -UsedSpaceOnly

which doesn't do anything (because it's already encrypted), it'd be nice not to do that at all though, it's not in a "Wait State".

I can not redirect Downloads directory

I wanted to redirect the download directory, so I modified the script and changed two things:
image
重定向脚本修改二
log screenshot:
重定向报错

The log file is on the second floor

However, I actually found that the download directory was redirected:
重定向后的下载目录
I don't know if there will be problems in the future

Scripts do not support single xml, only 2 or more work :)

Not a major issue, but worth pointing out that the scripts (Invoke-Uev.ps1, Get-AzureBlobItem.ps1, Detect-Uev.ps1) don't work if the blob storage only contains one xml file, as soon as there are two or more it works perfectly, thank you for the hard work :)
I assume it if the Get-AzureBlobItem function and have seen this myself at times when constructing lists, ultimately anybody useing UE-V is going to have more than one custom xml, so not a biggy but if you are testing with one xml then it will fail and some might find it hard to figure out why, so worth putting in the readme about using at least 2 files.

I am Chinese, and the display language of the Windows 10 operating system is Simplified Chinese. After running this script, several user folders became English.

I think this is a great script, Redirect-Folders.ps1
However, I also found a problem. I am Chinese, and the display language of the Windows 10 operating system is Simplified Chinese. After running this script, several user folders became English.
before redirect:
image
after redirect:
变为英文1
变为英文2

How can I keep the original language after redirection?
below is log file:
Redirect-UserFoldersToAnotherDrive-133031914572062416.log

Parameters - language specific

I found that on Dutch laptops, the script didn't work.
I changed the following to make the scripts (both Scheduled Task script and Redirect script) more "international":

old:
[Parameter()]$Group = "BUILTIN\Users",

new:
[Parameter()]$Group = "." + (Get-LocalGroup -SID S-1-5-32-545).Name,

Regards,

Jeroen

Redirect Downloads Folder?

When I use this script to redirect my downloads folder, it successfully sets my oneshare folder as the new location for my downloads folder... However downloads are still going to C:\user<username>\downloads. Is there no way to fix this behavior?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.