# PowerShellScriptResource

- Module: [CommunityToolkit.Aspire.Hosting.PowerShell](/reference/api/typescript/communitytoolkit.aspire.hosting.powershell.md)
- Version: `13.4.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

## Definition

```typescript
interface PowerShellScriptResource
  extends IResource,
    IResourceWithArgs,
    IResourceWithEnvironment,
    IResourceWithWaitSupport,
    IDisposable {
  withArgs(args: string[]): PowerShellScriptResource;
}
```

## Methods

- [withArgs](/reference/api/typescript/communitytoolkit.aspire.hosting.powershell/powershellscriptresource/withargs.md) -- `method`
    ```typescript
  withArgs(args: string[]): PowerShellScriptResource
  ```
