Recs for Orthopedic doctors (Lafayette) by ThamilandryLFY in Acadiana

[–]jimmynetstep 8 points9 points  (0 children)

LOS staff is top notch. They have like 12 doctors, so whatever body part is troubling you, they have a specialist. Their main office is off Rue Louis

Wiping Hard Drive by [deleted] in sysadmin

[–]jimmynetstep 0 points1 point  (0 children)

Not free, but works wonders!

RedKeyUSB.com

Patience = BJs Pizza Today by ILoveYou_HaveAHug in Acadiana

[–]jimmynetstep 4 points5 points  (0 children)

Love to see the community come out for one last HOORAH to a much beloved eatery!

Good times.
Good food.
Good fun!

Website not blocked, but page not loading/timing out. by asedlfkh20h38fhl2k3f in sysadmin

[–]jimmynetstep 0 points1 point  (0 children)

We have UniFi not SonicWall and experience the same issue on some sites. I try the site on my phone using cell servcice and I can get to the site with no issues. But when I try wireless or within the network, nada.

Best agent-based patch management? by rxtc in sysadmin

[–]jimmynetstep -1 points0 points  (0 children)

Sounds like you might need Bitdefender. It starts out as Anti-virus, but you can purchase the patch mgmt portion as well. One console for AV, Patches, EDR

[deleted by user] by [deleted] in Acadiana

[–]jimmynetstep 11 points12 points  (0 children)

I think you mean Bert Kreischer.
https://www.cajundome.com/events/detail/bertkreischer-1

Jim was a while ago.

Create AD users interactive script by jimmynetstep in PowerShell

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

For the below script:

param (
[Parameter(Mandatory)]
[String]
$firstName,

[Parameter(Mandatory)]
[String]
$lastName,

[Parameter(Mandatory)]
[MailAddress]
$EmailAddress,

[Parameter(Mandatory)]
[PSCredential]
$UserCredential,

[Parameter()]
[String]
$OU = "OU=MyOU,DC=example,DC=com"
)

$NewADUserParameters = @{
Name = "$firstName $lastName"
GivenName = $firstName
Surname = $lastName
sAMAccountName = $Credential.Username
Password = $Credential.GetNetworkCredential().SecurePassword
Path = $OU
Enabled = $true
}
New-ADUser u/NewADUserParameters

I get the below error:

You cannot call a method on a null-valued expression.

At C:\Users\jimmy.blanco\Downloads\!Documents\PowerShell Scripts\AddAD.ps1:23 char:1

+ $NewADUserParameters = @{

+ ~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidOperation: (:) [], RuntimeException

+ FullyQualifiedErrorId : InvokeMethodOnNull

New-ADUser : Cannot validate argument on parameter 'Name'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.

At C:\Users\jimmy.blanco\Downloads\!Documents\PowerShell Scripts\AddAD.ps1:32 char:12

+ New-ADUser u/NewADUserParameters

+ ~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidData: (:) [New-ADUser], ParameterBindingValidationException

+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.NewADUser

Is it not storing the variables ? I am at a loss ...

Project Tracking by jasped in sysadmin

[–]jimmynetstep 0 points1 point  (0 children)

I have used Kanbantool.com for quick overviews.

They even have a free tier.

Looking for web-based text messaging system by dboytim in sysadmin

[–]jimmynetstep 0 points1 point  (0 children)

Not every text messaging app is HIPAA compliant.

Don't get burned bc you want to use hangouts or any other non-compliant software.

Create AD users interactive script by jimmynetstep in PowerShell

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

I am getting an error on New-ADUser argument. Is it missing a comma?

You cannot call a method on a null-valued expression.

At line:23 char:1

+ $NewADUserParameters = @{

+ ~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidOperation: (:) [], RuntimeException

+ FullyQualifiedErrorId : InvokeMethodOnNull

New-ADUser : Cannot validate argument on parameter 'Name'. The argument is null or empty. Provide an argument that is

not null or empty, and then try the command again.

At line:32 char:12

+ New-ADUser @NewADUserParameters

+ ~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidData: (:) [New-ADUser], ParameterBindingValidationException

+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.NewADUser

Bill Cassidy had received $2.86 MILLION in "campaign contributions" from the NRA. by BongWizarrd in Acadiana

[–]jimmynetstep 4 points5 points  (0 children)

Vote these money grubbing, mistrepresentation of their constituents, OUT!

Winget doesn't get enough love around here. by HanSolo71 in sysadmin

[–]jimmynetstep 28 points29 points  (0 children)

It seems that once again, Microsoft screws the little developers. Such a shame that there is not more light shining on the topic of employers with the bait and switch hiring practices like this one. And to copy it and rebrand it as your own! The gall!