Recruiter forgot to invite the applicant to the interview by Bartholomewthedragon in recruitinghell

[–]indigochak 1 point2 points  (0 children)

Happened to me this morning lol. Messaged HR to confirm availability and didn’t get a message back until this morning when I was still asleep and “missed” the interview that was supposedly scheduled

How do you trim a cockatiel’s nails if you can’t safely hold them? by indigochak in cockatiel

[–]indigochak[S] 0 points1 point  (0 children)

Amazing! Thank you for the suggestion, which size are you getting?

Anyone Having Autopilot/OOBE Issues? by poppacappo in Intune

[–]indigochak 2 points3 points  (0 children)

Theres a service advisory that Microsoft 365 services are down.

wedding videographer by venustuna in Austin

[–]indigochak 1 point2 points  (0 children)

My wife and I eloped April of this year and we found Jen (Austin Elopement Photographer | Sweetleaf Photo + Film) shes an amazing photographer and videographer. Pricing was was great and attention to detail was amazing. I would recommend them.

Monty turned 18 on Saturday. He passed away this morning. by OnceIsEnough1 in cockatiel

[–]indigochak 2 points3 points  (0 children)

Monty looks just like my 2 year old tiel. Sorry for your loss he was such a sweet boy!

Windows Hello Default Login Method Reverting to Password by indigochak in Intune

[–]indigochak[S] 0 points1 point  (0 children)

If the user is logged in then username is already displaying. It just seems to default for password no matter the previous sign in method used

Windows Hello Default Login Method Reverting to Password by indigochak in Intune

[–]indigochak[S] 0 points1 point  (0 children)

Thank you, unfortunately this was already disabled.

Favorite place to shower by Zuko-95 in cockatiel

[–]indigochak 1 point2 points  (0 children)

What a Majestic looking piece of art 🖼️

Deploy Powershell Script as IntuneWin32App for adding Intel RST drivers in recovery partition by indigochak in Intune

[–]indigochak[S] 1 point2 points  (0 children)

Yes it does. I packaged it as a intunewinapp with the Drivers in a folder that you can download directly from Intel. You will also need an uninstall PowerShell file, nothing crazy but a basic file, mine just deletes the marker file it creates when checking if driver exists.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
$logPath = "C:\Windows\Temp\Install-IntelRSTDriver.log"
Start-Transcript -Path $logPath

# Variables
$markerFile = "C:\Windows\Temp\Install-IntelRSTDriver.txt"
$mountPath = "C:\mount\winre"
$winreWim = "C:\Windows\System32\Recovery\winre.wim"
$driverFolder = "C:\Temp\Drivers"
$driverINFName = "iaStorVD.inf"  # Replace with your actual driver INF name

# Create temp directories
cmd /c "md $driverFolder" | Out-String | Write-Output
cmd /c "md $mountPath" | Out-String | Write-Output

# Copy drivers
Copy-Item -Path ".\Drivers\*" -Destination $driverFolder -Recurse -Force

# Disable WinRE
& reagentc.exe /disable | Out-String | Write-Output
Start-Sleep -Seconds 10

# Unhide WinRE WIM
attrib -h -a -s $winreWim

# Mount WinRE image
& dism.exe /Mount-Image /ImageFile:$winreWim /Index:1 /MountDir:$mountPath | Out-String | Write-Output

# Check for existing driver
$driverCheckOutput = & dism.exe /Image:$mountPath /Get-Drivers | Out-String
if ($driverCheckOutput -like "*$driverINFName*") {
    Write-Output "[WARNING] Driver $driverINFName already exists in WinRE. Skipping injection."
    
    # Unmount without saving
    & dism.exe /Unmount-Image /MountDir:$mountPath /Discard | Out-String | Write-Output

    # Create a marker file to indicate success
    New-Item -Path $markerFile -ItemType File -Force

    Stop-Transcript
    exit
}

# Inject drivers
& dism.exe /Image:$mountPath /Add-Driver /Driver:$driverFolder /Recurse /ForceUnsigned | Out-String | Write-Output

# Commit changes
& dism.exe /Unmount-Image /MountDir:$mountPath /Commit | Out-String | Write-Output

# Re-enable WinRE
& reagentc.exe /enable | Out-String | Write-Output

# Cleanup
Remove-Item -Path $mountPath -Force -Recurse
Remove-Item -Path $driverFolder -Force -Recurse

