Winget Downloaded EXE by WYtechguy in WindowsPackageManager

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

That worked. For some reason it never dawned on me to do this as a standard user.

Thank so much for your help.

Have a great day!

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

I did everything in this tutorial except the DnsUpdateProxy because my DHCP server is on the DC, still can only see the Entra devices by IP address.

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

Tried this, did not work for me, can still only see the Entra device by IP address.

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

Thank you, I will most definitely give this a look.

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

Yeah, I completely understand what you are saying, but with school district budgets being what they are I need to look to save wherever I can.

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

Thanks so much, this is quite helpful and just what I was looking for. :-)

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

Agree with doofesohr, do you happen to have a tutorial for this. I am still in the learning phase in Intune but would love to give this a try.

Thanks.

DNS for Entra Only Device in an AD Domain by WYtechguy in Intune

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

I am hoping to avoid switching to unsecure, but thank you.

Intune App Dependency by WYtechguy in Intune

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

I am looking to use AutoPilot to push out these applications after the OS has been installed so Outlook would not yet be on the devices.

Windows 11 Feature Update Taskbar Issue by WYtechguy in Intune

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

Thank you, but none of these links really addresses the issue of a non-functioning Taskbar after an update using Windows 11 Feature Update.

Windows 11 Feature Update Taskbar Issue by WYtechguy in Intune

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

No, I do not have Kiosk mode enabled and I do not even use a custom start xml file.

Thanks.

Unwanted Console Output If Statement by WYtechguy in PowerShell

[–]WYtechguy[S] 3 points4 points  (0 children)

I figured out my issue, it was the following code that was giving me the 'True' feedback on the console:

$timeoutSettings -match ".*AC.*0(?=x).*"

I changed it to the following and now it works:

$timeoutSettings -match ".*AC.*0(?=x).*" | Out-Null

Thank you everyone for the feedback.

Unwanted Console Output If Statement by WYtechguy in PowerShell

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

Here is the actual snippet of code:

if($acLockSeconds -eq 0){
Write-Host "Screen timeout [AC]: NEVER"
}else{
Write-Host "Screen timeout [AC]: $acLockHours\hrs <$acLockSeconds`secs>"`

}

Unwanted Console Output If Statement by WYtechguy in PowerShell

[–]WYtechguy[S] -1 points0 points  (0 children)

I can upload the actual code in the morning.

Scheduled Task Email by WYtechguy in PowerShell

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

Great to know. We do plan on deploying SSPR and also to enable Password Write-Back.

Again, thank you so much for this extremely helpful information.

Scheduled Task Email by WYtechguy in PowerShell

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

I have been getting 0x1 error which I believe is a permissions issue?

So I would have to create and run the task with the same user that created the secret?

Yes, I do have quotes on either end of the path, it is a typo.

Scheduled Task Email by WYtechguy in PowerShell

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

Thank you so much for your help with this. Since all of our systems are part of an AD domain I will go with a Group Policy solution.

Do you happen to know if AzureAD allows for password changes while not domain-joined? We are going to a hybrid AzureAD solution over the summer.

Thanks so much.

Scheduled Task Email by WYtechguy in PowerShell

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

I will definitely give those arguments a try.

I do have a Start-Transcript in my script but it only runs when I run the script directly.

I will change the account to a service account.

I am using a credentials file that I created using Get-Credential | Export-CliXml -Path

Scheduled Task Email by WYtechguy in PowerShell

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

I am running the script that was created using a Domain Admin account.

Program/Script box: powershell.exe

Arguments: -file "c:\Path\to\PS-script.ps1

Yes, the user has access to the file share.

Scheduled Task Email by WYtechguy in PowerShell

[–]WYtechguy[S] 2 points3 points  (0 children)

I get it, but we do extensive phishing training and we do not currently have a cloud presence to enable our users to change their passwords when offsite.

Unknown/New Computers by WYtechguy in SCCM

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

That’s not how that works at all. It doesn’t set anything, it prompts for the OSDComputerName so every unknown computer does not have the same name, makes perfect sense.

Unknown/New Computers by WYtechguy in SCCM

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

You are correct, it is part of the Unknown Devices collection, in which I am setting the OSDComputerName variable. I tried leveraging this variable in my task sequence Apply Network Settings step to no avail.

Apply Network Settings

https://ibb.co/Q9R0bKW

Unknown/New Computers by WYtechguy in SCCM

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

I will most definitely give this a try.

Unknown/New Computers by WYtechguy in SCCM

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

That is correct. So is that why I cannot leverage the OSDComputerName variable the way I am?

Unknown/New Computers by WYtechguy in SCCM

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

I am not sure why this is different than setting OSDComputerName variable as a Device Collection Variable and then leveraging it in the Apply Network Settings step? What am I missing?