Peter Schott

Results 13 comments of Peter Schott

Quick note - `Get-DbaDiskSpace` seems to work with the -Credential parameter, but `Get-DbaMaxMemory` does not work with a credential parameter. Tested using the same credential and the same target machine...

I was able to load the file in the dbatools bin\smo folder by using "add-type" for the file, but still get an Access Denied error when trying to use the...

I ended up generating a token in the Rubrik site. I just saved that to a file and then use a Get-Content for the file and pass that in for...

@andreasjordan I ended up working around it by granting permissions to that "admin" account for the PS Modules folder, so I stopped getting the error there. That's the only machine...

Well, it was some way it handled the permissions. If I called a dbatools function that queried some server but used credentials. For some reason, those credentials seemed to be...

Just verified - I removed permissions for that admin account from my local PowerShell\Modules folder and got the same error. Latest dbatools + pwsh (updated today for both).

Sorry for the delay, Richie. Meant to respond earlier. I get the install downloaded, but never see anything saying that it is installed when I run it as said. If...

I'm open to other ways to do this. My main issue was that when I ran the code it didn't seem to do anything on my machine other than download...

I know I often use the deploy report before generating a script or making changes to production. It's a good high-level overview of what will change.