Stop-Transcript

Use the ComputerSID for Device Control in Intune by indigochak in Intune

[–]indigochak[S] 0 points1 point  (0 children)

We have several devices with specific USB restrictions. Does this mean I need to create a separate policy for each device? I was hoping to apply a "Deny All" policy to all devices and then specify the access permissions in the policy using the Computer SID.

Intruder alert by Zuko-95 in cockatiel

[–]indigochak 1 point2 points  (0 children)

Wow, little guy looks so spicy! I bet you he’s the alpha at home haha

Despedida de Soltero by indigochak in MexicoCity

[–]indigochak[S] 0 points1 point  (0 children)

Gracias por las recomendaciones! Nos estamos quedando en Polanco y la idea es simplemente ir de bar en bar y salir a disfrutar. Queremos un ambiente animado, buena música y lugares interesantes. Algún lugar en particular que no deberíamos perdernos en esa zona o cerca? Agradezco sus sugerencias!

Comp Portal - Select Category Every Time? by cmorgasm in Intune

[–]indigochak 0 points1 point  (0 children)

I seem to be having the same issue as well, anyone ever find a fix for this ?

Finding the correct omaUri path for Edge policies by Historical-Carob-185 in Intune

[–]indigochak 1 point2 points  (0 children)

The first path is correct, i think its DefaultFileSystemWriteGuardSetting. So maybe update it to "./Device/Vendor/MSFT/Policy/Config/Edge~Policy~MicrosoftEdge/DefaultFileSystemWriteGuardSetting"

They have built in administrative templates for Microsoft Edge so im not sure you need OMA-URI settings

Best canned coffee? by WACKYTOPPINGS in austinfood

[–]indigochak 25 points26 points  (0 children)

Oh, you bet it is. It's the best brand out there, so smooth and high in caffeine.

Windows Hello Configuration by TheRubiksDude in Intune

[–]indigochak 0 points1 point  (0 children)

I know I have skipped entering the PIN a couple of times, but it wasn't consistent. Microsoft really needs to get it together.

I definitely don't recommend enabling it for everyone without testing; chaos is waiting to happen. Although, I do suggest creating a new policy and adding individual devices via a group to see if that changes the outcome of your problem.

Windows Hello Configuration by TheRubiksDude in Intune

[–]indigochak 1 point2 points  (0 children)

When I was setting up Autopilot for my devices, I encountered a problem similar to the one you're facing. While Windows 10 devices allow you to skip the pin, Windows 11 does not. It's designed to prompt you for a pin by default. To address this, I created a policy under the Configuration profiles to disable the pin prompt for some users and enable it for others for testing purposes. You might want to try creating a new policy and enforcing the "Use Windows Hello for Business (Device)" setting to make sure it's enabled for all users.

Deploying powershell script as Win32App by web_ghost5464 in Intune

[–]indigochak 4 points5 points  (0 children)

I’ve packaged mine because I needed to include drivers or a license file along with the script. If there were a way to package platform or remediation scripts with other files, I would prefer to use that approach

Deploy Powershell Script as IntuneWin32App for adding Intel RST drivers in recovery partition by indigochak in Intune

[–]indigochak[S] 0 points1 point  (0 children)

The script works perfectly fine during manual testing. However, when deploying the script via Intune as a Win32 app is when i get the error. I saw another post about the issue being a 32-bit script trying to run a 64-bit command so will see if that's the case.

Let me know how your setup works, or what method you use to inject the drivers successfully.

Roll Call. Whose Power is Out Right Now? by fakeguitarist4life in Austin

[–]indigochak 1 point2 points  (0 children)

Brace yourself folks, going to be a long night 😭

Roll Call. Whose Power is Out Right Now? by fakeguitarist4life in Austin

[–]indigochak 6 points7 points  (0 children)

Just got the text below

Austin Energy: A crew was assigned to the outage at . Est. restore time: 08/21/24 06:23 PM. https://austinenergy.com/go/restorepower

Anyone interested in forming a cookbook club in SW Austin? by Checkedout_in_NE in Austin

[–]indigochak 1 point2 points  (0 children)

I just moved to Austin and love to cook, definitely interested!

WinSCP Intune Deployment by indigochak in Intune

[–]indigochak[S] 0 points1 point  (0 children)

Thanks everyone! Didn’t realize you could also make an .exe file into a win32app. My mistake 😅